I have to mimic an existing Crystal Report, using SSRS.
I have some basic questions, would appreciate any help. The question is how to do the following in SSRS.
1. I have 2 paramters, a start and end date, that are used in Crystal to calculate months periods, going three months back. (these are called Formulas in CR. An example: {@Start Date 1} - 1 which gives a month prior.
2. There is a third parameter called Customer. This entry is compared against a database field, and only those records that match, will be read for the report. In Crystal this is know as Record Selection something like this, start date 4 is a formula that goes four months back from Start date:
{Command.DOCDATE} in {@Start Date 4} to {@EndDate}
and {@Customer} = {Command.CPRCSTNM}
There are some more things like this but perhaps if someone can assist here or tell me where I should be looking for this type of guide to migrating a CR. there are much more complicated parts to this report but this is the starting point.
I have some basic questions, would appreciate any help. The question is how to do the following in SSRS.
1. I have 2 paramters, a start and end date, that are used in Crystal to calculate months periods, going three months back. (these are called Formulas in CR. An example: {@Start Date 1} - 1 which gives a month prior.
2. There is a third parameter called Customer. This entry is compared against a database field, and only those records that match, will be read for the report. In Crystal this is know as Record Selection something like this, start date 4 is a formula that goes four months back from Start date:
{Command.DOCDATE} in {@Start Date 4} to {@EndDate}
and {@Customer} = {Command.CPRCSTNM}
There are some more things like this but perhaps if someone can assist here or tell me where I should be looking for this type of guide to migrating a CR. there are much more complicated parts to this report but this is the starting point.