Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 davdiste
		
			davdiste
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Read about GetSelectedCount() function here:
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Why not just this
=GetSelectedCount(MESE)
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Read about GetSelectedCount() function here:
 davdiste
		
			davdiste
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		thx Sunny, I'II read it!!!
Bye
