Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi..
I have a calendar month from Jan to Dec (PFA) ... and i am using one button to select last 3 months of data ..for that using ACTION-->SELECT IN FIELD-->SEARCH STRING(='>='&MonthEnd(max({1} Day), -2)), but it is showing May, Jun, July data but i need to disply Apr,May and June data only ..i tried in many ways ..but not getting please any one can help to get this..
Regards,
Sh.
Maybe like this?
='>='&MonthEnd(max({1} Day), -3)&'<'&Monthend(max({1} Day))
try with this...
='('& month(MonthEnd(max({1} OrderDate), -1)) & '|' & month(MonthEnd(max({1} OrderDate), -2))& '|' & month(MonthEnd(max({1} OrderDate), -3))& ')'
='('& month(MonthEnd(max({1} Day), -1)) & '|' & month(MonthEnd(max({1} Day), -2))& '|' & month(MonthEnd(max({1} Day), -3))& ')'
Hi
Thanks to All for the reply ...Itried those conditions but are not helpful...please suggest some more conditions..
Regards,
Sh.
Hi
Thanks to All for the reply ...I tried those conditions but are not helpful...please suggest some more conditions..
Regards,
Sh.
Hi
Thanks to All for the reply ...I tried those conditions but are not helpful...please suggest some more conditions..
Regards,
Sh.