Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
omid5ive
Creator II
Creator II

qlikview Bootstrap

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

3 Replies
vikasmahajan

you can use extensions please check this thread Fit Zoom to Window Document Extension

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable

Hi,

You could try:

// TableName contains Values for bootstarp

Nsample = 10000; // NoOfRows('TableName');

LOAD

peek(Values,round(Rand()*$(Nsample)),'TableName') as Rand 

AutoGenerate $(Nsample);