-
Display field only if Question
How do I setup a field to display only if TWO seperate checkboxes are selected?
-
"Display field only, if:" help
I have a Table Reference that I'd only like to display if a specific selection is made to a Multiple choice Radio Button. How do I do this?
-
Print multiple records
I need help to be able to print multiple records in a specific report layout The records to be printed are the result of a filter Example let p:= select ’Table’ where choice like “Alain”; print(p,…
-
Print Kanban view
Is there a way that I can print the Kanban view so it looks exactly as a board? Also, is there a way that I can shrink the view so I can see all columns without having to scroll right?
-
swedishhero
Hi, I just can't get a simple code to check if a choisebox is value 4 or 5. I get it to work with one value yes/no but two is impossible? I have 7 values to shoose from and if I choose 4 or 5 another…
-
we need to work with accounts with diferent currencys
How can we do to transfer money between accounts with diferent currency?
-
Bgaylor@bellsouth.net
Where can I find instructions to create a standalone database? I know it will have to be licensed.
-
How to display a long format date in print out?
I'm creating a quotation database. I want to display the date field so it reads '1st February 2019' rather than '1 Feb 2019' as is the default. How do I do this?
-
Round now() up or down to nearest 15 minutes
Is there a way to accomplish this?
-
Filter
How can i filter my list by names and the first name in order to see, Heller (last name) Gérard (first name) before Heller Hervé ? Thanks in advance for your help
-
Global Script Definition for Specification of Quarters and Fiscal Years
I am trying to create reporting within my database of records within the specified Quarter. As far as a simple solution, within my table and form, I could add a text table of Q1FY20 but I was…
-
help
Ho un campo rendimento che varia in base al confronto tra una data fissa e una data che inserisco. Ecco la formula ma non succede nulla let a :="07/10/2005"if Attivazione < a and Articolo.…
-
What language for user programming
Is there a reference for the commands, statements and conditionals that users might add on triggers and other aspects of Ninox? ("If", "else", "let", etc).
-
How do I update a view field
I have a view field in my database. When I click on the field, finder comes up for me to pick a jpeg to view. If i accidently choose the wrong file, I can't see how I can change it.…
-
How to Sum up values from a specific field, only if another field value is the same.
I have the three fields: Receipt # Group FIELD Receipt Items FIELD formula for Receipt Items right now: let myNum := 'Receipt # Group';cnt(select Inventory where myNum = 'Receipt # Group') Purhcase…
-
Streak' calculation
I'm trying to create a formula that will look at the date field from the previous record, compare it to the current record, and then make a calculation based on the difference.…
-
Syncing
I have imported a lot of data using the Mac Desktop App. But it does not sync to Ninox. When I open the web app of Ninox the data does not appear and vice versa.…
-
HELP Accidentally deleted a table
Not sure how, but I thought I was deleting a field and accidentally deleted an entire [very important and complex] table. I can't find the file in my iCloud folder to try and revert.…
-
How to select more than one option from a multiple choice when creating a record from a button?
Hi i have a field with multiple choice in a subtable when creating a record from a button in a master table how do I preselect 2 or 3 choices? I am able to select just one, this is my code : let LNK :…
-
CHOICE option appended to a TEXT field
Example: the text "Hello" is entered into a TEXT field. The options under a CHOICE field are " World" and " Earth". In this case "World" is selected. On update the CHOICE selection is appended to the…
-
Indicating already picked Multiple Choice fields
I have a table of users linked to a table of assets (ie A-Z). Each user could pick more than one option ie User1 has A, D; User2 has B, P etc. How can i indicate which choices are already selected or…
-
Ninox Web ( https://ninoxdb.de/en ) - Certificate Error
Ninox Web ( https://ninoxdb.de/en ) it's ok just in some computers some browsers - in several others I can't log in - Certificate error -- DLG_FLAGS_INVALID_CA for example: in one computer,…
-
Removed choice value by mistake
I accidentally removed a choice value by mistake and saved the repair. My database is structured around the values of this particular field. I could just add the value again,…
-
Créer un enregistrement dans un sous formulaire
Bonjour, Je souhaiterai pouvoir créer un enregistrement dans un sous formulaire en cliquant sur un bouton. J'ai donc affecté à mon boutton le code ci-dessous : let e := (create 'Echéancier');e.…
-
Weighted Average
Does anyone know of a way to calulate a 'weighted average' for use in a Bubble Graph. Thanks in Advance. Tim
Answer questions and share your knowledge