-
Notifications
You must be signed in to change notification settings - Fork 161
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
Implement excel-style tree view in pivot grid. #11153
Conversation
@dkamburov Should show empty item now in case noop strategies are used (same as in master). |
@MayaKirova When applying initial filtering from pivot configuration to a dimension which have hierarchy, all other values in the ESF are not present.
And this filtering expression tree
|
@mddragnev For the hierarchical filters, there's a slightly different format for the search values. They have to contain the full path to the child values that are included:
And they need to be applied to the root:
|
Closes #11049
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)