K2 Pass value from one view to another

  • 8 February 2018
  • 4 replies
  • 111 views

we have required to pass the value from one view to another using the rules 

 

  1. we need to get the value of the one of the control present in one of the view to be copied to the another view using Rules

 

 

kindly help us if anybody would have worked on similar requirement


4 replies

Userlevel 3
Badge +16

Tried looking at Parameters?

 

We use this for passing things across to other forms like IDs n stuff

You can edit the view rules from the containing form, and from there you can add actions that reference any view in the form.

Badge +9

On the form, add a "Transfer data" rule.

Userlevel 4
Badge +14

Easiest is using parameters or datalabels to transfer between but you would want to think of view, form relationship here. transferring from View to View is extremely hard. You need a parent child relationship here. ie Form (Parent) with the 2 views (children) on the form, on the form level you will then have context to both views making transferring much easier.


 


HTH


Vernon


 


 


 

Reply