Overview
Application Scenario
Common formulas of hierarchical coordinates are generally used to write conditional expressions for data filtering.
Function Description
For the specific application of the common formulas of hierarchical coordinates, you can see the following sample figures and practical examples.
Expression | Description | Sample Figure | Application |
---|---|---|---|
Cellx[!0] | Returns all the values expanded from cell x. | ![]() | Note: You are advised to calculate the proportion by the PROPORTION function in FineReport 11.0.4 and later versions. |
Cellx[!0]{Conditional expression} | Filters part of the data expanded from cell x through a conditional expression. | ![]() | Note: You are advised to calculate the cumulative value by the ACCSUM function in FineReport 11.0.4 and later versions. |
&Cellx | Returns the position of each data expanded from cell x. | ![]() | Note: You are advised to calculate the comparison with the previous period by the MOM function in FineReport 11.0.4 and later versions. |
$Cellx | Returns the values corresponding to each position expanded from cell x. | ![]() |