-
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.…
-
PDF Unlocker Tool to unlocking PDF files
PDF Unlocker Tool to unlocking PDF files
-
Button Coding for next and previous tab
Hey, Is there such coding for next and previous tab buttons? Thanks.
-
Multiple lines in a row?
Hi NX community, sorry if that's been asked already. Is there a way to display some text in multiple lines of a single row instead of using multiple rows? thanks! G
-
Formula for On Click field to change the value manually by typing that is display from a reference table.
Hi, I have a form which show me fields with values from different tables like for expample the carton measurements Length, Width and Height. However, sometimes it happen that the measurements differs…
-
Sorting within a constraint
I have constraints set for a related field but the ID is the default sorting field. I have changed it manually when entering a record, but this only changes back the next time I go to enter a new…
-
"59 - Global_Functions"
Hello everyone,could someone send me the password for the example "59 - Global_Functions" found in "Webinar EN 2018" - thank you very much
-
HELP! What is wrong with my code? Trigger after update problems
I have a multiple choice field with two options; 'Salvage' and 'Staff Purchase'. I have the code set up to create a line in another table when 'Salvage' is selected,…