Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a two list boxes...
One is year .... 2012,2013,2014
One more is Month...Jan, Feb, Mar, Apr,..........Dec.,Etc
How to select two fields at a time.
Regards,
Sub2u
Hi,
Can you explain with an example? What you want to select at a time? You can locks to lock a field and on top of that you can apply second filter.
Or you can arrive MonthYear field and you can select the required month and year.
Hope this helps you.
Regards,
Jagan.
Hi Jagan,
In the above image i want select 2014 and Dec...
Sub2u
Hi Subbu,
Select 2014 in Year and Dec in Month listboxes, it is not possible to select two values in two different list boxes. If you always want to select Dec in Month when selecting Year then you can use Field Event Triggers in Document Properties -> Triggers and select the Year and add Action Selection -> Select In Field
and give Month in Dimension and Dec as value.
Hope this helps you.
Regards,
Jagan.
Use trigger to implement it.
Go to Document Properties>>Triggers
In Field Event Triggers select the Year field and add action on select.
Now add action select in field.