Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
karthickv
Partner - Creator
Partner - Creator

Passing values from one QVW to another QVW through Macro\EDX

HI All,

I have 2 applications, Selection app and Analysis app.

I want to pass selections (Customer) made on one QVW (Selection app) to script of another QVW (Analysis app) and perform reload. While the reload part seems to be working, passing of selections is not working.

When testing the macro, i am facing the below issue.

Macro.png

Kindly suggest if you have some other macros to perform this activity.

Attaching the script for your reference.

Thanks a bunch in advance,

Karthick V.

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

Do you have that "EDXparms" variable in your application?

It is working for me after creating the EDXparms variable.

View solution in original post

2 Replies
settu_periasamy
Master III
Master III

Hi,

Do you have that "EDXparms" variable in your application?

It is working for me after creating the EDXparms variable.

karthickv
Partner - Creator
Partner - Creator
Author

Many thanks for your response Settu Periyasamy.

Now after tweaking the Variable (as per your suggestion) and the 'Where' part (in my Analysis app), I am able to pass the selections (for one field - Customer).

Do you have some other Macros which can dynamically pick the fields selected (may be from Current selections)?

Note: With this Macro, to pass values for a extra field, I need to add a extra piece of code in the Original Macro (attaching a reference below for 3 fields). It would be difficult in-case if I have to allow users to pass 10 - 20+ fields.

Macro (3 fields).png


Thanks in advance,

Karthick V.