Jump to content

Blank visulization until filter is selected


joshua haznedar

Recommended Posts

  • 1 month later...

You can achieve this using data function:

- Create a data function which triggers only when a filter is selected

Script:

 

op Expression

 

Expression: Count([table1].[col1])

 

Limit by Filtering SchemeOutput parameter:

 

Output handler - Value

 

Output Value - Document Property of type Integer

https://support.tibco.com/s/article/Tibco-KnowledgeArticle-Article-45663

- Once document property value is set, use that in the data limit expression for relevant visualizations like

${test} < Count()

where test is the integer document property whose value is set by the data function

This way when you do not filter anything, test value and count would be same so no data will be populated in visualization and when anything is filtered, test value count would decrease which will allowthe visualization to show data

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...