Report Desk: Variables in Title and Column Headings

Report Desk: Variables in Title and Column Headings

Release Date: TBA
Version: 8.6

Elliott allows for certain customization of the product.  For example, your company may use the Item Size file to specify Colors instead of something else.  In order to make this work well, you may need to insert a variable, based on a pre-defined PSQL User Defined Function, into the report title and/or report column titles.  To do this requires the following steps:

In the Template for User Defined Report, create a formula that contains a PSQL function like GETSTYLEGROUPLIT(), in the following:



Save the template and return to the User Defined Report Designer screen.  Now we can use this formula in the title of the report, if desired, and in column headings also:  Note: You cannot drag a formula (or any other item) to the Column Heading area -- drag-and-drop only works in the Column column.  You must type the formula name in the cell below Column Heading.


When the report is run, the variable [SizeLit] will be replaced by the value of the formula specific in the template.  In this case, Color.



JEG


    • Related Articles

    • Feature - Add Flexibility to User-Defined CSV Column Heading by Supporting Variables

      Release Date: 12/30/22 Version: 8.5 and Above Currently, the User Defined CSV Export column heading is predefined and is static. Sometimes a CSV layout is defined to compare current month, last month, and prior month. For example, if current month is ...
    • Developing a New Elliott V8.6 Report Desk User Defined Report (UDR)

      'Release Date: 6/20/2018 Version: 8.6 & Up This document is written for licensed Elliott Software developers. It is not relevant for regular Elliott users. Overview With proper licensing, Elliott developers can follow these three steps to create a ...
    • Report Desk: Missing Column Title

      Release Date: 1/8/2023 Elliott Versions: 8.6 and Later How to Fix a Missing Column Title Occasionally, during custom report development, you may see something like the following when you first run the report: In this case, the column title ...
    • Feature: Report Desk AR Statement

      Release date: 5/5/2023 Elliott Version: 8.6 Overview Beginning with Elliott version 8.6, there is a new ability to create more professional looking Accounts Receivable statements. The following standard features are included: Accounts are ...
    • How to Investigate or Debug Report Desk Problem by Using Registry Keys

      Release Date: 01/25/2025 Version: 8.6 & Up Report Desk is based on the PSQL relational engine. It sends a SQL statement to PSQL engine to retrieve data. Sometimes, you don't get the result back that you expected, so what next? For example, when you ...