-
Webhook - Integromat - Übergabe eines Datenarrays
Hallo und guten Morgen! Ich möchte gerne über einen Webhook Daten an Integromat übergeben. Habe ich gemacht - und funktioniert gut! ------------------------------------------------- let wpURL :…
-
Allow user to set their own view and fields
Is it possible for user to create their own views and columns to display?
-
How to allow users to import/export data from table
Besides administrator, how can i allow users to export data from table?
-
Jan Laan
Hi there, I want to retrieve data from a table Products and store that in Invoices via a dynamic choice field, how do I do that?
-
Red triangle with exclamation point icon on Table Icon
What does the red triangle with exclamation point icon on a Table mean? I can find nothing in the forums or the manual. See attached image.
-
Is it possible to perform multiple sort on a view?
Is it possible to sort a view by Column A, ascending followed by Column B ascending?
-
Can't find anymore a field !
Hi It's strange but I can't find anymore a field in my form view but that is in the table field… Is there a way to resolve that ? Thanks.
-
Issue with a button
Hi I'd like to use a button to sort duplicates or no duplicates of names in a table. So I create a new field that I name "isDuplicate" I create a button "isDuplicate" with the script : let a := "" ;…
-
Impossible to put some pictures in Ninox !
Hi Sometimes I drop a picture from the web on the picture aera od the forms view and Ninox refuse it. What is the issue ? How can I manage it ? Thank you
-
Link record n:1
I use this code to automatically link records 1:n let myID := ID;let nMP := (create 'SecondTable');nMP.('FirstTable' := myID); What code can I use for the reverse, n:1? THX
-
Issue to drag and drop columns of a 2 relational tables
Hi Having created a relation between 2 tables in a base I go to "modify" (gear tool) and I try to drag a column from the right window (available columns) to the left window (visible columns) but it…
-
Formula to combine two multiple choice fields?
What would the formula look like that could do this?
-
You are not authorized.
Hello Ninox! I am having difficulty opening some of my databases. When I try to open it, nothing happens. If I try to create a backup of those DBs then I get an error "You are not authorized".…
-
Inserting a hyperlink to a printed PDF
I can currently print a series of instructions for a colleague using the following as a formula in a table: if 'Bus Stops'.Operator != "WALK" then"catch the route " + 'Diagram Strata Information'.…
-
Need to Match show rows from a table if email field matches
Hello and good day! I have a table called "Events" where I record emails from or to different Contacts. I have a table called "Contacts" and I'm adding a view to this table where I want to show…
-
No duplicate absent…
Hi, I created a formula to display duplicates and original in the family field of a database: let myV := Famille; if cnt(select 'Oiseaux famille genres espéces' where Famille = myV) > 1 then…
-
How can I add a linefeed to a text field?
I have been attempting to combine several notes fields when importing data and I am unable to find a way to insert them into the text field as multiple lines.…
-
What happens in "Crash"
I am running a script from a button. After a minute screen goes white; then a rotating circle appears briefly and then Ninox is back at the "My Databases" screen.…
-
Struggling to get Display Field Only If to work with null values
I have a gross margin calculation comparing my business' price to a competitors. When a competitor doesn't offer a product, the result for the calculation is -Infinity.…
-
How to import local database from external HDD?
My Mac failed, but the hard drive is OK, so I've got it in a USB HDD dock. How can I best import my local databases from that drive into my new Mac? I am using Mac Desktop Ninox, not Ninox Cloud.…
-
Commenting icon
In the browser based app, next to the attachment icon, there are 2 other icons - commenting and changes log. Were these left out of the iOS app? The commenting one is especially important to my use…
-
How can I duplicate a table?
I Would like to duplicate a table. Is there any easier way to do this without having to export and import? Also, if that is the only way it can be done...…
-
Button to openTable but choose just some records?
Is there a way of usuing the openTable command but specifyijg just some records? so openTable("table","view"...select reocrds that...)
-
Showing dialog in trigger after update-event
I would like to show a dialog after updating a field. So I have put this code as 'Trigger after update' of a choice field. The dialog doesn't show. When I add the code to a button, it works perfectly.…
-
data export to excel 05-01 needs to stay 05-01 but ecel shows it as 5th Jan!
Hi All If you could help that would be great I have a load of spec numbers for assets I look after. they are always 2 number with a - then another 2 number.…