Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am trying to include a popup box at the access point where users must select the year (i.e. BudgetYear) for which they would like to view their data.
so the data is basically filtered with Budget Year field.
I tried the trigger
Field =BudgetYear
Search box = '2012','2013'
so that users can select either one of the two years available, but the above didn't work.
Thanks
Dear whakmehavme,
i think you need to write like
Field =BudgetYear
Search box
2012|2013
Thanks,
Mukram.
Hi Mukram,
can You explain how to create the above mentioned trigger and search box. Whether we have to create the list box with field budget year and another search box object with 2012 and 2012
Regards,
Ramesh
I tried it as you discribed, saved the file closed it and re-opened it but no field selection was shown.