Conditional Formatting on Drill Down Table (option for AND/OR)
I'm drilling into a card that shows me a list of servers and some other information. I'd like to use conditional formatting to change the color of the row based on some characters in the server name field. This is doable if you only have one set of characters however if you have multiple sets of characters to conditionally format, this feature does not work. For example:
I would like conditional formatting to highlight in Red rows that do not contain the following sets of letters for only one of the drill down tables: (Test, Dev)
ServerTest001
ServerDev001
ServerProd001
ServerTest002
ServerDev002
ServerProd002
ServerRandom001
ServerAbcdef001
Is there a way to do this through conditional formatting/beast mode?
Comments
-
I believe that the color rules are currently either applied to an entire data set, or to a specific card. However, when you apply the rules to a card, you also apply them to all of the drill through views of that card.
If you are using a table, you could use html code to create a format for a single cell:
case
when `Field Name` like '%ServerProd001%' then
concat('<div style="background-color:#fcbcb7; width: 100%; height:100%; margin:-20px; padding:20px"><a href="#">', `Field Name`,'</div>')
else `Field Name`
end
This will create a red background when a cell in the `Field Name` column contains the text "ServerProd001". you would need to add another when clause for each of the other values you wanted to highlight
“There is a superhero in all of us, we just need the courage to put on the cape.” -Superman0 -
So that would be good but I'm using a line chart and I only want them highlighted in one specific drill down filter.
0
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
- 694 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