Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Six months back to CurrentDate/ChangeDate

Status
Not open for further replies.

ebstarasia

IS-IT--Management
Mar 9, 2011
62
US
I have a crosstab that I am trying to display data starting from the currentdate or even date specified (preferably)to six months back from specified date.


{v_oimaster.CREATEDATE} in date(year({?change date}),month({?change date}-6),day({?change date}) to {?change date}

where {?change date} is 1/14/2012

The formula above is not working. Its not displaying anything.
 
Two changes:

{v_oimaster.CREATEDATE} in date[red]serial[/red](year({?change date}),month({?change date}[red])-6[/red],day({?change date})) to {?change date}

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top