how to make it for Quarter

I have Existing Report in which this variables has been used for monthly Data.I want to make it for Quarter.

  1. Target Date: =ToDate(UserResponse(“Select Current Invoice Quarter:”) + “/” + [DaysInSelectedMonth] + “/” + UserResponse(“Select Current Invoice Year:”);“M/d/yyyy”)

  2. DaysInSelectedMonth: =If(UserResponse(“Select Current Invoice Quarter:”) InList(“1”;“3”;“5”;“7”;“8”;“10”;“12”);“31”;

Thanks
Pooja


ktm :us: (BOB member since 2008-11-12)

Already posted here. Please do not open a new topic with the same question as a topic that you have already posted, thanks.


Dave Rathbun :us: (BOB member since 2002-06-06)