<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dashboard Studio Format Values on Chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Format-Values-on-Chart/m-p/749279#M58943</link>
    <description>&lt;P&gt;I was trying to make this work too but unfortunately&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/118310"&gt;@chrisboy68&lt;/a&gt;&amp;nbsp;I'm also a bit of a dead end.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prefixing by eval-ing the field for me breaks the chart as its no longer a numeric value, there is no option to add a prefix/suffix in the visualisation; I scoured the non-UI based options from the viz docs (e.g.&amp;nbsp;&lt;A href="https://splunkui.splunk.com/Packages/visualizations/Column" target="_blank"&gt;https://splunkui.splunk.com/Packages/visualizations/Column&lt;/A&gt;) but also couldnt find any way to do this, sorry!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
    <pubDate>Sat, 05 Jul 2025 13:39:03 GMT</pubDate>
    <dc:creator>livehybrid</dc:creator>
    <dc:date>2025-07-05T13:39:03Z</dc:date>
    <item>
      <title>Dashboard Studio Format Values on Chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Format-Values-on-Chart/m-p/749185#M58934</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have simple chart visulization, with base SPL&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;.... | chart sum(cost) AS total_cost BY bill_date&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;I'm trying to add a "$" format to total_cost to show on the columns. Tried every Google and ChatGPT trick and I can't get it working. Any ideas? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 13:30:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Format-Values-on-Chart/m-p/749185#M58934</guid>
      <dc:creator>chrisboy68</dc:creator>
      <dc:date>2025-07-03T13:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio Format Values on Chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Format-Values-on-Chart/m-p/749193#M58936</link>
      <description>&lt;P&gt;Do the Google and ChatGPT tricks include this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;... | chart sum(cost) AS total_cost BY bill_date
| eval total_cost = "$" . total_cost&lt;/LI-CODE&gt;&lt;P&gt;I'm not entirely sure it will work, but worth a try.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 14:33:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Format-Values-on-Chart/m-p/749193#M58936</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-07-03T14:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio Format Values on Chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Format-Values-on-Chart/m-p/749199#M58939</link>
      <description>&lt;P&gt;Thanks. That was my first try, but still didn't work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 15:01:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Format-Values-on-Chart/m-p/749199#M58939</guid>
      <dc:creator>chrisboy68</dc:creator>
      <dc:date>2025-07-03T15:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard Studio Format Values on Chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Format-Values-on-Chart/m-p/749279#M58943</link>
      <description>&lt;P&gt;I was trying to make this work too but unfortunately&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/118310"&gt;@chrisboy68&lt;/a&gt;&amp;nbsp;I'm also a bit of a dead end.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Prefixing by eval-ing the field for me breaks the chart as its no longer a numeric value, there is no option to add a prefix/suffix in the visualisation; I scoured the non-UI based options from the viz docs (e.g.&amp;nbsp;&lt;A href="https://splunkui.splunk.com/Packages/visualizations/Column" target="_blank"&gt;https://splunkui.splunk.com/Packages/visualizations/Column&lt;/A&gt;) but also couldnt find any way to do this, sorry!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jul 2025 13:39:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dashboard-Studio-Format-Values-on-Chart/m-p/749279#M58943</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-05T13:39:03Z</dc:date>
    </item>
  </channel>
</rss>

