<?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 How to get previous date values in the dashboard table apart from event data? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-previous-date-values-in-the-dashboard-table-apart/m-p/645325#M109801</link>
    <description>&lt;P&gt;i have data in the event with date field&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and while saving the same search in the dashboard studio table its giving previous date values&amp;nbsp;&lt;/P&gt;
&lt;P&gt;not giving exact values as event data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;index=test sourcetype="test Data*"&lt;BR /&gt;| sort -time&lt;BR /&gt;| dedup TABLE_NAME&lt;BR /&gt;| table TABLE_NAME MAX_POSITION_DATE MAX_DMA_RUN_DATETIME&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;TABLE_NAME&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MAX_POSITION_DATE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MAX_DMA_RUN_DATETIME&lt;BR /&gt;5858585 L&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2023-06-01 00:00:00.000&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2023-06-01 06:48:12.225&lt;BR /&gt;46466464&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2023-05-31 00:00:00.000&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2023-06-01 03:02:58.000&lt;/P&gt;</description>
    <pubDate>Thu, 01 Jun 2023 13:58:43 GMT</pubDate>
    <dc:creator>sekhar463</dc:creator>
    <dc:date>2023-06-01T13:58:43Z</dc:date>
    <item>
      <title>How to get previous date values in the dashboard table apart from event data?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-previous-date-values-in-the-dashboard-table-apart/m-p/645325#M109801</link>
      <description>&lt;P&gt;i have data in the event with date field&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and while saving the same search in the dashboard studio table its giving previous date values&amp;nbsp;&lt;/P&gt;
&lt;P&gt;not giving exact values as event data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;index=test sourcetype="test Data*"&lt;BR /&gt;| sort -time&lt;BR /&gt;| dedup TABLE_NAME&lt;BR /&gt;| table TABLE_NAME MAX_POSITION_DATE MAX_DMA_RUN_DATETIME&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;TABLE_NAME&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MAX_POSITION_DATE&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MAX_DMA_RUN_DATETIME&lt;BR /&gt;5858585 L&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2023-06-01 00:00:00.000&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2023-06-01 06:48:12.225&lt;BR /&gt;46466464&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2023-05-31 00:00:00.000&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2023-06-01 03:02:58.000&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 13:58:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-previous-date-values-in-the-dashboard-table-apart/m-p/645325#M109801</guid>
      <dc:creator>sekhar463</dc:creator>
      <dc:date>2023-06-01T13:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting previous date values in the dashboard table apart from event data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-previous-date-values-in-the-dashboard-table-apart/m-p/645328#M109802</link>
      <description>&lt;P&gt;Assuming your time field is a numeric timestamp, the sort will put the events in descending time order i.e. latest first. The dedup will keep the first event in the pipeline for each table name.&lt;/P&gt;&lt;P&gt;Without seeing the exact data you are dealing with, it is not possible to say whether the values you are showing are correct or not, but given the above assumptions, if you are not getting the data you are expecting, you should look closer at your actual data to determine where the discrepancy may have arisen from.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 10:24:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-previous-date-values-in-the-dashboard-table-apart/m-p/645328#M109802</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-06-01T10:24:46Z</dc:date>
    </item>
  </channel>
</rss>

