-
many to many link
Hi there I have 2 tables and when I link 1row from the table that row is not available to relink any solution to help me fix this? Table 1 = Company Table 2 = Client Now each company has multiple…
-
How do I count number of choices selected in a multiple choice field?
I included a multiple choice field with six choices; each choice is labeled with a Board Member“s name. I create another field (Approved) that indicates a count of how many ofthe directors have…
-
formula to count unique records
I want to write a formula that counts to number of rows based on a unique field (Id). E.g. table ID Date Amt 1 2/2/2020 100.00 2 2/1/2020 100.00 1 3/1/2020 50.…
-
Formula to combine address fields?
How do I add linebreaks to a formula field so I can combine separate first name, last name, address, city, state, and zip code fields into one field that looks like this:…
-
Multiple Choice Facts
Because a Multiple Choice field is quite complicated to extract values from, these are just some of the things you need to know. Check MultipleChoiceFacts in the Webinar EN 2020 team. Steven.
-
Set an alarm for a date?
How do I set an alarm or get a notfication when a date occurs? I want to be reminded when someone owes me money sometime in the future.
-
I need to copy one date field to another but only the first time the source field is populated... how / is this possible?
I“d like to copy a field called ”Listing Date“ to another field called ”Original Listing Date“, but only once (the first time that ”Listing Date“ is populated).…
-
Timecard employees
Hi, I have two employees, the first works 8 hour per day monday to friday (simple), the second works 4 hour per day except Wednesday that works 8 hours.…
-
Confronting the spam bots
Hey guys, I saw that one of these ads in the forum had a live chat, so I talked to someone on there regarding the big spam in the forums. Hopefully they can do something about it and not ignore the…
-
Issue with ID
Let me better explain: I have created a formula formula to order my price quotation that goes like: “AR” + ID + “” + yearmonth(today()) + “D” (result this month:AR12020/11D).…
-
Would someone please tell me what i“m doing wrong here?
I“m using this formula: let Open := select Tracker where this(Symbol) = Symbol and this(Expires) = Expires.Total; Total + Open First problem is that i get this message: ”End expected:…
-
Another undocumented operator : %
Also not documented in the reference manual: For example: 5 % 3 gives a result 2 which means the % operator gives the remainder of the division. Steven
-
Sequential numbering
I“m trying to get each entry on a suitable to be numbered 1-2-3 etc each time a new instance of the subtable is created. So, the main table represents a ”Job“ and each entry on the subtable…
-
Custom layout for Cards view
Is there a way to remove the field labels in Cards view? I don't need to see Name: The name. I just need the field data displayed. Also, I have a multiple choice field,…
-
Calendar Name/Title selection
My items are appearing in the calender however can you control what the “title” or event name or what you call the short display name? I usually get a combination of fields which can be unobvious…
-
Selecting date from does not appear to work only for November 1st, 2020
There are many instances in the app where we need to select the previous date“s entry and populate - Example; populate with yesterday”s meter readings. Originally,…
-
Move to field using Trigger after update
A simple I know but I'm brand new at coding in Ninox. I have a field 'Manufacturer' and a field 'Model Number'. I pick a manufacturer and then the model number in two steps.…
-
Import keyed on multipl linked fields
There is a Table 1 “Responses” that refers to Table 2 “Clients” and Table 3 “items” and has a text field “Response”. I want to import data in to the table “Responses” that has Client_Name | Item Name…
-
What is the formula to specify a time range in a calculation?
Is anyone able to help with this? Each record has a date and a value, and I wish to calculate the SUM total of that value within a range of dates (e.g. by month). Many thanks Ben
-
First and last name in a field
If I import a list where first name and last name are in the same field, can I extract automatically the two names in two distinct fields?
-
Unique Form Views
Currently, users can create multiple unique views for Table views only. Any change made in one Form view is copied to all of the other Form views in the same table.…
-
Fonts in a text box
For example, I'm formatting an invoice template. I make a text box and I need Helvetica Neue Ultralight which is installed on my mac under Helvetica Neue.…
-
Any way to change the Font default? (also in RTF)
I couldnt find any place where this can be done.... I am referring to the overall database (eg set the default font) or more important for me now in some fields eg RTF... RTF has H1, H2 etc..…
-
Host a Ninox DB on my server?
I cnanot get Ninox and iCloud to work together as they are suppose to. My DB with 930 records and many photos will NOT function on my iPhone or iPad. I have spoken with support and so far no solution.…
-
Multiple Dialog Threads On One Button
Hi Everyone, I have tried desperately to program a button to execute a different dialog thread based on the selection of a multiple choice field. I can't get it to work!…