-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] pivot: select pivot cells in composer
With the composer, in selecting mode (=1+ in the composer), clicking on a cell which is part of a dynamic pivot insert the corresponding pivot function instead of the reference to the cell. The rationale is that the pivot is dynamic. Groups can change overtime. What a cell represent at one moment might be different later. Let's say you want to reference B2 which contains the total sales of department A. Later, B2 might be the total sales of department B because that department is new. With this commit, instead of directly referencing B2, the formula =PIVOT.VALUE(1,"sales","Department", "A") is inserted, which specifically targets the value. closes #4445 Task: 3899474 Signed-off-by: Pierre Rousseau (pro) <[email protected]>
- Loading branch information
1 parent
8a35866
commit 6c4a8e7
Showing
4 changed files
with
309 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.