Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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!
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!
Thank you very much!
Works perfect!