Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to slect two Years, current and previous year on moving Activation of purticular sheet. I have a list box and it has Calendar year and I need to have current and previous year selcted on this list box on activation.
thanks in Advance
Hi saritha, configure that action like this:
Field: Year (name of the field)
String to search: ='("' & Max({1} Year) & '"|"' & (Max({1} Year)-1) & '")'
Hi,
Go to Sheet Property->triger->select OnActivateSheet->add Action->select in Field
Regards
HI
For selecting single year, current year it is working. but i need to select current and previous year.
Hi saritha, configure that action like this:
Field: Year (name of the field)
String to search: ='("' & Max({1} Year) & '"|"' & (Max({1} Year)-1) & '")'
Hi Ruben,
thanks for the quick response. its working perfectly.
Hi,
You can use | symbol for conctenate two value selection.
Regards