Hello Folks,
I have a report that i have created using the COMMAND option.Basically am retreiving the Count for all the batches with status.
I actually am bringing in the date from the batch id
i.e batch id is like 201029110038 which means YYYYDDMM0038.
I have a formula to extract the month part as below which am using it as Date criteria
@Extract = Right(left({Command.CPS_REQUEST_BATCH_ID},8),2)
Finally am creating the formulas to get the Counts as below and placing them in the RF
If @Extract = 11 and Status = 'Y' then Count(Batchid).
My requirement is i want to run the report only for a particular year such as 2010 or 2011.AM getting confused in having the logic created i.e passing the date parameters.
Can anyone have any ideas on how to start?
Regards,
Nav