Features

Explore

Explore lists all available metadata fields returned by your data source and loaded expansions. It helps you identify the correct fields to use for columns and filters, and shows field types and sample values.

Configure Report

Purpose

PurposeDetail
Discover available fieldsView all metadata fields returned by your current data source
Field selection assistanceIdentify the correct field path for columns and filters
Data type informationSee field types (string, number, date, array, object) for each field
Sample valuesView real sample data to confirm a field contains what you expect
Reduce trial and errorFind the right field path without guessing or checking Raw View manually

How to Use Explore

  1. Open the macro editor and set your data source.
  2. Load the required expansions in the left panel.
  3. Click the Explore button in the center panel.
  4. Browse through the list of available metadata fields.
  5. Check the field type and sample value to confirm it's the right field.
  6. Use the field path in your column Data Value or filter Property settings.

Explore vs Raw View

FeatureExploreRaw View
Shows fields asClean list - one field per rowFull JSON structure of a record
Field types shownYes - clearly labeledInferred from JSON value format
Sample valuesYes - one sample value per fieldFull record data for all fields
Best forDiscovering and picking the right fieldVerifying exact paths and nested data
Ease of useBeginner-friendlyMore detailed - for advanced debugging

Tip: Use Explore first to discover the right field, then use Raw View to verify the exact JSON path if needed.