I have defined a simple report with 6 columns. Column 1 and 2 represent the groups. The values of these columns are somehow being suppressed when repeated. How do I disable this suppression?
Attached is the report output:
Please advise.
Two possibilities:
Text box was explicitly set to suppress duplicating values. To change it - click on text box (table cell) and press F4. Then, change "HideDuplicates" property to False.
These columns were added in the process of adding groups to the table. So, they are "group headers" of a sort. To remove suppressing of the duplicates in this case, delete those columns. Note: be sure to change the following to "Delete Columns Only":
And then re-add two columns to the left of your first column and set their values to appropriate fields values.