I have a report that calculates inventory that was on hand at a certain time. To do this, when selecting a date range the user has to select no lower bound (i.e. "No Lower Bound" to March 1, 2007).
I was looking for a formula to suppress a section in the report by the upper bound that is selected + 11 months. I don't want all the dates to print, I just want it to go back 11 months from the upper bound date the user selects.
I haven't found a way to do this, yet, so I'm just using the following formula that goes back 12 months from the current date.
{INVENTORY_TRANS.TRANSACTION_DATE} <= LastYearMTD
Any help is appreciated or if any clarification of my problem is needed, please let me know.
Thanks!
I was looking for a formula to suppress a section in the report by the upper bound that is selected + 11 months. I don't want all the dates to print, I just want it to go back 11 months from the upper bound date the user selects.
I haven't found a way to do this, yet, so I'm just using the following formula that goes back 12 months from the current date.
{INVENTORY_TRANS.TRANSACTION_DATE} <= LastYearMTD
Any help is appreciated or if any clarification of my problem is needed, please let me know.
Thanks!