<?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: Best way to show Most Recent row in a Business Schema? in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/best-way-to-show-most-recent-row-in-a-business-schema/m-p/2626#M213</link>
    <description>&lt;P&gt;Thanks, Amit, this is just what we were looking for!&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 14:13:45 GMT</pubDate>
    <dc:creator>mike_mascitti</dc:creator>
    <dc:date>2022-09-16T14:13:45Z</dc:date>
    <item>
      <title>Best way to show Most Recent row in a Business Schema?</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/best-way-to-show-most-recent-row-in-a-business-schema/m-p/2574#M207</link>
      <description>&lt;P&gt;Hello, we have a few use cases where we need to view a row from a table that's the most recent version of that row.&amp;nbsp; We have a table with rows with an ID and Row Effective Date, and we load incrementally over time.&amp;nbsp; Every now and then we'll get a new row for an ID, but we'll keep both rows on our table so we have history and effective dates for each update.&amp;nbsp; We get updates on IDs at different intervals.&lt;/P&gt;&lt;P&gt;Sometimes we only want the most recent row for an ID.&amp;nbsp; What's the best way to apply a filter to a business schema that basically says 'Greatest Row Effective Date for this ID'&lt;/P&gt;&lt;P&gt;We can build an MV in our schema that lists IDs with their latest effective dates, and then join that with our main table, but I'm hoping there's a simple way to do this on a business schema.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 19:46:07 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/best-way-to-show-most-recent-row-in-a-business-schema/m-p/2574#M207</guid>
      <dc:creator>mike_mascitti</dc:creator>
      <dc:date>2022-09-08T19:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to show Most Recent row in a Business Schema?</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/best-way-to-show-most-recent-row-in-a-business-schema/m-p/2576#M208</link>
      <description>&lt;P&gt;Hi Mike - you can use the 'Last Version' operator as a filter in your insight. Just drag&amp;nbsp;&lt;SPAN&gt;ID into the filter pill and then drag a&amp;nbsp;Effective Date (should be Date datatype ) field into the Values field . Check the attached screenshot.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 22:56:56 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/best-way-to-show-most-recent-row-in-a-business-schema/m-p/2576#M208</guid>
      <dc:creator>amit_kothari</dc:creator>
      <dc:date>2022-09-08T22:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to show Most Recent row in a Business Schema?</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/best-way-to-show-most-recent-row-in-a-business-schema/m-p/2626#M213</link>
      <description>&lt;P&gt;Thanks, Amit, this is just what we were looking for!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 14:13:45 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/best-way-to-show-most-recent-row-in-a-business-schema/m-p/2626#M213</guid>
      <dc:creator>mike_mascitti</dc:creator>
      <dc:date>2022-09-16T14:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to show Most Recent row in a Business Schema?</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/best-way-to-show-most-recent-row-in-a-business-schema/m-p/3217#M253</link>
      <description>&lt;P&gt;Hi Amit - I ran into another similar case, but it has a composite key.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I apply the 'Last Version' of each piece of the key the dashboard uses each filter independently.&amp;nbsp; Is there a way to take the Last Version of multiple keys at once?&lt;/P&gt;&lt;P&gt;I could also just use the max(Effective Date) for the report, and it looks like the 'In Query' option might work for that.&amp;nbsp; Can you tell me how to use the In Query operator to return the max value from a column on the dashboard?&amp;nbsp; That should accomplish the same thing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 13:49:54 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/best-way-to-show-most-recent-row-in-a-business-schema/m-p/3217#M253</guid>
      <dc:creator>mike_mascitti</dc:creator>
      <dc:date>2022-11-11T13:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to show Most Recent row in a Business Schema?</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/best-way-to-show-most-recent-row-in-a-business-schema/m-p/3496#M272</link>
      <description>&lt;P&gt;Hi Amit, moving my 2nd question up here so it hopefully notifies you.&lt;/P&gt;&lt;P&gt;I ran into another similar case but it has a composite key.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I apply the 'Last Version' of each piece of the key the dashboard uses each filter independently.&amp;nbsp; Is there a way to take the Last Version of multiple keys at once?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could also just use the max(Effective Date) for the report, and it looks like the 'In Query' option might work for that.&amp;nbsp; Can you tell me how to use the In Query operator to return the max value from a column on the dashboard?&amp;nbsp; That should accomplish the same thing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 20:07:51 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/best-way-to-show-most-recent-row-in-a-business-schema/m-p/3496#M272</guid>
      <dc:creator>mike_mascitti</dc:creator>
      <dc:date>2022-12-15T20:07:51Z</dc:date>
    </item>
  </channel>
</rss>

