Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 mario-sarkis
		
			mario-sarkis
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
I have a question is there an option that makes a chart or a text Box To ignore all selection by a user without changing in the expression ?
Thank you
 
					
				
		
 pokassov
		
			pokassov
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use alternate state
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		To prevent users from making selections, make the object read only. You cannot make selections in a text box.
Or perhaps you mean to override the selections in the chart or text box expressions? Then user the following syntax in the set expression:
Sum({<Date = {" some date criterion "}, Year=, Month=, Day=>} Sales)
This will select the date base on the criterion, but ignore selections for year, month and day.
 sunny_talwar
		
			sunny_talwar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Or use {1} in your expression to tell it to ignore all selections 
 
					
				
		
 jsingh71
		
			jsingh71
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If you dont want to change your expression then try one of the following options:

 Gabriel
		
			Gabriel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
If you include {1} in your expression will ignore selections
 
					
				
		
Alternate State is the solution.
 mario-sarkis
		
			mario-sarkis
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hey sergey ,
If have to chart and i need to put each in a diffrent alternate state is it possible if i have a single list box that effect many alternate status ?
Thank you
 
					
				
		
Set Analysis can do your requirement
or
you can detach the object
or
you can make the object as Read Only
 
					
				
		
 pokassov
		
			pokassov
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can put all of your chart in the same alternate state either single list box.
Then you can clear all selections for your alternate state.
And then if you make some selection in your single list box it will change all of your charts.
and these "alternate" charts will not react on select in other "normal state" objects.
