0
Formula using the minimum value in a column
Firstly- Ninox is brilliant. In a few days’ use, it’s transformed my database (formerly in FileMaker) to something far more open and usable.
My question: In a formula, how can I refer to the minimum value in another column? Something like: if(‘this cell in column b’ = ‘minimum value in column a’ then ‘yes’ else ‘no’)
I’ve seen that you can set a column footer to show the minimum value in the column (among other options of course). Can that be referenced in a formula?
1 reply
-
min('column name')
Take a look at the Array section
https://ninoxdb.de/en/manual/calculations/reference-of-functions-and-language
Content aside
- 6 yrs agoLast active
- 1Replies
- 1507Views