-
How can I change the order of the "views"?
I need to change the order of the views. How do I do this? Thank you. leslie.frasier@wanadoo.fr
-
Article
I want when choice one item from Article in invoice (from templates in Ninox), when added to my invoice clean from Article(each item). Can i do?
-
Mass data update linked records
Hi i have a field with static information of a item number , i also added a new field linked to item number table i tried to use mass update feature to copy the static information to the linked…
-
Sync trouble
Hi there, I have my ninox database around 2,2 gb large, installed on my ipad pro 9.7” stored in icloud perfectly funciined since few days ago... now, when I sync the modified data,…
-
upload multiple photos at a time
It would be nice to be able to upload multiple photos at a time using a mobile device. Sometimes we have to upload 4-5 pictures at a time.
-
is there a way to set the value of a number field with a formula or a button?
I have a field filled by the user with the amount given by a client with a method selection (cash, credit...). But It could be possible for a client to give some cash and pay the rest with a credit…
-
Format Date
I've imported to tables from csv files. What I didn't notice before importing is that the Date column in each csv was formatted slightly differently. I'm now trying to format the dates in the tables…
-
is there a way to have a ''master'' table that have all other table as composite table?
It would be cool to have only one form to manage all the db field... to do so, it need a link between all table... any idea?
-
How do I copy a row in a table?
How do I copy a row in a table?
-
Create x number of records with button
I hate two date fields, and a formula to calculate the total # of days between them (x). I then want to have a button that when clicked, will create x number of records in a composition table.…
-
Sortieren nach mehreren Spalten
Wie kann man eine Tabellenansicht nach mehreren Spalten sortieren, ohne ein extra Sortierungsfeld zu basteln? Wenn das nur über ein spereates concat Feld klappt,…
-
table got blank...until i exit and return...and blank again...and formula do not refresh sometimes
I lost all data to blank table...until I exit and return...and some field wont update...and long time loading between operation! I have a good connection (gigabite) and no problem on other site!…
-
Printing multi line text field in pdf print view
I’m trying to be able to see all the lines of a multi line field in the pdf print view. Right now all I can see is the first line
-
Which is the best software to recover or remove PDF file passwords?
Is there any way I can recover or remove a password from a pdf file with ease? A lady who thought she was tech savvy has now got in trouble as she doesn't remember the password of her PDF file.
-
Help with charts
So what I am after is some easy to use chart tools I have created a few tables to track investment returns; multiple investment types. to do this I have created a sub table showing different…
-
Email sent confirmation
Is there any way to confirm an email was successfully sent? I have buttons with email formulas and I'd like to maybe be able to change the colour of the button once an email has successfully sent?…
-
Ninox Language
Does anyone know where I can find a good book, manual, or videos when I can learn Ninox language. I mean, description most of the functions how to use them and programming language.…
-
How to Unlock Password from Aadhaar Card PDF File?
I have an Aadhar card which is in pdf format and is locked by a password, how it can be unlocked?
-
Is there a way to allow a user to see some records but not others in a table?
For example, if I add a customer as a user, could I make it that they can only view their invoices and not everyone elses?
-
How do I create a choice field based on a table?
I have a shared list of choices between views/forms and I don't want to redefine them everywhere they are used. The UI appears to only support a static list entered at field creation or update later.…
-
Yes/no condition in formula field
This script won't work if Test = true then'A pagar' = 'Tipo de licencia'.Precio + 'Tipo de socio'.Precio + 'Tipo de licencia'.Precioelse'A pagar' = 'Tipo de licencia'.Precio + 'Tipo de socio'.…
-
style() to a Number field
Good morning all. I have this on a number field, but not woking. let Resta := 'A pagar' - Pagado;styled(text(Resta), if Resta > 0 then"#FFEE00"elseif Resta < 0 then "Orange" else "white" endend)
-
Does anyone know how to secure a PDF file?
It is very simple if you want to lock PDF file you need to go for Secure PDF Software. And the best software to lock PDF file is Secure PDF Tool this is the ultimate software to secure your PDF files.…
-
Unify script
Hi. I want to unify this scrips I found here. let myNewRecord := (create Tabla1);let myA := Nombre;myNewRecord.(Nombre := myA);let myB := Apellidos;myNewRecord.…