Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a list box with -1months, -3months and -6months.
When I make a selection on this list box I would like it to activate some flagging fields that I have created.
For example :
if I click on -1months on the list box I would like it to select 'Y' on a field 'Pricing_1m Flag'
if I click on -3months on the list box I would like it to select 'Y' on a field 'Pricing_3m Flag'
Anyone have any ideas?
Thanks
T
try the attachment
Please see the attached.
Use field event triggers
I don't think I have been very clear
I want to click the -1m button on the selection box and as a result I want to autoselect 'Y' in the Pricing_Flag_1m field.
Does that make sense?
That is what you can do using Field event trigger. have you seen attached?
If you have used that Field in any chart or dimension you can take the list box of the field and hide it
Thank you very much!
Very helpful