Matrix
The Matrix widget displays data in a customizable grid format, similar to an Excel pivot table.
Accessing the Matrix Builder
- Navigate to a Una portal
- Log in using valid credentials
- Click Explorer in the top-left menu
- Expand the folders under In Development until you reach your target dashboard
- Open or create a dashboard
- Click Matrix Builder to begin
Creating and Configuring a Matrix
Step 1: Adding a Dataset
- Click the settings icon (visible when hovering over the matrix)
- Go to the Spaces tab
- Click the + to add a dataset
- Enter a valid name for the dataset
Avoid names that are 1–3 letters followed by numbers (like ABC123)—this pattern is reserved.
Step 2: Defining the Query
- Open the dataset settings
- Click Edit Query
- Drag and drop the required dimensions and measures
- Configure key values as needed (e.g.,
Scenario,Period)
You must define at least one axis or filter to avoid query errors.
Formatting Your Matrix
Style Column Headers
- In the Spaces tab, scroll to Column Headers
- Apply styles: background color, font weight, alignment, and text color
- A preview will reflect your changes
Format Cell Data
- Scroll to the Data section in the Spaces tab
- Apply number formatting and visual styles
- Close the panel and save your dashboard
Changes are visible immediately. Save to lock them in.
Editing Values
- Click directly into the matrix cells to enter numerical values
- Avoid non-numerical characters (restricted)
- Click Save in the top-right to confirm changes
Unsaved changes will be lost when navigating away.
Adding Columns and Formulas
- Go to Spaces → + Column
- Name your column (avoid reserved patterns)
- Open the Template section
- Add cells:
- First cell: set as column header
- Second cell: add a formula (e.g.,
=SUM(...))
The cell order determines the display order—you can drag to rearrange.
For a complete list of all supported formulas including custom functions like FINDCELL, FINDCELLIN, and DATEDIFF, see the Matrix Formulas Reference.
Duplicating Components
- Right-click a dataset or column and choose Duplicate
- Reorder as needed in the panel
- Assign new names if necessary
- Set duplicates as Inline for visual alignment
Column formulas remain anchored to the original logic unless explicitly changed.
Adding Rows and Row Formulas
- Click + Row in Spaces
- Name the row (avoid reserved patterns)
- Open Template, add two cells:
- First cell: Row header
- Second cell: Formula using
@for dynamic referencing (e.g.,=SUM(@MyDataset))
- Set "Extends" parameters to define the reference scope
- Save and confirm layout reflects new row logic
Applying Rules and Conditional Formatting
- Go to the Data section of a dataset
- Click Rules → Add Rule
- Configure formatting logic (e.g.,
{value} >= 10000) - Duplicate or reorder rules as needed (last rule takes priority)
Conditional formatting is applied live as you define rules.
Using Dashboard Filters with a Matrix
- Open the matrix and click Edit Query
- For each dimension (e.g., Scenario, Period), use:
- Key:
{Parameter.Scenario.0.Key}or{Parameter.Period.0.Key}
- Key:
- Save your configuration
- Set the filter in the dashboard (e.g.,
Actual,2024 Q1) - The matrix will auto-update based on filter values
Saving and Finalizing
Always click the Save button at the top-right of the dashboard after making changes. You will see a confirmation message when successful.