Hiding a row in a table
Hello, i am not sure if there is a way around it without making a call in the ETL. I am trying to find a way to hide a row or rows of records in the table on my dashboard and way to bring it back again if i want it on the end user side. I don't think this feature is there yet but would want to double check it before posting it in the exchange ideas page.
Scenario:
if i have a table of 30 employee records and their activity. 5 employee quits. I would not want to see their records in the table on the dashboard unless i specifically ask for it. So a feature like once i hide it, it should be hidden as long as i don't want that record to be shown on the table.
Thank you.
Comments
-
A couple of options that you may/may not have tried;
1) Maintain a table (a webform is probably best) of employees that are flagged as "QUIT", and in a Magic ETL, join your employee table to this "Exited Employees" webform. You should be able to set it up to have a new column with a "TRUE/FALSE" column for "Quit status". Use this field as a filter (probably a 'quick filter') in your card analyzer.
2) Easier to implement, harder to maintain, is to create a beast mode field in the card, using a CASE statement. Call the beast mode field something like "Employee Status" and a CASE statement like;
CASE
WHEN `employee_name` = 'Joe Smith' THEN 'QUIT'
WHEN `employee_name` = 'Mary Jones' THEN 'QUIT'
ELSE 'ACTIVE'
END
- You should be able to use this new beast mode field as a card filter. But, the list of quit employees is buried in the beast mode code and may not be easy to maintain/change over time.
Option 1 is slightly more complex to implement, but is much easier to maintain, ongoing. Just update an employees status in the web form dataset, as opposed to havign to modify beast mode code.
You can also use a page level filter to show/hide these rows in your tables on your dashboard too.
Hope that helps!
2
Categories
- All Categories
- 1.7K Product Ideas
- 1.7K Ideas Exchange
- 1.5K Connect
- 1.2K Connectors
- 292 Workbench
- 4 Cloud Amplifier
- 8 Federated
- 2.8K Transform
- 95 SQL DataFlows
- 602 Datasets
- 2.1K Magic ETL
- 3.7K Visualize
- 2.4K Charting
- 695 Beast Mode
- 43 App Studio
- 39 Variables
- 658 Automate
- 170 Apps
- 441 APIs & Domo Developer
- 42 Workflows
- 5 DomoAI
- 32 Predict
- 12 Jupyter Workspaces
- 20 R & Python Tiles
- 386 Distribute
- 111 Domo Everywhere
- 269 Scheduled Reports
- 6 Software Integrations
- 113 Manage
- 110 Governance & Security
- 8 Domo University
- 30 Product Releases
- Community Forums
- 39 Getting Started
- 29 Community Member Introductions
- 98 Community Announcements
- Domo Community Gallery
- 4.8K Archive