cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass values between nested i-views

Former Member
0 Kudos

Hi All,

I have created two nested i-views, one containing a form with a signal out and one with a table and a signal in. Once the form is submitted the values should be passed to the other nested i-view containing the table and the signal in.

If I create the two i-views as primary windows and deploy the model, the values are passed between the two i-views. If I make the i-views nested windows and create another i-view that contains the two nested i-views, the values are not being passed.

What am i doing wrong ? Any ideas ?

Thanks

Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Sorry for not explaining this before, i was in a bit of a hurry. What I did is the following. I have one main i-view containing two nested i-views. The nested i-views pass information using a signal out and a signal in.

The thing I forgot was to connect the signal out with the signal in of the two nested i-views. After I had connected these, the values where passed correctly.

Not sure if this is what you are after, but it worked for my scenario.

Regards

Thomas

Former Member
0 Kudos

Sorry, just found the solution myself.

Former Member
0 Kudos

well would be fine if you could give a short explanation, of the right way. I guess I have read about, that it is not possible to bring back data from a nested iView to an iView. Only to bring them in.

greetings

Marcus