<?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: Seeking Dashboard Aggregate Formula to only show Grouping Dimension with multiple TransNo in Dashboards &amp; Analytics Discussions</title>
    <link>https://community.incorta.com/t5/dashboards-analytics-discussions/seeking-dashboard-aggregate-formula-to-only-show-grouping/m-p/5094#M567</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/488"&gt;@schesher&lt;/a&gt;&amp;nbsp;- Not sure where you are looking to settle the logic, but the simplest path might be to write up a simple MV like this:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;SELECT *
FROM "Aggregate.Input"
WHERE "Aggregate.Input.PT_SKU_Location" IN (
    SELECT "Aggregate.Input.PT_SKU_Location"
    FROM "Aggregate.Input"
    GROUP BY "Aggregate.Input.PT_SKU_Location"
    HAVING COUNT(*) &amp;gt; 1
);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Sep 2023 15:29:13 GMT</pubDate>
    <dc:creator>JoeM</dc:creator>
    <dc:date>2023-09-29T15:29:13Z</dc:date>
    <item>
      <title>Seeking Dashboard Aggregate Formula to only show Grouping Dimension with multiple TransNo</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/seeking-dashboard-aggregate-formula-to-only-show-grouping/m-p/5031#M561</link>
      <description>&lt;P&gt;Thank you for taking the time to look at this - I appreciate your help.&lt;/P&gt;&lt;P&gt;My goal is to reduce an Aggregate Table dashboard to only show records for the primary Grouping Dimension that result in multiple transaction numbers.&amp;nbsp; My Primary Grouping Dimension is a concat formula that combines 5 different measures into one line of text.&amp;nbsp; This has worked really well to get the data to pull, however I am not sure what formula to use to only show concat grouping results that have greater than 1 TransNo. Does anyone have advice on what formula to use here? It would reduce three days worth of data from 11,563 lines that have to be manually edited to only 48 lines that complete the report.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 16:38:02 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/seeking-dashboard-aggregate-formula-to-only-show-grouping/m-p/5031#M561</guid>
      <dc:creator>schesher</dc:creator>
      <dc:date>2023-09-19T16:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking Dashboard Aggregate Formula to only show Grouping Dimension with multiple TransNo</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/seeking-dashboard-aggregate-formula-to-only-show-grouping/m-p/5086#M566</link>
      <description>&lt;P&gt;to rethink - is there a way to filter down to only show records with more than one result?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 13:26:21 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/seeking-dashboard-aggregate-formula-to-only-show-grouping/m-p/5086#M566</guid>
      <dc:creator>schesher</dc:creator>
      <dc:date>2023-09-28T13:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking Dashboard Aggregate Formula to only show Grouping Dimension with multiple TransNo</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/seeking-dashboard-aggregate-formula-to-only-show-grouping/m-p/5094#M567</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/488"&gt;@schesher&lt;/a&gt;&amp;nbsp;- Not sure where you are looking to settle the logic, but the simplest path might be to write up a simple MV like this:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;SELECT *
FROM "Aggregate.Input"
WHERE "Aggregate.Input.PT_SKU_Location" IN (
    SELECT "Aggregate.Input.PT_SKU_Location"
    FROM "Aggregate.Input"
    GROUP BY "Aggregate.Input.PT_SKU_Location"
    HAVING COUNT(*) &amp;gt; 1
);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 15:29:13 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/seeking-dashboard-aggregate-formula-to-only-show-grouping/m-p/5094#M567</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2023-09-29T15:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking Dashboard Aggregate Formula to only show Grouping Dimension with multiple TransNo</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/seeking-dashboard-aggregate-formula-to-only-show-grouping/m-p/5097#M568</link>
      <description>&lt;P&gt;&lt;a href="https://community.incorta.com/t5/user/viewprofilepage/user-id/488"&gt;@schesher&lt;/a&gt;&amp;nbsp;- Did this work for you?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 15:58:08 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/seeking-dashboard-aggregate-formula-to-only-show-grouping/m-p/5097#M568</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2023-10-02T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Seeking Dashboard Aggregate Formula to only show Grouping Dimension with multiple TransNo</title>
      <link>https://community.incorta.com/t5/dashboards-analytics-discussions/seeking-dashboard-aggregate-formula-to-only-show-grouping/m-p/5128#M569</link>
      <description>&lt;P&gt;Another approach would be to use an aggregate filter. However I would recomend not having that grouping calculation for the combined key as a formula at the viz layer, maybe back that into a business view. The aggregate filter is essentially a having clause if your familiar with sql. Heres a screenshot of that below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZachBreimayer_0-1696963499133.png" style="width: 400px;"&gt;&lt;img src="https://community.incorta.com/t5/image/serverpage/image-id/2457i9ADDB5E81F4A94BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZachBreimayer_0-1696963499133.png" alt="ZachBreimayer_0-1696963499133.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 18:45:24 GMT</pubDate>
      <guid>https://community.incorta.com/t5/dashboards-analytics-discussions/seeking-dashboard-aggregate-formula-to-only-show-grouping/m-p/5128#M569</guid>
      <dc:creator>ZachBreimayer</dc:creator>
      <dc:date>2023-10-10T18:45:24Z</dc:date>
    </item>
  </channel>
</rss>

