Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
luizcdepaula
Creator III
Creator III

Enable Insights Advisor

Hello experts,

This might seem to be an easy answer, however I seem to be having a hard time finding it. I have upgraded Qlik Sense from June 2018 to Feb 2019. I am trying to use the Insights Advisory feature, however, it seems to be turned off. 

I was able to find ways to turn it off, by using the variable DISABLE_INSIGHTS. However, I was not able to find a post already on how to enable it.

I don't recall ever having the Insights Advisory available as a feature in Qlik Sense, and I am the one who applies the updates.

Thanks in advance for the support.

Luiz

Labels (2)
1 Reply
ChristofSchwarz
Partner Ambassador
Partner Ambassador

If you are using a younger version of Qlik Sense, which has Insights Advisor (June 2018 onwards) and it was disabled by variable in the app, try this in your script. It should make it visible again. 

SET DISABLE_INSIGHTS = '';  // turn on Insights Advisor

whereas ...

SET DISABLE_INSIGHTS = 1;  // turn off Insights Advisor