Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I need to add Month_n=1 into below expression :-
COUNT(DISTINCT(Invoic))
I have try :-
COUNT(if(Month_n=1,DISTINCT(Invoic)))
it cannot work .
Paul
use set analysis where you can like belo
COUNT(DISTINCT {<Month_n={1}>}Invoic)
use set analysis where you can like belo
COUNT(DISTINCT {<Month_n={1}>}Invoic)