- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Highlight empty fields in color
Hema_Nithya
Explorer
11-07-2023
09:56 AM
How to highlight empty fields in the dashboard in colours . Simple step pls
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
bowesmana

SplunkTrust
11-07-2023
05:08 PM
What is the visualisation you are using in the dashboard?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hema_Nithya
Explorer
11-07-2023
06:01 PM
Dashboard, with search query which produces output table format.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
bowesmana

SplunkTrust
11-07-2023
06:36 PM
Add the following format statement to your XML
<format type="color" field="Status">
<colorPalette type="expression">case(match(value, "^$$"), "#FF00FF")/colorPalette>
</format>
and change the field name to your field and the colour value (#FF00FF) to the one colour you want
