-
How to get a dynamic multi choice field to update
Hi all - I'm using the MacOS app. So I have this code in the Dynamic value section of a field called dMC2: let prevDMC := numbers(dMC); (select Table1)[(var t := this;…
- Answered
-
Emailing from Ninox
Email functionally stop working, it worked up September 29 and then stop, it is not sending email to any address. They are not going to Junk or Spam folders, all checked and whitelisted email address.…
-
Production: should storage tanks share a table or each have their own?
I need some advice regarding the basic logical layout/relationships of my database. I'm tracking production and inventory in a distillery. I have a table for distillations,…
- Answered
-
Server nicht erreichbat
Moin, seit heute früh (31.5.22) bekommen wir in der cloud Version die Fehlermeldung "Der Server antwortet nicht." Bei der App Version von Apple werden eingegebene Daten nicht synchronisiert.…
-
When to use "do as server"?
I've been using "do as server" code in lots of my buttons just to make my forms a bit snappier. Unfortunately I've found that on an older/slower computer for some reason the code isn't executed…
-
Format a Formulae Field to Show time
Hi All, Trying to work a formulae field to show the data of a Time field in another table. My current Formulae is (select 'Private Snorkel Booking')[Session = 1].…
-
Formula Problem
if Schedule_V < 1 then styled(" UNDER PLANNED COST ", "white", "warn") else if Schedule_V > 0 then styled(" OVER PLANNED COST ", "white", "ok") else if Schedule_V = Plan_V then styled(" GOOD ",…
- Answered
-
Colour Coding
Hi There, I have a formulae field that sums the number of guests in a subtable. I would now like it to be green if the formaulae field number is smaller then "Max Pax" and red if larger I have used…
-
Automatically Displaying referenced data based on String
Hello, I'm sorry if this is a dumb question but I can't seem to figure it out. I'm attempting to use Ninox to help organize summer camps. Based on already imported data,…
-
function between two numbers
hi everyone i have the following issue... I need to show a message following numeric rules. for example.. if number < 5 then "Result 1" if number > 10 then "result 3" but now,…
- Answered
-
Passing data from a Text field or MultipleChoice field to a DynamicMultipleChoice field
If you have a MultipleChoice field, and want to pass the same chosen options to a DynamicMultipleChoice field, follow the steps below: - Create a new reference table with the options written exactly…
-
Entering dates into a date field using only digits (and a slash or hífen)
To enter a date into a date field, as far as I know, it is necessary to use the numeric keypad and the alphabetic keyboard.In the case of a date in DD/MMM/YYYY format,…
-
Suggestion List from first crack at Ninox
Hey everyone, i am near completion of my first Ninox app, which is essentially a crypto exchange for my crypto consultancy for my clients worldwide. It is currently isolated to me,…
-
How can i send the Calendar feed to Apple Calendar
Up till now we have been using the Apple Calendar so we see it across all our devices. In Ninox i have the Calendar working see screen shot, But i do not see other Calendar features we use.…
-
A major step forward.
Ninox is a fantastic database. If you could develop the possibility to LINK tables between databases it would change everything. NOT API. If I have a master database and then link tables from other…
-
Help with wedding base
I am starting this new chat as the other one got long and i now have made a sample database and have a lot of info to better understand what i am trying to do. Here is the info.…
- Answered
-
Accessing a single line item on an invoice
I'm trying to pull the TOTAL value of a single line item in an invoice that has 3 line items consisting of £195, £56, and £18. After trying everything I can think of,…
-
Two bases Ninox side by side on an ipad ?
Hi Does someone know if it is possible to open two bases Ninox side by side on an ipad ? Thank you
-
Accidental Kanban Movement on Phones
Is there a way to confirm the movement of cards in Kanban view? We have team members that keep accidentally moving the cards from one category to the next because they are trying to scroll…
-
all databases disappeard
I'm using Ninox Mac, with my databases in cloud. when I open Ninox, I get a complete empty window. when I look in mobile documents, databases are still there A suggestion? I'm a little bit desperate.…
- Answered
-
Show/Hide One Record
I am trying to figure out how to Show/hide one record. I don't want to hide the whole column, just one occasional record. Is there a way to do this?
-
Can i hide empty fields in the customer view?
After starting this new DB in the middle of the year i have many customer items that do not have the full information in them so when looking at them it shows all blank fields when doing a ascending…
- Answered
-
Small problem with this formula
@Fred I have a small problem with this formula: let check := dialog(" ATENCION ", " ¿Confirma el SETUP de la tabla de AVANCES_PROYECTO ? ", ["Si", "No"]);…