-
How to change the look of Location
Hello everyone It's there a way to change the information that it's appearing in the Location field? For example - Iwant to take the country out from the field...…
-
Can one import folders into the database, not just files ?
Can one import folders into the database, not just files ?
-
Renaming Prints
Hello, is there any way to use printRecord(Id, "Print Name") and also be able to name the file being printed. it always gives the name of the table and the id of the item but it would be much helpful…
-
Auto select field based on user logged in
Hi all. I have a table for different schools, where it is important that the users making entries can't see eachothers input. We have assigned each school to a filtered view of the list.…
-
Formula: Payment terms and due date
Hello :), I'm trying to establish the payment terms of my clients into my invoice in order to have the due date calculated automatically. Could someone explained the kind of fields and formula I…
-
Como colocar no link para que ele direcione para a pagina da web?
Não consigo acessar o link direto do campo. Exemplo em anexo. Ou seja eu clico encima do link e ele não é direcionado para a pagina. O que esta ocorrendo? Lucidio
-
Tage zwischen zwei Datumseinträge errechnen
Ich habe ein Anfagsdatum und ein Endfatum und möchte nun errechnen wieviel Tsge sind das. Kann mir da jemand eine Formel dazu genen lg Gerhsrd
-
When to enabled "Index" on a field in a table?
Is there any rough guide or rule of thumb for when it is helpful to enable the "index" for a field in a table? My database includes a lot of calculations with select statements,…
-
Are the Apps that you create from Ninox Stand-alone, or do you need the Ninox program for them to run ?
Are the Apps that you create from Ninox Stand-alone, or do you need the Ninox program for them to run ?
-
year
enter a year
-
Create a search Button
Hello :), I'm trying to create a field / formula to search a client for example. Let say for example I want to search the profile for a client from an email address or from a phone number.…
-
Duplicate information from one table to another table depending of the status selected
Hello :), I have created a parent Table for the quotations I send to my clients. I called it 'Quotation' What I'm trying to do is once the quotation has been accepted by my client,…
-
how can I convert a field type from text to choice?
This is a newly imported table, and one of the fields would work better as a choice.
-
Reviewing duplicates in one field
Hello, I am a brand new Ninox user and in the phase of creating a database. I would like to make sure that in a table called 'laye' one of my fields called 'Identification', which is a text field,…
-
Wrong recipient error with inviting team member
Cant invite a team member. when they click the link in there email to accept they get an error about it being the wrong recipient. On a side note I am in the trial period if that would matter.…
-
delete table
How does one delete a table from a team
-
sum
i have choice field in invoice item that there is "Ordered" and "Pending" and Cancel". when my customer confirmed one item or some items order then i choice "Ordered".…
-
Using fields from one table in another
Hello Everyone I am new in Ninox and I have try to find an answer from my self, but I couldn't. So: I have 3 tables - Company, Machines and Info I want to be able to see in info "automatically" the…
-
Permanent key field setting
If I could set a key field permenantly, I'd be able to share this with other users. Right now, I have to set the key field each time I import new data to only import new rows.…
-
Create a button on a parent table to open a child table
Hi, I'm trying to create a button on my parent table to open a child table. I tried to use this formula that I found on the manual however it does not work > openTable(tableName,…
-
Price for a license in Denmark
The price for a license in Denmark User/month is 13 dollar, not 8.33.
-
Script to find and return duplicate records that already exist
Hello, I need to delete some duplicate records that have already been imported into my table. Rather than going through and doing it manually, I wrote this formula, but it does not seem to work?…
-
trouble with a simple selection using a multi-choice field
I'm still getting use to the script language syntax and, presently, I can't quite work out a simple selection, as follows: I have a test sales table. included in this table is a multi choice field…
-
Add Regular Expression Capability
It would be really useful if you added the ability to use regular expression for conditional statements.
-
How do I update this code to auto create a new record in sub table balances that will link back to its parent - funds
let Nyear := last(Balances.Year) + 1;let Nbeg := last(Balances.'Temp. Restricted');let Nperm := last(Balances.'Perm. Restricted');let i := (create Balances);i.(Year := Nyear);i.…