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

split_by with a "date" typed column produces empty Datagrid columns #2544

Closed
texodus opened this issue Feb 26, 2024 · 0 comments · Fixed by #2545
Closed

split_by with a "date" typed column produces empty Datagrid columns #2544

texodus opened this issue Feb 26, 2024 · 0 comments · Fixed by #2545
Labels
bug Concrete, reproducible bugs

Comments

@texodus
Copy link
Member

texodus commented Feb 26, 2024

Bug Report

Steps to Reproduce:

Open the Superstore Perspective example and try this config:

{"version":"2.8.0","plugin":"Datagrid","plugin_config":{"columns":{},"editable":true,"scroll_lock":false},"settings":true,"theme":"Pro Light","title":null,"group_by":["State"],"split_by":["New Column 1"],"columns":["Row ID"],"filter":[],"sort":[],"expressions":{"New Column 1":"bucket(\"Order Date\",'Y')"},"aggregates":{}}

Environment:

2.8.0

Expected Result:

Column headers should show string-formatted dates, and the columns should be populated.

Actual Result:

Column headers are unix timestamps and columns are all blank (Datagrid only).
307706910-a0cef1e3-e5f2-4bc9-8ed7-493a453055eb

@texodus texodus added the bug Concrete, reproducible bugs label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant