Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Supress 'Evaluating Condition' for conditional sections

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.