Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have one application and i have taken the copy of that application.
When i make any selections on first application it has to select same in second application by using triggers it can be possible.but i am not getting.
Thanks,
It's possible to pass selections from one QlikView document to another provided they have same dimensions (or at least one same dimension).
Steps:
Set up a button, or text object and add a trigger
Set the trigger action to External
Open QlikView Document. put in name of the qv doc to be opened
make sure that the 'Transfer State' checkbox is ticked.
Use action Open QlikView Document with 'Tansfer State' enabled.
Yes It's Possible Go to --> Document properities -->triggers-->field triggers-->select one field in that list and Click on
On select action button-->add action -->select on field -->add attribute name (field name where you want reflect) and value =getfieldselections(Source field )
TRY the above procedure it will works..
And also GO with Document triggers -->OnAnySelect option
Yes Your correct
Hi,
i tried what you show but it not working. i am attaching both applications i.e first one and copied one
I save both applications on my computer
Opened test.qvw and selected id=2
created a button Pass with the trigger as below
On click of Pass test - copy.qvw is opened with same selection of Id = 2
'OnAnySelect' trigger, you don't get the action to open a new qvw file. In such requirement, you might have to go with macro, which is not recommended. Do you really want to open the new application when a value is selected in another app ? You might have to explain your actual scenario in more details.