Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 mkupendra
		
			mkupendra
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		End user want to to select their own date range , Is it possible to create button object for that
 
					
				
		
 Mark_Little
		
			Mark_Little
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi there,
You are best looking at date picker extension supplied by Qlik.
Custom Objects > Qlik Dashboard Bundle > Date Picker
 MendyS
		
			MendyS
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi
in addition to Mark,
you can add two input var and in set analysis add something like -
Count({<Date={">$(Var1)<$(Var2)"}>}Customer)
 carlos_molino
		
			carlos_molino
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		To create a date range you can use the "Date picker" extension, which doesn't quite convince me how it works, or you can put two "Variable Input", one for the start date of the range and another for the end date of the range, and then use those variables to filter the values as needed:
count(distinct {<
Date_ID={">=$(vL.Date_Start)<=$(vL.Date_End)"}
>}ID)
 mkupendra
		
			mkupendra
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi all,
Thank you everyone,
some how I had created by creating variables and calendrer object.
