<?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 data in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/data/m-p/691150#M56613</link>
    <description>&lt;P&gt;hello I have a date 2024-06 how can i convert it to 06/2024?&lt;BR /&gt;and 2023/Q4 to&amp;nbsp; Q4/2023&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 06:47:25 GMT</pubDate>
    <dc:creator>Siddharthnegi</dc:creator>
    <dc:date>2024-06-20T06:47:25Z</dc:date>
    <item>
      <title>data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/data/m-p/691150#M56613</link>
      <description>&lt;P&gt;hello I have a date 2024-06 how can i convert it to 06/2024?&lt;BR /&gt;and 2023/Q4 to&amp;nbsp; Q4/2023&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 06:47:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/data/m-p/691150#M56613</guid>
      <dc:creator>Siddharthnegi</dc:creator>
      <dc:date>2024-06-20T06:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: data</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/data/m-p/691154#M56615</link>
      <description>&lt;P&gt;Is that a field in Splunk that is a string.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do this by swapping the characters around - for your first example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval date=replace(date, "(\d{4})-(\d{2})", "\2-\1")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and your second&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval date=replace(date, "(\d{4})\/Q(\d)", "Q\2/\1")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where your data field is called date&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 07:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/data/m-p/691154#M56615</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-06-20T07:00:48Z</dc:date>
    </item>
  </channel>
</rss>

