I am displaying records in Crystal Report from HeaderTable and LinesTable.
These tables are linked with ID field.
In LinesTable, there is field status.
Its values are 1, 2, 3 and 4. I want to show the only status=2 records in Crystal Report.
How I will do it.
Please suggest me.