Hi, i am mirating from birt reports to crystal reports 2011.
There is already mysql code from there i copied that code and pasted in Add command option in create blank report option in crystal.
That code contains multiple parameters like
empno,pos no,transaction date,transaction id....
That code is a collection of multiple tables.
so,when i drag the field into report belongs to the same command containing parameters it is asking parameter in the runtime.
i dont want to show all parameters i want show only date parameter.
But when i run the report i have to show only transaction date.