-
Table ID or name
Is there a way to dynamically get the name (or perhaps the id) of a table from a record(formula field) within that same table? Something like: let myTableName := getTheTableNameOf(this.…
-
Code help please
Hi folks I keep getting symbol expected:end at line 9,column 9 any ideas please. Thanks for i in select Table1 where 'Yes / No' = true do let k := i.this; let f := i.firstname; let l := i.…
-
Is something odd is going on with the Forum dates
I've had a few notifications today regaring threads I have replied to but when I check them out there are no additional posts. The 'Latest Activity' dates are fine but looking at the dates for posts…
-
Form is not save
After creating a form, I exit application. When I go back I don't find the form
-
Impossible to type a word in a text field…
Hi, I type a word in any virgin text field in the form and it is not displayed in the columns … Can someone help ? Thanks
-
Different display of the view on computer and on iphone
Hello, I included into the view the field which calculating by the script: let firstdate := date(2020, 1, 1);let lastdate := date(2020, 12, 31);let name := 'Наименование';…
-
Bonjour existe-t-il ou pourrait-il y avoir un endroit sur le site pour partager les modèles créés par les utilisateurs? merci pour votre retour
Bonjour existe-t-il ou pourrait-il y avoir un endroit sur le site pour partager les modèles créés par les utilisateurs? merci pour votre retour
-
How do I create a new database using the custom tables created by me in another database?
I cannot seem to find a 'duplicate' or 'copy' function.
-
Triggers
I am very new to ninox. I am using the Inveotory Database and customizing it for us. I am trying to create a static filed that pulls in the cost and price of an item at the time of the invoice.…
-
Using Table as Dropdown Menu items
Hi folks. Is it possible to use a table to populate a dropdown menu. Thank you.