-
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.…
-
Using a cycle to print columns into *.pdf report.
Hi! I'd like to ask a little question. I have a table called "Packing List", with some records (relationship with 'Products' table). When I create a *.pdf report (using the Print icon),…
-
multiple records on one page
How can I get multiple records on one page on the printed PDF. Think of it as a school yearbook with pictures, names and a view other fields
-
View/Show As Menu Commands not working?
Seems the only one I can get to work is the Print Preview. They do work in the toolbar. Are the menu commands broken?
-
formula field wont show formula result
I have a formula wich have work for some time and then stop working. Only thing I change is to add some field but nothing linked to the formula. I think that it seem to be a field type issue.…
-
how to...
how to...
-
Filter ascending/descending date
I can't filter by date. My date format is DD/MM/YYYY, but it only filter by the DD, not the full date. How to solve this? Thanks
-
Block add record
Any way to block add a record? I only want that a new record is by importing a csv file, not click on the "+" or on a new row. Thanks.
-
Exit all accounts on every device
Hello. How can I exit all accounts of my team on cloud?
-
Hey ! Do you want another tricky question ??? Again concerning sorting…
One thing that is great in ninox is the way we can group records… Another thing that is great and super easy is to count the number of records in each group… But… now… i would like my groups to be…
-
Add to Ninox icons
Is it possible to add to the Ninox icons? (01_iconset.ninox) I have copied some of the emojis, but would like to be able to add them to the iconset.
-
formula error! Format issue with formula!
I have a $$ field and when I use it in a formula, the field stay undefined... sum(total_vente, prix_shipping, taxes) each field in the sum are $$ format...…
-
Import customer number auto added in csv
I have this code for every new data 'Nº de registro' := max((select Socios).'Nº de registro') + 1; How to use the code when importing csv?
-
Creating A invoice Number or Order Number
HI , i am trying to figure out how to automatically create a invoce number on each record Example INV0001,INV0002as well as order number on each record SO0001, SO0002, same would go for item numbers .…
-
Import (jpg) pictures from Bento?
The conversion program didn't include the Picture field from Bento. Everything else worked as expected. The pictures are in nearly all of the 500 records and is the main reason I bought this program…
-
How do I change the data format from MM/DD/YYYY to DD/MM/YYYY?
Hi all, I am using Google Chrome Web Browser in a Windows desktop machine and I would like to change the date format from MM/DD/YYYY to DD/MM/YYYY. I have tried to change the language setting in…
-
Display field only, if issue
I have multiple colorcoded appointment fields with corresponding buttons that copy the dates from one field to the next in order to view the "status" of a scheduled project by color on the calendar.…
-
Button for Adding Records to Subtable with Numerical Increase
I have a parent table named Apps Projects KSW and subtable named Trial Summary. I have a button in Apps Projects KSW that adds new records to the subtable.…
-
Is it possible to access an attached file's filename with a formula?
As the title basically. I'd like to access the filename of an attached file and then perhaps parse it.
-
Saving print to pdf
Hi, I am trying to find a way to save a Ninox pdf (print) with text from a field instead of the defaulted name. Is there a way to do this in Ninox?
-
How to show only the first line of a multi-line field?
How can I show only the first line of a multi-line field, in list view?
-
Tricky question about sorting for ninox experts…
hi all, let's say i've got 2 columns first one is a text one second one is a selection field i want to sort the records by the second column and then the first column… ok i create a third column to…