Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 deepti_singh
		
			deepti_singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I am using a filter pane with ONLY one dimension Tenure. But it shows duplicate values. Why is that? I thought that Filter pane in Qlik Sense is something like a List box in QlikView which by default shows ONLY distinct values. Is that not the case?
Thanks.
Regards,
Deepti Singh
 
					
				
		
 sinanozdemir
		
			sinanozdemir
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can you post a sample dataset? It should be distinct values as far as I know.
 
					
				
		
 jagan
		
			jagan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
What filter it is? If it is month, then change you script like below
LOAD
*,
MonthEnd(DateTimeField) AS Month
FROM DataSource;
Note Qlikview is case sensitive, if there is difference is casing it will show as separate values.
Hope this helps you.
Regards,
Jagan.
