Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
hi
getselectioncount() is not working for Qvw.it is working for other qvws except my required qvw. could please any one explain
in show condition i have written like this getselectioncount() >0 but it is not working .
Thanks
 Digvijay_Singh
		
			Digvijay_Singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I think it is GetSelectedCount(), not sure if it is just a typo here. Can you post screen image or sample file.
 maxgro
		
			maxgro
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		do you mean getselectedcount ?
could you post it or the a small .qvw example?
getselectedcount (FieldName [, IncludeExcluded [, State]])
Returns the current number of selected values in a field. It is possible to query an alternate state.
If IncludeExcluded is true the count will include selected values, which are currently excluded by selections in other fields. If false or omitted these values will not be included.
State is the alternate state to query.
Examples
getselectedcount ( Year )
getselectedcount ( Year, true( ) )
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		