Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
rolandg1881
Creator
Creator

Date selection multibox

Hi!

Perhaps a silly question. 😉

Is it possible to choose the year (Jahr) 2020 in the left multibox (based on field "rme_year") and automaticly is the same year selectet in the right multibox (Jahr) based on field "trme_year"? 

short: trme_year is hast automaticly the value of rme_year?

I know thats not the normal way to connect fields!

I hope my description is understandable. 😉

 

Thank you very much!

Best regards

Roland

 

 

Labels (2)
1 Solution

Accepted Solutions
_ylc
Partner - Creator
Partner - Creator

Hi Roland,

You can try to use the trigger events in the Document Properties.

Go to Settings > Document Properties (Ctrl+Alt+D) > Triggers Tab > Field Event Triggers >

Go to your field (rme_year) > Click the Add Action under OnSelect option >

Add > Selection (Action Type), Select in Field (Action) > Field: trme_year,

Search String:  ='(' & GetFieldSelections(rme_year, '|') & ')'

Press okay and try it!

View solution in original post

2 Replies
_ylc
Partner - Creator
Partner - Creator

Hi Roland,

You can try to use the trigger events in the Document Properties.

Go to Settings > Document Properties (Ctrl+Alt+D) > Triggers Tab > Field Event Triggers >

Go to your field (rme_year) > Click the Add Action under OnSelect option >

Add > Selection (Action Type), Select in Field (Action) > Field: trme_year,

Search String:  ='(' & GetFieldSelections(rme_year, '|') & ')'

Press okay and try it!

rolandg1881
Creator
Creator
Author

Thank you very much!

Works perfect!