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

Selectively add calculations to better support irregular layouts #33

Open
cbailiss opened this issue Apr 14, 2020 · 0 comments
Open

Selectively add calculations to better support irregular layouts #33

cbailiss opened this issue Apr 14, 2020 · 0 comments

Comments

@cbailiss
Copy link
Owner

cbailiss commented Apr 14, 2020

At the moment, the following line cannot be directly called from outside the pivot table.
private$p_calculationsSet <- TRUE
This makes it impossible to selectively add calculations when building an irregular layout - since pt$generateCellStructure() will always go an re-add the calculations.
Would be handy to be able to specify "asDescendentsOf" or similar, to add at the leaf level of one group (or can this be done simply by calling grp$addDataGroups() on the group and not specifying a level? Is something similar possible for calculations?

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

1 participant