I have Existing Report in which this variables has been used for monthly Data.I want to make it for Quarter.
-
Target Date: =ToDate(UserResponse(“Select Current Invoice Quarter:”) + “/” + [DaysInSelectedMonth] + “/” + UserResponse(“Select Current Invoice Year:”);“M/d/yyyy”)
-
DaysInSelectedMonth: =If(UserResponse(“Select Current Invoice Quarter:”) InList(“1”;“3”;“5”;“7”;“8”;“10”;“12”);“31”;
Thanks
Pooja
ktm (BOB member since 2008-11-12)