Refers to a specific segment of the economy that includes companies or organizations engaged in similar business activities. Sectors are used to categorize and analyze
Quintessence Functions
ReportAsync() performs calculations in the background (asynchronously from Excel). This is useful for larger reports, allowing you to continue working in Excel while the report
ExecuteScheduleAsync() works the same way as the ExecuteSchedule() function, but runs in the background (asynchronously when called from third-party applications). This is useful for longer-running
The SubArray() function is used to create a new array from a selected portion of an existing array. Syntax: Remarks: Examples: The examples provided below
The GroupBy() function groups a range of data into sets and calculates values for each set using aggregation functions such as SUM, AVERAGE, and COUNT.
The Join() function combines rows from two ranges of data into a single range. It works similarly to the join functionality in SQL (Structured Query
The FilterData() function filters a specified range of data based on given criteria and returns the matching results. Syntax: Remarks: Examples: The examples provided below
The IsDefined() function determines whether an input parameter has a value assigned to it or not. Related functions: IsDate, IsElement, IsNull Syntax IsDefined (Element) Element
The IsElement() function assesses whether an array contains an element. Related functions: IsDate, IsDefined, IsNull Syntax IsElement (Element,Array) Element Any string or numeric value Array
The Sparse() function, together with Excel’s implicit intersection operator (=@), allows the user to edit blank cells inside a returned result. When the function recalculates,
The ExportExcel() function takes a data block and exports it into an Excel workbook. The function can also append worksheets to existing Excel workbooks. This
The ExportCSV() function takes a data block and exports it into a CSV file. This function is only available in the Quintessence Language (for example,
Similar to CsvToArray, the ImportCsvText() function converts a block of CSV-formatted data into an array. However, this function also allows you to apply filter expressions
PivotView() is one of the view options for displaying data retrieved from the RelationshipData() and TimeSeries() functions. This view organises the requested data into rows
GlobalVariable() allows users to access variables configured by the administrator on a global level. These variables can be accessed from the Quintessence editor (from artifacts
Note: This is a legacy function and will be deprecated soon. Please use TimeSeries() instead.
Note: This is a legacy function and will be deprecated soon. Please use TimeSeries() instead.
Introduction The Layouts feature in Formatted Reports allows you to combine multiple formatted reports into a single, cohesive report. This feature offers flexibility by enabling
Introduction User access control in Formatted Reports allows you to lock or unlock specific cells in a report, providing structured access to data. This ensures
