AutoTextSummary

AutoTextSummary is a text function that returns the resulting narrative text from the Generative AI (GenAI) service for a conditional text condition defined by the report designer.

Syntax:

AutoTextSummary (Summary Type)

Summary Type is the type of narrative to be returned by the GenAI service, based on the desired GenAI use case.

The Summary Type can either be:

  • If the GenAI use case is "Describe exceptions", you can leave the Summary Type parameter blank.

  • If the GenAI use case is "Do a comparative analysis", set the Summary Type parameter to "COMPARE".

  • If the GenAI use case is "Describe the causality for exceptions", set the Summary Type parameter to "ZOOM". The optional parameters are as follows:

    AutoTextSummary(ZOOM, Top/Bottom number, Zoom Type, Level/Generation),

    • Top/Bottom number: defines how many contributors are returned.

      Enter a number in this field. The default behavior, if this parameter is not defined, is 3.

    • Zoom Type: select if RELATIVEGENERATION or LEVEL is used to return the contributors. The default behavior, if this parameter is not defined is CHILDREN.
    • Level/Generation: defines the RELATIVEGENERATION or LEVEL number that is used to return the contributors. The RELATIVEGENERATION is the generation number relative to the generation of the member being analyzed. For example, if the member being analyzed is generation 4 and a RELATIVEGENERATION of 2 is specified, the system will return contributors from generation 6.

For more information, see Working with Generative AI in Reports topic.

Examples:

Here are a few examples:

  • AutoTextSummary ()

  • AutoTextSummary (ZOOM)

  • AutoTextSummary(ZOOM, 5, LEVEL, 0)

  • AutoTextSummary (COMPARE)

For more information, see Working with Generative AI in Reports topic.