Supress 'Evaluating Condition' for conditional sections — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Supress 'Evaluating Condition' for conditional sections

Question
1
Views
0
Comments
Mark.Thompson
Mark.Thompson Rank 6 - Analytics Lead

I have an analysis that uses a bit of Javascript to refresh the analysis every minute (data is streaming into the database every minute, and I want the analysis to be on a dashboard page and refreshing frequently).  That works great. 

Now I have placed that analysis onto a dashboard page.  I only want that analysis to appear if a certain condition is met.  I test that condition every minute, using the Condition feature of the Section.

When the refresh runs the analysis behind that condition, the analysis is temporarily replaced by the words 'Evaluating condition'.

Is there any way to suppress the display of those words?  I am happy to consider adding more javascript to suspend changes to the display immediately prior to calling the JS function that performs the refresh, and to then reload the page.  But I cannot find any such java code.

Any and all suggestions are welcome.