Frustrated with poor help guides- Is there a full guide to formulas anywhere?
I want to do what seems like a fairly simple CountIF formula but find the Ninox help guide to be incredibly frustrating. I can't find any mention anywhere in the instruction manual of a COUNT function existing but there are a few examples of people using them. I find this often with Ninox and I don't understand how anyone manages to master it.
The forum is very helpful but I don't want to have to post everytime I need a basic formula explaining. Is there a proper guide anywhere?
10 replies
-
Click any column header and then click on the "Count" button. The count will appear at the bottom of the column.
-
I found the formular by doing a Google search on "Ninox count", instead of using the Forum search.
-
Thanks but it's the equivalent of an Excel CountIF formula I was looking for. ie, it only counts it when it matches certain criteria.
In any case, is there a decent guide somewhere that lists all these formulas. I also found that thread in the forum using Google but the formula it refers to isn't mentioned anywhere in the user manual. How do we know what formulas we can use if they're not listed somewhere? -
@Richard, don't give up, we all went through this stage.
Read here what I wrote about a year ago ... -
Right now I am also looking for a countif function/formula. This thread and the ones linked to haven't helped me so far. So how can I actually count the number of certain results in a given field?
I agree with Richard about the lack of proper documentation, there should be a nice overview of functions, proper examples and use cases. -
@Sebastian, I'm pretty new to Ninox and I've so far used for myself a simple if/then/else combined with cnt/count function when I needed CountIF.
-
Hi Halio,
thank you for the tip. I tried to combine them, but it doesn't seem to work. How exactly do you combine them? Count(field) if [field] = [a certain value]
or if field/column= [value] then count (field)Both of them deliver no results for me...
-
Something like this? In a formula field:
cnt(select TableName where Field = a certain value)
Steven.
-
yes, that works perfectly!! Thank you so much Steven, this solves my problem :)
Content aside
- 5 yrs agoLast active
- 10Replies
- 2554Views