Hello.
How can I pass the value of a parameter from one view to another different view?
I am sending some example images.
I want to assign the Key_1 value of View_1 to the Key_2 value of View_2.
It seems that the parameter values of views 1 and 2 are always the same? In that case create a session property and bind the view parameters to that.
You could also use a custom prop on the page itself, if it is only needed on a single page.
@dkhayes117 solution is simplest if you want the views to act on the same information but if you need an event to send a value to another view then look at the following links.
Thank you very much for your help.
Is there a way that when I select an Motor from a menu tree I can go to another view and at the same time change a variable and I can use it to create indirect tags. But at the same time the change of that variable only affects my PC and that from another PC I can also modify that variable without affecting the value of the variable on the other PC.
This is in order to speed up programming since I have several similar computers.
I am sending some example images.
Are you wanting to navigate to another page with view2, open a popup with view2, or have view 2 on the same page as the "motor selector" which updates based on the current selection? I would advocate for the last option, myself.
Yes, I have view 2 on the same page as the "motor selector"
Ohh, are you looking to create an Embedded View ?
Or maybe you want a Parametized Popup view ?
Hi Leonardo.
I am sending you some reference images. When I press both Motor 1 and Motor 2, they direct me to the same view (View_2).
Additionally, I want to be directed to that view, when I press them, they change a parameter and with that make the speed display dynamic in the same view with an indirect tag.
In addition to that, I want that variable to change when pressing Motor 1 or Motor 2. It is only modified for one PC, that is, if I enter from another PC, that variable remains at its initial value.