-
How to use text from textfield in a formula
Hello! I need to calculate a sum of various numbers (ex. sum of electricity bills of a trimester). It would be convenient to have a field where i just put the amount of every bill in a string like…
-
Problem with print
I have created a layout but when I try to print it , it allows me only to save the pdf. I do not see the possibility to choose the printer Could you help me?
-
Nuova app android
Salve, qualcuno saprebbe dirmi se l'app android lavora anche off-line?
-
using formula to update fields or delete records
I have searched and searched these forums because I really like to try to figure these things out on my own, but I cannot find a solution for what I'm looking to do! Parent Table:…
-
Filter table data that is linked in another table
Well I have two tables as follows 1. Contact in which it has the following fields (a) Name, (b) Type 2. Prospective in which it has the following fields (a) Product (b) Price and a link field from…
-
Import csv with usernames as field
Hi, I am importing fields from csv. One of these fields contains a property "Asset Manager". The property type is Username. When I import the field is ignored.…
-
More visual contrast/ reference point in Fields list
I'm making a table with quite a few columns. I broke it up with tabs for the user, but in the Fields list (when editing/ adding fields) it is all one long list and the entries look the same.…
-
Help with Formulas please!
Hi there. I'm quite new to Ninox, is there a way of getting a table to do an automatic equation? I need to work out simple reduced levels (similar to civil engineering),…
-
"write if"
i'd like to block the creation of a new record by mistake… (for example when i hit the + at the bottom) i forgot how to do that… anyone can help ? thanks
-
Lagging while creating new records by button
Dear, I use a botton to create new records like in the code below, it works well for some first attemps, but then some new records dont appear, and we have to close the app on the phone and then…
-
Lagerfrist berechnen
Ich habe einen kleinen Paketshop und versuche die Lagerfrist zu berechnen. Jedes Paket muss nach 8 Werktagen zurückgeschickt werden, falls es nicht abgeholt wurde.…
-
I’m trying to learn to link files to get a running balance. It works fine until you have to delete or change a record. Any ideas on how to prevent this?
This is the button code to create a new record and pass the balance forward. (Table is called Expense2) let endBal := 'End Balance';let i := (create Expense2);i.…
-
Printrecord not working in browser
I have a requirement to automatically print an invoice when a quote status is changed to approved. In the after update trigger I put in the printrecord command. Works like a charm in the app.…
-
Display rich text format content from a formula field
As Ninox can't hide empty fields, I need to create some "formula" fields that calculate the content to show. The formula is this: for i in range(count('Diagnòstics'.Ordre)) do if item('Diagnòstics'.…
-
Reminders.app
Is there a way (like with Calendar.app) of creating an entry in the Reminders app? Despite having a Calendar, one thing Ninox cannot do is scheduled notifications, but that's what Apple's Reminders.…
-
Print only visible fields automatically
I've created a form in which some fields are only visible if they meet certain criteria. If I print the records with the automatic layout, it automatically prints all the fields even though they are…
-
"PrintAllRecord" --- Button for printing several records in one pdf
Hi, I'm looking for the formula to print several records of a child table in one pdf . "PrintAllRecord" doesn't work. Example : for i in select ChildTableName do printAllRecord(i,…
-
Keeping users from deleting a record while still letting them edit a record
Hi guys,I have a fixed record (Id=1) where uses can change some things (settings). Some buttons/ formulars refer to this record. I would like users not to be able to delete this record while at the…
-
Direct URL link to record ?
Hello everyone, I had heard Ninox was working on an update that would include direct URL links to specific record. Is it true, and if so, how to create these links, please.…
-
M1 Mac version
Is there an Apple Silicon version in the works?
-
App IOS
do many people like me in the smartphone prefer the browser interface than the app?
-
Hide empty fields when printing a form
I can't find the answer in the user manual nor in these forums, so I'll make the question here. I'm creating a database for a Veterinay department. They study the cause of dead of different wild…
-
I need help. I've imported my data successfully and want to add a combo box. When I go to Edit fields, all the fields are there. My cursor turns into a four-pointed arrow, and when I click on the combo box field I've added, there is no "add value" button. How can I find it? Thanks so much.
I need help. I've imported my data successfully and want to add a combo box. When I go to Edit fields, all the fields are there. My cursor turns into a four-pointed arrow,…
-
Is it possible to have my data publicly viewable on Wordpress?
I am trying to have my inventory posted onto our Wordpress website, but I can't figure out zapiet and integromat. Is there another way (maybe by API) that I can accomplish this?
-
Format numbers when printing
Hi and good day!I am having a big trouble when printing number results in Ninox which is creating a very long line of numbers after the comma. Can anyone help on how to format the results,…