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

(v0.6.0) Column index tables are raising exceptions due to a number of column mismatch in the JSON output #87

Closed
mikeengland opened this issue Dec 16, 2016 · 1 comment

Comments

@mikeengland
Copy link
Contributor

mikeengland commented Dec 16, 2016

When more than one dimension is specified, column index tables are breaking due to an extra column being added to the list of columns without a dimension name if null values occur in the returned data. This causes data tables to throw an exception and fail to render.

@mikeengland
Copy link
Contributor Author

Note: You can fix this issue if you use the Coalesce function in the Slicer definition to convert nulls to 'N/A' or another value. This issue is being left open to track progress on handling nulls transparently in the Datatables transformers, without the need to use Coalesce.

Discussion at: #79

@twheys twheys closed this as completed Dec 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants