Forum Discussion
vshen
12-03-2023Sisense Employee
Hi there!
I'm not sure I fully understand the request, but it seems like it can be achieved with an IF clause.
An example:
IF(count([user_emails])>5,count([user_emails]),0)
Here we count the unique user_emails; if there are more than 5 of them, we show this number; if not, we show 0 (you can replace it with NULL, for example).
Let me know if that is something you are looking for.
Additionally, you can read about the IF function (as well as all the other functions) here - https://docs.sisense.com/win/SisenseWin/function-references.htm#OtherFunctions
Best Regards,
Volodymyr