Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't suppress display of constant-value columns #4

Closed
GoogleCodeExporter opened this issue May 14, 2015 · 6 comments
Closed

Don't suppress display of constant-value columns #4

GoogleCodeExporter opened this issue May 14, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

When outputting a report, some writers (e.g., XLS, TWiki) will suppress display 
of columns whose value does not change, and some of them (e.g., CSV) don't.  
This is bad for two reasons:

1) When outputting a report in multiple formats, they will be inconsistent in 
terms of which columns are displayed.

2) Data the user is expecting to appear in the table doesn't appear, and 
there's no explanation as to why.

Please include all columns in all report formats.

Attached find a minimal example reproducing the problem.  The column "bar" is 
missing from the output from some of the reports but not others.

Original issue reported on code.google.com by tristan.miller@nothingisreal.com on 27 Mar 2012 at 12:57

Attachments:

@GoogleCodeExporter
Copy link
Author

Attached are the three reports produced by the above minimal example.

Original comment by tristan.miller@nothingisreal.com on 27 Mar 2012 at 12:59

Attachments:

@GoogleCodeExporter
Copy link
Author

Issue 1 has been merged into this issue.

Original comment by richard.eckart on 28 Mar 2012 at 8:09

@GoogleCodeExporter
Copy link
Author

This is a feature, not a bug ;) Actually, in the code is was already possible 
to turn this "compact" mode off, but there was no setter. This has now been 
added. Use setCompact() to change between the modes.

commit a056c383e29d31f3cf3e8e9c73b0e9bb598870fd

Original comment by richard.eckart on 28 Mar 2012 at 9:10

@GoogleCodeExporter
Copy link
Author

Original comment by richard.eckart on 28 Mar 2012 at 9:10

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by richard.eckart on 29 Mar 2012 at 8:58

  • Added labels: Milestone-0.8.0

@GoogleCodeExporter
Copy link
Author

Well, I suppose this can be resolved then. 

Original comment by richard.eckart on 6 May 2012 at 3:50

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants