cancel
Showing results for 
Search instead for 
Did you mean: 

VC: Strategies for Triggering Events

Former Member
0 Kudos

Hello All,

Other than buttons, how can events be triggered in VC?

I am trying to dynamically load a layer once a user clicks on a chart / table without using a button.

Is this possible? What is the official answer from SAP? are there any work arounds for this?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Have you tried with 'Visibility Conditions'? This can trigger events. Please elaborate your requirement.

regards

Sandeep

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use 'select' event of a table or chart for the visibility layer.

Regards

Basheer

Former Member
0 Kudos

Hi,

My model:

BI Query -> Input for Pie Chart

Pie Chart -> iput for Table (table is hidden) -> Table is used as Input for popup iview, the logic here is that when the user clicks on the pie chart, the table selection is changed and that is passed to the popup iView. I use a datastore to store value "dummy" with default value zero, this value I pass to popup iview

Popup iview has visibility condition:STORE@dummy==1. Inside the popup iview there is a chart and a query with a signal in.The signal in is passed the dummy value and a variable value for the query from the table. The chart has visibility condition set to STORE@dummy==1

When I set the default value of the datastore to 1 (in the main iView), when I execute the model, my pop up is visible. However if I set the default value to 0, and change it with a *select event (from table out to pop up iView in) with formual STORE@dummy+1, the popup does not show.

This is my problem, I trying to trigger an event that changes my datastore value so that when its passed to the popup iview, the visibility condition will hold true.

Many Thanks,

Sbuda

Former Member
0 Kudos

Hi All,

In case you are wondering - this works in EHP1