Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jamie_humphries
Partner - Contributor II
Partner - Contributor II

Removing associative insights tab

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:

clipboard_image_0.png

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:

https://help.qlik.com/en-US/sense/April2019/Subsystems/Hub/Content/Sense_Hub/Selections/associative-...

clipboard_image_1.png

Labels (2)
1 Solution

Accepted Solutions
jamie_humphries
Partner - Contributor II
Partner - Contributor II
Author

Disable associative insights by using additional script variable:

Set DISABLE_SELECTION_INSIGHTS = 1 ;

View solution in original post

1 Reply
jamie_humphries
Partner - Contributor II
Partner - Contributor II
Author

Disable associative insights by using additional script variable:

Set DISABLE_SELECTION_INSIGHTS = 1 ;