Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 omid5ive
		
			omid5ive
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi
is there any way to use bootstrap technology in qlikview?\
i want to change my dashboard width depend on monitor size or desktop resolution in qlikview access point
 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		you can use extensions please check this thread Fit Zoom to Window Document Extension
Vikas
 
					
				
		
 marcus_sommer
		
			marcus_sommer
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Have a look here: qliksite.io - Using Bootstrap CSS in Qlik Sense Visualization Extensions
- Marcus
 
					
				
		
Hi,
You could try:
// TableName contains Values for bootstarp
Nsample = 10000; // NoOfRows('TableName');
LOAD
peek(Values,round(Rand()*$(Nsample)),'TableName') as Rand
AutoGenerate $(Nsample);
