Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,guys,how can i calculate the quantity of people when KPI >=0
just like this,i wanna count the scc_lv2,the premise is the output_vs_LY>=0
you can use the below expression.
if(output_vs_LY>=0, count(scc_lv2))
where you want to display the count in straight table or textbox?