I run a mysql query that populates as dataset. This is then used for displaying data in a Crystal Report.
But now to the problem. The dataset contains many columns but only a few is used in the report. Is it possible to change the datafields in the report to show different data based on what I want to see? (based on checkboxes on a form).
The dataset always contains the same columns.
Example:
Dataset: Col1, Col2, Col3 ..... Col10
But now to the problem. The dataset contains many columns but only a few is used in the report. Is it possible to change the datafields in the report to show different data based on what I want to see? (based on checkboxes on a form).
The dataset always contains the same columns.
Example:
Dataset: Col1, Col2, Col3 ..... Col10