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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
jjustingkm
Creator II
Creator II

Remove Index in scripting

I am trying to turn off index for a column in a table in the load script.

4 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Change the below variable available in the "Main" tab of the script from 1 to 0.

CreateSearchIndexOnReload=0;

 

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
jjustingkm
Creator II
Creator II
Author

but this is for all the fields but I am looking to avoid indexing only for a particular field.

DideronMickael
Contributor
Contributor

hello , did you find a solution? I'm interrested too. 

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Use Search option. Check below link.

https://help.qlik.com/en-US/sense/May2022/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptRegularSt...

 

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!