Discussion board where members can get started with Qlik Sense.
We are trying to limit the end users access to the insights tab as it hurts server performance on larger apps.
Having added 'disable_insights = 1;' to the DLE script and reloading the app, the insights tab in the top right is removed but the associative insights inside the smart search is still there:
In the documentation of associative insights it mentions a script variable can control the associative insights, does anyone know if it is the same variable or a different one?
Documentation:
Solved! Go to Solution.
Disable associative insights by using additional script variable:
Set DISABLE_SELECTION_INSIGHTS = 1 ;
Disable associative insights by using additional script variable:
Set DISABLE_SELECTION_INSIGHTS = 1 ;