Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

2 table are not link can i select table A x items , i want to turn on table B y items

Hi SOK

I started a new post , because in the previous one you did for me it turn on other table , what i need is turn on TAX table.

Hope you can advise me again.

Paul

1 Solution

Accepted Solutions
Sokkorn
Master
Master

Hi Paul,

Do this way

1. Create vSelectValueInTax =If(GetFieldSelections(Currency_P)='MY',1.15,1)

1.png

2. Go to Settings -> Document Properties -> Trigger tab

2.png

3. OnSelect and OnChange, use same action below

3.png

See attached file

Regards,

Sokkorn

View solution in original post

3 Replies
Not applicable
Author

Hi Paul, Can you please explain what you need exactly?

Sokkorn
Master
Master

Hi Paul,

Do this way

1. Create vSelectValueInTax =If(GetFieldSelections(Currency_P)='MY',1.15,1)

1.png

2. Go to Settings -> Document Properties -> Trigger tab

2.png

3. OnSelect and OnChange, use same action below

3.png

See attached file

Regards,

Sokkorn

Not applicable
Author

Hi SOK

you are supper good , it work as i wish , many thank.

Paul