Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 udaya_kumar
		
			udaya_kumar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I have a listbox, user has to select it to see the tables and charts.
I have restricted the user in selecting only one value from the listbox.
I have selected one value in the QlikView Client, I published it to the server.
When i see the same file in the AccessPoint, multiple selection has happened for that listbox.
I dont know why it is happening like that.
can somebody help me?
 alexpanjhc
		
			alexpanjhc
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		if you have a chart associated with the listbox that you want to calculate, you want to add the restriction in the calculation condition under general tab.
something like count(distinct ([your fieldname])=1
I think that may solve your problem.
then in your help, you can say, only one selection is allowed.
HTH
 
					
				
		
 udaya_kumar
		
			udaya_kumar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Alex,
Where i need to add this expression?
count(distinct ([your fieldname])=1
In the Listbox or Chart?
I want it for the listbox.
 
					
				
		
 jagan
		
			jagan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Udaya,
PFA file.
Regards,
Jagan.
 alexpanjhc
		
			alexpanjhc
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		no sorry. it is only available in charts.
 
					
				
		
Jagan,
How you arrived this?
Rgds,
Nandha
 
					
				
		
I got the solution Jagan. We want to write a trigger right?
 
					
				
		
This worked perfectly! Thanks!
