Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am working on a visualization and I need to use a KPI to show a count of the number of items where the "IncClose" has a value of "-". Could someone please help me do that?
Thank you!
if IncClose value is a string, then you can use count({<IncClose={'-'}>}IncClose)
if its a null value then use count(if(isnull(IncClose),1))