Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is it possible to returning a yes or no response in a kpi based on the result of a count, i.e. if x > 0 , yes, no
May be like this:
If(Count(something)>0, 'yes', 'no')