| Summary: | Column which Display has been set to No Display still shows up in xls produced by xls emitter | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Low Kian Seong <kianseong> |
| Component: | BIRT | Assignee: | Birt-ReportEngine-inbox <Birt-ReportEngine-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | Xiaoying Gu <bluesoldier> |
| Severity: | major | ||
| Priority: | P3 | CC: | bluesoldier, kianseong |
| Version: | 2.6.2 | ||
| Target Milestone: | 3.7.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | Obsolete | ||
|
Description
Low Kian Seong
There seems to be some error in the description. No display is not supported in xls emitter now, so the grand total data will be show up in the xls, while it will be hide in html preview. But for crosstab, the grandtotal column will not be hide, only the data will. This is different from normal table. Since the grandtotal column is not actually not a complete column. (In reply to comment #1) > There seems to be some error in the description. > No display is not supported in xls emitter now, so the grand total data will be > show up in the xls, while it will be hide in html preview. > > But for crosstab, the grandtotal column will not be hide, only the data will. > This is different from normal table. Since the grandtotal column is not > actually not a complete column. How would I go about truly hiding a column in the grandTotal area then? Is there a way to do it ? I don't even want an empty column appearing. (In reply to comment #2) > (In reply to comment #1) > > There seems to be some error in the description. > > No display is not supported in xls emitter now, so the grand total data will be > > show up in the xls, while it will be hide in html preview. > > > > But for crosstab, the grandtotal column will not be hide, only the data will. > > This is different from normal table. Since the grandtotal column is not > > actually not a complete column. > > How would I go about truly hiding a column in the grandTotal area then? Is > there a way to do it ? I don't even want an empty column appearing. Is there any reason that you want to hide the grandtotal other than removing it from the design directly? (In reply to comment #3) > (In reply to comment #2) > > (In reply to comment #1) > > > There seems to be some error in the description. > > > No display is not supported in xls emitter now, so the grand total data will be > > > show up in the xls, while it will be hide in html preview. > > > > > > But for crosstab, the grandtotal column will not be hide, only the data will. > > > This is different from normal table. Since the grandtotal column is not > > > actually not a complete column. > > > > How would I go about truly hiding a column in the grandTotal area then? Is > > there a way to do it ? I don't even want an empty column appearing. > > Is there any reason that you want to hide the grandtotal other than removing it > from the design directly? I just need the values in the column for calculations not for display, but I need the values from the grandTotal column In such case, you should create aggregation in the binding page of crosstab instead of creating the grand total in layout. Okay. The suggestion works. going to close it. |