Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have a multibox in my layout like YEAR, MONTH
under YEAR having 2013 & 2014.
MONTH for 2013 year i have limited months only and 2014 i have Jan to Dec.
my issue is if i selected 2013 in multibox YEAR field, i want to display only 2013 included values.
how can i do this please Help me
Kindly Regards
The Hide Excluded option for MultiBox objects is on the Properties tab. You need to select the Field in the left pane, then tick the box in the right pane.
flipside
One option is chech in the month list option to no show non selectable values
Hi Enrique Colomer,
Thank you for your solution, actually which you have gave me is the list box example, i knew that one.
But i want the same in multi box dropdown list
Edit the month field in multi box and use this
=Aggr(only({<Month=P(Month)>}Month),Month)
The Hide Excluded option for MultiBox objects is on the Properties tab. You need to select the Field in the left pane, then tick the box in the right pane.
flipside
Thank You for your help