I have a sub report that shows summary YTD data for the current Year. When Container report when it is run, the user enters a Begin Date and and End Date to see Detail information for that date range. Another subreport shows summary Monthly totals just fine. I need to have the YTD subreport show only the YTD data for the date range entered. For example: the user enters 4/1/2012 to 4/30/2012, the container report shows the correct data for the sub report Monthly, by I can get the YTD sub report to show. HEre is my Select Expert formula. {@ShippedDate} <= {?Pm-?End Ship Date}. My formula that needs helps is this one:
if {@ShipYear} = {@Year} then
{@ShippedDate}-{@PromisedDate}
I need have the year be for only the year as entered in the {?Pm-?End Ship Date}. .
thanks in advance!!
if {@ShipYear} = {@Year} then
{@ShippedDate}-{@PromisedDate}
I need have the year be for only the year as entered in the {?Pm-?End Ship Date}. .
thanks in advance!!