Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 josephinetedesc
		
			josephinetedesc
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All
I would like No data to display to read: "You must select Clinical for this chart to display"
Thank you
Jo
 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Go to Chart Properties -> General -> In Calculation Condition-> GetSelectedCount(Your Dimension)=0
Select Error Message Tab -> Select ->Calculation Condition Unfulfilled-> Type Message
"You must select Clinical for this chart to display"
Hope this helps you
Thanks
Vikas
 
					
				
		
 josephinetedesc
		
			josephinetedesc
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		
Hi all - I found an answer as suggested by Marco Wendell.
I used a transparent text box with an if statement:
such
=
if(Classification <> 'Clinical', 'Tumour Stream is from Utilisation - Please select Clinical Classification')
I have put in a link to the answer but not sure it will work
 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Go to Chart Properties -> General -> In Calculation Condition-> GetSelectedCount(Your Dimension)=0
Select Error Message Tab -> Select ->Calculation Condition Unfulfilled-> Type Message
"You must select Clinical for this chart to display"
Hope this helps you
Thanks
Vikas
 
					
				
		
 avinashelite
		
			avinashelite
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		yes, it will work. You can do it two way one is as mentioned Vikas Mahajan and one more using the test box (hide and showing conditions using the layout) ....
NOTE: if you need images in the error msg then Vikas logic will not work , you need to make use of the text box only
 
					
				
		
 josephinetedesc
		
			josephinetedesc
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank you both ways worked
Jo
 
					
				
		
 avinashelite
		
			avinashelite
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Cool, can you please mark the correct answer and close this thread, so that it will be helpful for others too
 
					
				
		
 josephinetedesc
		
			josephinetedesc
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi - how do I do this???? I cannot find "correct answer"
