How to hide a row in crossview
Hi,
I have the follwoing issue: There are several rows with the same name in my data. The crossview merges those rows into one row. However, I would like to keep them separate.
Example:
So I added a second row with an unique value. That solves the merge issue. However, the second row should not be visible on the preview and printout.
I tried several properties:
- "Visible" which is read only (changes are not applied)
- "Printable" this properties has impact on the printout only (not the preview)
Is there any way to hide the second row on the preview/printout?
Thanks in advance.
I have the follwoing issue: There are several rows with the same name in my data. The crossview merges those rows into one row. However, I would like to keep them separate.
Example:
| Name                | CW01 | CW02 | CW03| CW04 | CW05 |
---------------------------------------------------------
| Department AÂ Â Â Â Â Â Â Â |Â Â Â Â Â Â |Â Â Â Â Â Â |Â Â Â Â |Â Â Â Â Â Â |Â Â Â Â Â Â |
|    Steven Meier    |  X  |      |  X  |      |      |
|Â Â Â Â Peter Schneider |Â Â XÂ Â |Â Â Â Â Â Â |Â Â Â Â |Â Â Â Â Â Â |Â Â XÂ Â |
| Department BÂ Â Â Â Â Â Â Â |Â Â Â Â Â Â |Â Â Â Â Â Â |Â Â Â Â |Â Â Â Â Â Â |Â Â Â Â Â Â |
|    Sandra Fuchs    |  X  |      |    |      |      |
|    Steven Meier    |      |      |    |  X  |  X  |
---------------------------------------------------------
In the example "Steven Meier" appears twice.So I added a second row with an unique value. That solves the merge issue. However, the second row should not be visible on the preview and printout.
I tried several properties:
- "Visible" which is read only (changes are not applied)
- "Printable" this properties has impact on the printout only (not the preview)
Is there any way to hide the second row on the preview/printout?
Thanks in advance.
Comments