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

Introduce more unique pivot value separators, to eliminate any possibilities of them being used in the data #14990

Open
skrustev opened this issue Oct 31, 2024 · 0 comments

Comments

@skrustev
Copy link
Member

Is your feature request related to a problem? Please describe.

Currently the default columnDimensionSeparator for example is by default -. This creates some issues if left to be default and used for Date with syntax of type YYYY-MM-DD or anything similar that uses - in its field value. This spans for any other fields as well, not particularly for Date, but this case is more common.

Here's an example how column dimension headers are rendered in this case:
image

And how they should be. This was achieved with different separator:
image

Or another case when trying to filter, the most inner values only show the month:
image

Describe the solution you'd like

A way to eliminate that is to use more unique separators

Describe alternatives you've considered

Otherwise we force the users to configure different pivot keys based on their data they are using or not use certain symbols in their data.

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