-
Documentazione
Ninox (in questo caso l'applicazione per Mac) è un programma potente e anche divertente da usare, ma la documentazione è veramente scarna e non esauriente, specialmente per chi, come me,…
-
Trigger on create (not working?_
I have put the following onto the trigger on create on a form (cloud version!) Del_Company := JobDockets.Del_Company;Del_Address := JobDockets.Del_Address;OrderRef := JobDockets.…
-
Hiding Fields
This attempt to hide a field is not working 'Financial Prefix' = "BA" The field 'Financial Prefix' is a choice field. The field to hide is a simple text field that will display if the 'Financial…
-
Button to load emails in a textbox
Hi all. I have a contacts list with emails and specific tags from all of them. I want to create a button that copies all the emails in a selected tag, separated with ;…
-
Stampare una vista
Buongiorno, qualcuno potrebbe aiturami con la formula per stamapare una vista?
-
Send a mail
Hi everybody, how can I create a button to send an email with outlook, taking the email address from the database? Thanks
-
Relationships
I have a scenario where a client is wanting to create a database related to plants. Multiple plants that have a lot of properties. The issue I have is when I create a second plant,…
-
How to create a field that consists of the last four digits of another field.
This question is probably more basic than it sounds. I want to take the last four digits/characters of a number and use them as the content in another field.…
-
User defaults
I would be stunned if this hasn't been suggested before but just in case......... I would really like to see some form of user pallet option where by I could select a new field which is already…
-
Pre-set text entry
Hi Folks, I'm sure this is another stupid question but you never know until you ask ;-) I have set up a simple way of using buttons to add pre-set text to a multi-line text field.…
-
Pre-set text entry
Hi Folks, I'm sure this is another stupid question but you never know until you ask ;-) I have set up a simple way of using buttons to add pre-set text to a multi-line text field.…
-
run a ninox script by api on a recording ?
hello, we would like to know if it is possible to run a ninox script by api on a recording example: /teams/67mm9vc324bM7x/databases/nk5xt24oixj4/tables/A/records/1 According to the documentation,…
-
Config document generator from database
Hey all. I have this doubt: I want to create a document generator that takes people's data from a database. The database is correctly linked to the generator table.…
-
Image in form design
Hi! Is it possible to use images as a interface detail in form view. And how to do it?
-
Image as a form layout element
Hi! Is it possible to use image as a layout element? How to do it?
-
Text / Date calculations
Hi, I seem to be going round in circles and losing the plot for something which should be really simple. I import a file which has a text field which is a time stamp in the format yyyy/mm/dd hh:mm:…
-
Understanding x => x * 2 and other modern javascript
For anyone who does not understand line 2 below, there is a nice explanation (regarding modern javascript) at: https://gist.github.com/gaearon/683e676101005de0add59e8bb345340c and https://developer.…
-
How to add buttons that create new records or search records in a table
The little + and magnifier icons on subtables are quite small, and I have team members who need big coloured buttons with writing on so they know how to search or create records!…
-
Text aus anderer Tabelle lesen
Hey Leute, ich möchte einen Wert, aus einer verknüpften Tabelle, in einem Textfeld anzeigen. Es muss in einem Textfeld sein, da ich Integromat benutze und hier keine Werte aus einer "Berechnung"…
-
Duplicate several records in table
I would like to duplicate records in a table meeting the condition of having the same value in a field (order number). This value has to be change with a new one coming from the table that is…
-
Remaining to a date & style
Hi. I have this: let Countdown := 'Data d''inici' - today();styled(text(Countdown), if Countdown = -1 then"red"elseif Countdown < 0 then "Orange" else "white" endend) I want to format the f(x) like…
-
Filtering Question
I'm rather new to Ninox. I have an easy question. In my table, I have a column that has Y, Y N, and Y P. I need to filter out just Y, not Y N or Y P. What is the best way to do this? Thanks in advance
-
Show button if 2 conditions
Hi all. How can I set a button to show only if 2 conditions are fulfilled? I have 3 buttons:
RC & AA - show only if Selection 1 = 1 or 2 or 3 AND if Selection 2 = 1
Sin RC & AA - show only if…
-
Hello! How can I delete records permanently? If I delete just marked deleted, (I think) and my number calculation is wrong, when I step back one record for a previos number of that redord.
let x := number(record(Tankolas,Id));if record(Tankolas,x) > 1 thenrecord(Tankolas,x).OraAllas - record(Tankolas,x - 1).OraAllasend
-
How to lookup vehicle information based on vehicle ID number
The US Dept of Transportation provides examples of how to use their api, with multiple programming languages at: https://vpic.nhtsa.dot.gov/api/Home/Index/LanguageExampleshttps://vpic.nhtsa.dot.…