vacunasrls
-
Search and select the most similar text
Hi, I need help to search and select a supplier in a table when I select a reference in another tab. I have 3 tables: one for suppliers one that acts as a register one for imports from another…
-
is there a formula to disconnect the link field to a table ?
i would like to disconnect the field linked to the table with a formula. I am trying to disconnect the field when i update another link field. I hope i've been clear. thanks in advance for your help.
-
Progressive number from the last one
Hi I am looking for a way to let the invocie number be progressive starting from the last one creted. Now I am using this formula: if 'Tipo di documento' = 1 thenlet y := year(Data);let c :…
-
How can I import all the information from another ninox database ?
I have two different database on ninox and I want to create a new database in which a can import all the information from the other two. Is there anyway to do that without loosing all the information…
-
Createtextfile: dimension file
Hi, I am using the formula CreateTextFile to create a file.txt in which I have to put a precisely number of characters and I did it completing the field with rpad formuala.…
-
How to modify the view of the file .txt created with createTextFile ?
createTextFile(this, 'Name' + Surname, "prova.txt") This is the formula I am using right now but in the txt file I will see the information like: Mario Rossi I need to make the two information one…
-
How can a count the number of letters and space in a field ?
How can a count the number of letters and space in a field ? What i need to do is to complete a field always with 50 letters or spaces. Exemple: "Home" is a 4 letter word.…