Service catalog variables in data visualizations

  • Release version: Australia
  • Updated March 12, 2026
  • 4 minutes to read
  • Group or filter data on visualizations by a variable on a selected service catalog item.

    Reporting on variables can be helpful in determining if certain catalog items are useful on an instance, for example.

    Additionally, you can create filters on the same variable. For example, if a specific mobile phone item has a storage variable, you can create a report that only shows those phones with 32 GB of storage.

    Use service catalog variables in data visualizations

    In data visualizations based on service catalog data, stack and group by variables, use variables as columns in lists, and as columns and rows in multilevel pivot tables.

    Before you begin

    Role required: viz_creator or higher, including itil. To see the data, you need a role permitted by a report_view access control on the data source table

    Note:
    • Users with a role other than viz_admin can use service catalog variables if as admin you add their role to the access control lists (ACLs) for the following tables: Options [sc_item_option], Variable Ownership [sc_item_option_mtom], and Variables [item_option_new].
    • The data source for the visualization must be based on the Requested Items table [sc_req_item] or the Catalog Task table [sc_task]. Using other types of variables causes an error when generating the data visualization.
    • The Oracle Database CLOB field doesn’t have the functionality to retrieve the variables data in data visualizations. For a column string field of less than 4000 bytes, you can change the column type to varchar2. To compare the CLOB columns of a smaller size, use the to_char() function. For a larger size CLOB, you must get a substring for comparison using the dbms_lob.substr functions.

    About this task

    Use a variable as a filter, a group by, or an alternative group by.

    Note:
    Box and Trendbox visualizations can’t use service catalog variables as a group by or alternative group by. Single Score, Calendar Report, and Geomap visualizations don’t support grouping on any fields. Pivot Table visualizations can group by variables only as columns or rows.

    Procedure

    1. Navigate to All > Platform Analytics > Library > Data Visualizations and open the visualization to add the variable to.
    2. Select one of the following options.
      OptionDescription
      Use the variable as a filter Add or edit a data source and select Add custom conditions. If any custom conditions have already been defined, select + Add. Then select Variables at the bottom of the field list.
      Add the variable as a group by Under Group by, select + Add. Then select Variables at the bottom of the field list.
      Add the variable as an alternative group by Under Group by, select Add alternative group by. Then select Variables at the bottom of the field list. A viewer can choose one of these variables at runtime, as described in Select a group-by value in a data visualization as a viewer.
      Add the variable as a column or row in a pivot table Under Group by, select +Add for Columns or Rows, then select Variables at the bottom of the field list.
      Note:
      • If you create the report with the variable as the main Group By, the variable behaves as an inner join.
      • If you create the report with a regular field for primary grouping, and a secondary grouping on the variable, the variable works as an outer join.
    3. Scroll to the end of the list of fields and select Variables.
      The available variables appear. Not all variables that are available as group by values are also available as alternative group by values.
    4. Select the variable you want.
    5. If you are using the service catalog variable as a filter, select the operator and the value.
    6. Select Apply.

    Variable as a filter

    Here you have opened the Edit data source page for a data visualization. No custom conditions have been defined for this data visualization, so you select Add custom condition.
    The Add custom conditions link in the Edit data source page.
    Next, you scroll down the Select field list to Variable, select that, and select a variable.
    Selecting a variable for the custom filter.

    Finally you select the operator and the value, such as Is | A4, and select Apply.

    Variable as a group by

    In this case, you have a horizontal bar visualization of data in the Requested Items table. In the Group by section, you edit the group by. You scroll to the bottom of the list of fields and replace the Active field with Variables, and select your variable.
    Selecting a service catalog variable in a Group by field.

    If you want to add a service catalog variable as a row or column on a Pivot Table, the experience is almost identical.

    Variable as an alternative group by

    You want a different service catalog variable as an alternative group by. You select Add alternative group by and scroll to the bottom. You expand Variables, and the list changes to a selection of variables. Not all variables that were available as a group by are available as an alternative group by. Anyway, you select some variables and press Apply all.
    Additional group by selector for service catalog variables.