Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Clear some field on another field selection!!

Hi all,

can i clear only two specific Fields on any selection of another Field?

Example:

i have this field in selection: Year,Month,Product,City

Initially the current selection is: 2012,March,4S, Tokio

Every one i select another City, i want to clear only Product and Month.

Is possible do it without a button?

Can I do it with or without a Macro?

Can you help me?

Thank You All

MC

1 Solution

Accepted Solutions
MayilVahanan

HI

Use trigger

Document properties->trigger ->

Select:

City

Onchange or OnSelect ->

Action:

Selection ->Select in field

Field:

Month

Searchstring:

=''

by same way for product

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

1 Reply
MayilVahanan

HI

Use trigger

Document properties->trigger ->

Select:

City

Onchange or OnSelect ->

Action:

Selection ->Select in field

Field:

Month

Searchstring:

=''

by same way for product

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.