Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm considering the following challenge, concerning the dimension MONTH.
I need to find a expression that:
- if none month is selected, give back 0;
- if some months are selected, give back the number of the months selected;
I've tried with the following expression but doesn'tm work
=Count({<MESE={'$(=MESE)'}>}MESE)
Anyone can help me?
Thanks
Davide
Read about GetSelectedCount() function here:
Why not just this
=GetSelectedCount(MESE)
Read about GetSelectedCount() function here:
thx Sunny, I'II read it!!!
Bye