Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Current selection box limit setting

Hi All,

I am exporting my current selections to excel and these selected values can be many in number. I have increased the 'maximum value in current selction' text box in Setting->User Preferences. But this setting is working only for my system , when my qvw file is published at server the value is limited to '6' as it was previously. As a result if more than 6 values are selected, current selection box shows '6 of 92'.

Can anybody guide me if I can update this setting at server , if yes then what/where is the option?

Please let me know if there are alternate solutions to export my large number of selections to excel.

Thanks and Regards,

Kirti Kakkar

3 Replies
erichshiino
Partner - Master
Partner - Master

Hi,

Maybe you can put this expression in a textbox and export it instead of the standand object 'Current Selections' :

=getcurrentselections (chr(13), '=', ';', 10000 )

Hope it helps,

Erich

ivan_will
Partner - Creator II
Partner - Creator II

"Can anybody guide me if I can update this setting at server , if yes then what/where is the option?"

Any idea?

ivan_will
Partner - Creator II
Partner - Creator II

Go to - C:\Users\All Users\QlikTech\QlikViewServer

Edit file - Settings.ini

Add before [Authentication] the following:

SelectionStampInBIFFExport=1

MaxCurSelEntries=1000