How to create a parameterized report in Crystal Reports? Creating the report for me has no problems, but now I need to filter it according to some parameters of the system table.
Can anyone help me with some examples?
How to create a parameterized report in Crystal Reports? Creating the report for me has no problems, but now I need to filter it according to some parameters of the system table.
Can anyone help me with some examples?
It's very simple to use parameters to use as a filter:
"NOME": DataInicial "TIPO": Data "LISTA DE VALORES": Estático
Right click on report > Report > Select Expert > Record ...
Select the field to be filtered with the Start Date > OK
In the checkbox where "any value" is written, select "Greater than or equal to" and in the field in front enter the name of the parameter created between {? PARAMETER}, in the example it would look like this: }
Ready, filter done.
What source (s) of data are you using?
Depending on the Data Source, a Stored Procedure for example, the CR creates the parameters.
Apart from this, in a query, just create the parameters (List of Parameters)
Apart from this, Field Scan, Parameter, New
The question is to link to some Filter, but this depends on the Data Source
=================
Yes, but somewhere you need to filter otherwise it does not make sense to have a parameter.
Selection Form __Registration