Difference between revisions of "Hidden report generator columns"
From Catalyst
m (Link to C01) |
(→See also) |
||
Line 8: | Line 8: | ||
== See also == | == See also == | ||
− | *[[How do I use Calculation Sequence?]] | + | * [[:Category:Getting Started|Getting Started]] |
− | *[[REF:rprgvc01|Accessing the values of other columns.]] | + | * [[:Category:FAQ|Frequently Asked Questions]] |
+ | * [[:Category:Reports & Parameters Report Generator functions|Report Generator functions]] | ||
+ | * [[Data Import - Getting Started]] | ||
+ | * [[Column Types in the Report Generator]] | ||
+ | * [[How do I use Calculation Sequence?]] | ||
+ | * [[Why are there three ranges?]] | ||
+ | * [[What is a Report Generator variable?]] | ||
+ | * [[REF:rprgvc01|Accessing the values of other columns.]] | ||
+ | * [[Useful Keys]] | ||
{{MClass}}{{KB_Tags|hidden report generator columns}}{{KB_RGen}} | {{MClass}}{{KB_Tags|hidden report generator columns}}{{KB_RGen}} |
Revision as of 14:34, 1 August 2013
How
A column with a "Position:" of '0' will not be included in the output of a report.
Purpose
Why have a column on a report that is hidden?
- The value of a column can be used in another column using the column variable 'C??'.
- If you are using a variable that is time consuming to evaluate (e.g. Period totals) and you use it more than once on a line, having it stored in a hidden column and accessing that column would mean that time consuming variable would only be evaluated once.
See also
- Getting Started
- Frequently Asked Questions
- Report Generator functions
- Data Import - Getting Started
- Column Types in the Report Generator
- How do I use Calculation Sequence?
- Why are there three ranges?
- What is a Report Generator variable?
- Accessing the values of other columns.
- Useful Keys