Tag-based personalized filters
Personalized filters let you decide, ahead of time, what data each user should see by default when they open a Vizpad. They are configured once and applied automatically across every Vizpad in Tellius; without anyone needing to remember which filter to set each morning.
This page explains the concept of tags and the full setup flow from creating tags through to bulk-uploading personalization values for hundreds of users.
What is the use of personalized tags?
A retail company has three regional managers:
Alice manages the West
Bob manages the East
Carol manages the South
Every morning, all three open the same Sales Performance Vizpad. The Vizpad starts out showing all regions, so each manager has to manually filter to their region before they can read anything. They repeat this on every Vizpad they open — Inventory, Marketing, Returns, and so on.
The friction gets worse because the column representing region isn't named the same way in every dataset:
Sales dataset →
regionInventory dataset →
store_regionMarketing dataset →
mkt_region
Even if you tried to script "always filter to West for Alice," you'd have to script it three times, and every time a new dataset arrives, again.
Tag-based personalization fixes this. You define Region once as an abstract business concept (a tag), attach the tag to every column that represents region in any dataset, then set each user's value for that tag (Alice = West, Bob = East, Carol = South). From that point forward, every Vizpad each manager opens auto-filters to their region. Future Vizpads built on future datasets inherit the personalization automatically the moment someone tags the relevant column.
How tag-based personalization differs from RLP?
Tellius has had Row-Level Policy (RLP) for a long time and it's different from the tags. Understanding the difference matters because they solve different problems and are often used together.
Purpose
Security: restrict what data a user is allowed to see
UX: pre-apply useful filter values so users see their data without clicking
Scope
One Business View at a time
Every BV using any column that carries the tag
User can override?
No; enforced server-side, the data is never returned
Yes; the filter is visible in the UI and can be cleared or modified
Typical use case
"External vendors must never see internal SKUs"
"Regional managers see their region by default"
The two can coexist. RLP locks down what's accessible. Personalization makes the default view convenient inside what's accessible.
Step 1: Create a tag
Tags are managed under Settings → Identity & Access → Personalized Tags. Only admins and super users can create, edit, or delete tags.

Click on the Edit icon to modify the tag's properties.
Deleting a tag removes all column assignments and all user/group personalization values associated with that tag. A confirmation dialog shows up before deletion.

Click on Create button and provide the following details.

Name: a clear business label
Data type: either String for text values or Number for numeric values.
Description: briefly describe the purpose of the tag
Step 2: Assign tags to columns
Once a tag exists, it has to be attached to the actual columns that represent that business concept. This is done from the dataset's Metadata view.

Navigate to the required dataset under Data → Prepare → Metadata → Edit.
Click the dropdown in the Personalization cell for the column you want to tag. A list of all tags created under Settings → Identity & Access → Personalized Tags appears.
Pick the tag you want to assign. The tag name appears in the cell.
Click on Publish to save the dataset so the assignment takes effect.
To remove a tag from a column, click the X next to the assigned tag in the Personalization cell. The tag itself isn't deleted; it just stops being applied to that column.
The same tag can be assigned to multiple columns across multiple datasets. A single column can carry only one tag at a time.
Step 3: Set personalization values per user/group
Personalization values are configured per user or per group. Both follow the same workflow.
Per user: Navigate to Settings → Identity & Access → Users and select the required user.
Per group: Navigate to Settings → Identity & Access → Groups and select the required group.
From the three-dot menu of the required user/group, select Personalized Filters.

The following window will be displayed with all the current assigned tags.

Click on Add filter and select a tag from the dropdown (the dropdown shows all tags defined in Settings → Identity & Access → Tags).
Provide the operator and enter one or more values. For multiple values, click Enter to add an additional value.
Click on Add to assign the tag value to the user/group.
To edit or delete the assignment, click on the three-dot menu of the required tag.
You can only modify the values but not the tag. If you wish to delete an assignment, the following confirmation dialog shows up:

For Alice in the retail example: Pick the Region tag. Choose Equals operator, type "West" and save. Alice's Region personalization is now live across every vizpad that uses any column tagged Region.
There can be a maximum 50 values per tag per user or group.
Step 4 (optional): Bulk upload personalization for many users
For assigning tags to many users at once, click on the import icon and the following window will be displayed.

The wizard is a three-step flow: Upload File → Map Users → Map Columns. The header shows your progress through the three steps, with the current step highlighted in blue and completed steps marked with a green checkmark.
1. Upload File
Drag and drop your file into the upload area, or click to browse to select it from your system. The supported formats are .xlsx, .xls, .csv . Upload one file (max 10 MB size) at a time.
Once a file is selected, the Next button becomes active. Click it to move to step 2.
2. Map Users
This step validates that the users in your file actually exist in Tellius before any personalization is applied.

Identify User Column. Pick the column from your uploaded file that contains user identifiers.
Map to System User Field. Choose which Tellius user field (email or username) the values in that column should match against.
After choosing the dropdown values, click on Validate. Tellius validates the users and shows three counts:
Total Users: the number of unique users in your file
Valid Users (green): how many of those were matched to existing Tellius users
Not Found Users (red): how many couldn't be matched
If any users weren't found, a warning banner appears: "Some users from the file were not found in the system." A download icon next to the Not Found count lets you export the CSV list of unmatched users for review.
Atleast one valid user is required to proceed. If the count of valid users is 0, the Next button stays disabled.
Click Previous to go back to step 1, or Next to continue to step 3.
3. Map Columns
In this step, you match each Personalized Tag in Tellius to the column in your uploaded file that contains its values.
If a user should have more than one value for a tag, separate the values with a pipe in that cell of the uploaded file (for example, North|South|East).
A mapping table lists every Personalized Tag currently configured in the system. Each row has three columns:
Tag Name: the name of the tag
Data Type: the tag's data type
Excel Column: a dropdown where you pick which column from your uploaded file should provide values for this tag

For each tag you want to assign values to, open the Select Excel Column dropdown in its row and pick the matching column from your file. Tags you don't want to include in this upload can be left unmapped.
Once you've mapped the tags you want to populate, click Confirm and Apply to run the upload. Click Previous to go back to step 2 if you need to fix the user mapping. After applying, the personalization values from your file are assigned to each valid user.
When a user with an assigned tag opens a Vizpad, their personalized filter values are applied automatically to any tagged columns referenced in the Vizpad. Users can clear or modify these filters for the current session using the personalization toggle.
Precedence rules
Rule 1: User personalization beats group personalization
If a user has their own personalization value for a tag, group personalizations for that tag are ignored entirely. The user level wins.
Example. Alice has personal Region = West. Her group "West Region Managers" has group-level Region = West, Pacific Northwest. Alice's personal value wins; she sees only West, not West + Pacific Northwest.
Rule 2: Conflicting group personalizations combination
If the user has no personal value but is in multiple groups with different values for the same tag, all group values are combined (deduplicated) and applied as an In List filter.
Example. David is in two groups. "Grocery Buyers" has Region = West. "Special Projects" has Region = Northeast. David has no personal Region value. The filter applied for David is region IN ('West', 'Northeast').
When a tag is deleted, all column assignments are removed. All user and group personalizations for that tag are cleared.
Was this helpful?