cancel
Showing results for 
Search instead for 
Did you mean: 

Avoiding first select event from chart ?

Former Member
0 Kudos

Hi,

I trigger a select event from a chart to another BI query to drill down into details. Unfortunately, when the chart is build up, without any user interaction a first select event is already triggered. Is it possible to avoid this event (for instance by a guard condition) ?

Regards, Christian

Accepted Solutions (1)

Accepted Solutions (1)

former_member193545
Active Participant
0 Kudos

Hi Christian

Sorry about the delay. The solution here is to use a data store and a guard condition, the data store should be triggered on the first select event in the chart, its default value should be itself+1, this means that when the first select event is triggered the value will be 1, you can then use your guard condition to check for this and only if the value is greater than 1 it should continue.

Jarrod Williams

Former Member
0 Kudos

Thanks, this works fine.

Regards, Christian

Former Member
0 Kudos

Thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks, this works fine to me !!