Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
=Addmonths(Getselectedcount(MonthYear))
I am using getselectedcount to get count of months selected. I want to modify the above expression so that it can return back same no of months as returned by get selected count function. pls help.
I don't understand the reason to use AddMonths() function here? Can you re-elaborate please?
May be GetFieldSelections(MonthYear)
Hi arusanah,
Addmonths add or substract months from a given date. If you want the months selected by user, use GetSelectedCount only, you don't need Addmonths function.
Regards!