<?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: Issue using nodistinct in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Issue-using-nodistinct/m-p/1526151#M3511</link>
    <description>Hi,&lt;BR /&gt;Do you mean all values for store # 1 should be 13439?&lt;BR /&gt;I saw that in aggr(), you also group by the DateCY, could you please try to delete this field?&lt;BR /&gt;because I'm not sure why you use the DateCY, it seems like that in your table there is not DateCY as a dimension?&lt;BR /&gt;Aiolos Zhao</description>
    <pubDate>Fri, 04 Jan 2019 07:39:52 GMT</pubDate>
    <dc:creator>uacg0009</dc:creator>
    <dc:date>2019-01-04T07:39:52Z</dc:date>
    <item>
      <title>Issue using nodistinct</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Issue-using-nodistinct/m-p/1526055#M3508</link>
      <description>&lt;P&gt;I'm trying to get the total sales across all product groups to do a calculation of profit contribution.&amp;nbsp; For some reason, I'm unable to have consistent returns across all product groups, which will, in turn, throw off the calculation.&lt;/P&gt;&lt;P&gt;The set analysis I'm&amp;nbsp;using:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum(Aggr(nodistinct Sum({$&amp;lt;Type {'Daily'},ProductGroup=,ProductSubGroup=,ProductDetailGroup=&amp;gt;}SalesCY),Store,DateCY))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Photo shows where I'm seeing inconsistencies for column 1Gross Ticket Contribution.&amp;nbsp; Those items highlighted in red are the correct value for Store #1, remaining items aren't.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 19:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Issue-using-nodistinct/m-p/1526055#M3508</guid>
      <dc:creator>KAnderson_5</dc:creator>
      <dc:date>2021-12-28T19:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue using nodistinct</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Issue-using-nodistinct/m-p/1526085#M3510</link>
      <description>Hi,&lt;BR /&gt;Can you provide some sample data similar to your data structure?&lt;BR /&gt;ZZ</description>
      <pubDate>Thu, 03 Jan 2019 23:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Issue-using-nodistinct/m-p/1526085#M3510</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-01-03T23:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Issue using nodistinct</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Issue-using-nodistinct/m-p/1526151#M3511</link>
      <description>Hi,&lt;BR /&gt;Do you mean all values for store # 1 should be 13439?&lt;BR /&gt;I saw that in aggr(), you also group by the DateCY, could you please try to delete this field?&lt;BR /&gt;because I'm not sure why you use the DateCY, it seems like that in your table there is not DateCY as a dimension?&lt;BR /&gt;Aiolos Zhao</description>
      <pubDate>Fri, 04 Jan 2019 07:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Issue-using-nodistinct/m-p/1526151#M3511</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2019-01-04T07:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue using nodistinct</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Issue-using-nodistinct/m-p/1526231#M3512</link>
      <description>&lt;P&gt;You may not need an Aggr() here. How about this?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum({$&amp;lt;Type = {'Daily'}, ProductGroup, ProductSubGroup, ProductDetailGroup&amp;gt;} &lt;STRONG&gt;TOTAL &amp;lt;Store&amp;gt;&lt;/STRONG&gt; SalesCY)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;or&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum({$&amp;lt;Type = {'Daily'}&amp;gt;} &lt;STRONG&gt;TOTAL &amp;lt;Store&amp;gt;&lt;/STRONG&gt; SalesCY)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Add other fields to the total qualifier if needed&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 10:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Issue-using-nodistinct/m-p/1526231#M3512</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-01-04T10:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue using nodistinct</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Issue-using-nodistinct/m-p/1526405#M3514</link>
      <description>&lt;P&gt;Removing Aggr() and adjusting to the Total &amp;lt;Store&amp;gt; qualifier&amp;nbsp;you detailed worked perfectly!&lt;/P&gt;&lt;P&gt;Thanks, Jontydkpi!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 13:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Issue-using-nodistinct/m-p/1526405#M3514</guid>
      <dc:creator>KAnderson_5</dc:creator>
      <dc:date>2019-01-04T13:49:20Z</dc:date>
    </item>
  </channel>
</rss>

