AudienceView Connect
AudienceView Documentation

Business Intelligence and Reports Business Intelligence-Formulas Page

 

The following image illustrates the Business Intelligence and Reports application Business Intelligence|Formula page:


The Business Intelligence|Formula Page

The Business Intelligence|Formula page contains the following properties:

Field Description
Name Enter a name for the formula.
This name will be the name of the column returned as the result member.
Formula Enter the formula that you want to use.
Because the formula needs to be able to perform complex math functions, it is free form. The formula will be validated against the following rules:
  • The formula contains only numbers, result members and math symbols (including parenthesis).
    Information
    You cannot use a result member that returns a GUID. This applies to most ID result members.
  • The formula is structurally reasonable (e.g. opening and closing brackets).
  • The formula may include = operator that allows direct assignment of an output value that may be alphanumeric.

    If the = operator is used, the system will select that as the value.
    For example:

    • =Hello Bob
      This could translate to:
    • SELECT 'Hello Bob' as greeting FROM ts_customer
Order Enter a number to determine the order in which multiple formulas will be calculated.