-
Comments in Nonox codes
How do you make comments in the Ninox code ?
-
Anyone who have problem with the calendar?
Hi.I have several times discovered some issues in Ninox, there by the appointment who does not allow me to choose a date and time who start for example 10 of January at 21 pm to 11 of January 02 am…
-
wie Rückverknüpfung mit in neuen Datensatz kopieren?
Hallo, Ich habe zwei Tabellen, T1 und T2. In T1 ist unter anderem eine Rückverknüpfung auf T2 enthalten. Wie kann ich per Schaltfläche in T1 einen Datensatz duplizieren,…
-
Can icons be made condition on a choice field?
Is it possible to make particular icons appear on a table in response to a particular value being selected in another (choice) field?
-
How would you determine the number of weeks between a date and today?
Let us assume you have a form something like the following.. You could do a formula like Or like Or.. let us assume you want to do this calculation many times using various parameters..…
-
styled
i have this: if NetTotal < 0 then "debt" else if NetTotal > 0 then "credit" else "balance" endend i want when there is debt color be red and credit be yellow and balance be green.…
-
Expression to check if empty field
In an expression, I need to determine whether or not there is anything on a particular text field. When I try that, using the example below, the result is always True.…
-
Value of choice field
How do I get the value of a selected choice field?
-
Summing record
I am tring to create summing column base on another column. Let's say Column A will have numerical vaules, now Column B will have sum of previous record from Column B plus current record of Culomn A.…
-
Print view layout in form
I understand this isn't something we can do yet, but has been asked for. Is there any ETA on when it will be available, or a work around? I'd like to avoid having to use zapier and a third party,…
-
can i export images?
Can I export Images?
-
How does barcode scan function work ?
i tried to use it with iphone and ipad app, but doesn't work. Could i use it with browser app?
-
Global image signature field
How can the contents of a image signature field be made global, so the same image appears across all records in a table, but is only saved once?
-
How does Ninox decide what columns to show when performing a global search?
How does Ninox decide which columns to show for each table and the order of the columns, when a user does a global search?
-
records
how to prevent duplicates records
-
Android app
Questions about Android app: 1) Is it possible to use barcode scanner? 2) How does one access the Find(Global Search)?
-
Button action to switch from one table form to another table form?
How can I create a button action that switches the user from the current form to a form in a different table? If there is not already a built in function for this,…
-
can I set and use global variables ?
for example i go to the option panel of my database (admin mode) and i type : let pn := 110;void and then i would use pn (how to call "pn" back btw ? just use pn ?…
-
select and sum only if and if
1)how can i sum values in sub table that are between start date and end date in parent table? in parent table i have name , start date , end date. in sub table i have date , amount.…
-
Formula not working - number doesn't increase?
I have this formula working for my orders and quotes table, but when I try to adjust it for BLA's each records BLA Number is the same let myyear := format(today(), "YY");let myBLANr :…
-
Different data between computers on the same icloud account
I have desktop and macbook. I usually input data from the desktop but when not at home I use the laptop. This morning I noticing that some of the datas are not synchronized between them.…
-
Blank row prevention?
I've prevented write on some of my tables, as their content is unlikely to change in the near future, and if it does, i can disable write prevention and add the new records.…
-
Calculate records with dropdown value
Cant seem to get my if statements working. I just want to sum up the 'Total' field of my records that have the dropdown (Status) set to 'Sent'. Any help appreciated!