<?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: Problem with expression in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-with-expression/m-p/1820471#M9271</link>
    <description>&lt;P&gt;Initially there were 4 dimensions but I deleted 2 of them to make the problem easier.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture8.png" style="width: 302px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58197iCD2FF6F6A9848AA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture8.png" alt="capture8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim2:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture7.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58199i6C0BF0F58B37D560/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture7.png" alt="capture7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Metric:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture6.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58200iE84C72324C5E1988/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture6.png" alt="capture6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Pivot table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture5.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58201i2570ABF409F8DC4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture5.png" alt="capture5.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jul 2021 15:40:31 GMT</pubDate>
    <dc:creator>mtabernad</dc:creator>
    <dc:date>2021-07-07T15:40:31Z</dc:date>
    <item>
      <title>Problem with expression</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-with-expression/m-p/1820392#M9266</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to create a dynamic table with two dimensions: "year_month" and "Group client version" and one metric:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Month={'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'},Type={'av'}&amp;gt;}distinct asset_nm&amp;amp;site_nm)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone tell me why the total value for May (3,555) for example (but it happens with all the months) does not match with the sum of&amp;nbsp; values for v12 (310) and v14 (3,249)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture3.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58179iDC4CD99CD6F55B92/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture3.png" alt="capture3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 13:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-with-expression/m-p/1820392#M9266</guid>
      <dc:creator>mtabernad</dc:creator>
      <dc:date>2021-07-07T13:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with expression</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-with-expression/m-p/1820410#M9267</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/9434"&gt;@mtabernad&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;&lt;P&gt;=if(Dimensionality()=1,&lt;/P&gt;&lt;P&gt;sum(&lt;STRONG&gt;aggr&lt;/STRONG&gt;( &lt;SPAN&gt;Count({&amp;lt;Month={'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'},Type={'av'}&amp;gt;}distinct asset_nm&amp;amp;site_nm)&lt;/SPAN&gt;,&lt;STRONG&gt;yearmonth,[Group client version]&lt;/STRONG&gt;)),&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;Month={'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'},Type={'av'}&amp;gt;}distinct asset_nm&amp;amp;site_nm)&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 13:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-with-expression/m-p/1820410#M9267</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-07-07T13:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with expression</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-with-expression/m-p/1820460#M9269</link>
      <description>&lt;P&gt;Hi Kush,&lt;/P&gt;&lt;P&gt;Thank you for your comment. Still does not work and total sum shows 0:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture4.png" style="width: 920px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58196i7B25AD57BBC8A483/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture4.png" alt="capture4.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 15:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-with-expression/m-p/1820460#M9269</guid>
      <dc:creator>mtabernad</dc:creator>
      <dc:date>2021-07-07T15:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with expression</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-with-expression/m-p/1820464#M9270</link>
      <description>&lt;P&gt;Make sure that field names are correct in Aggr. Also how many dimensions are there in pivot?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 15:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-with-expression/m-p/1820464#M9270</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-07-07T15:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with expression</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-with-expression/m-p/1820471#M9271</link>
      <description>&lt;P&gt;Initially there were 4 dimensions but I deleted 2 of them to make the problem easier.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture8.png" style="width: 302px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58197iCD2FF6F6A9848AA1/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture8.png" alt="capture8.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim2:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture7.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58199i6C0BF0F58B37D560/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture7.png" alt="capture7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Metric:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture6.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58200iE84C72324C5E1988/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture6.png" alt="capture6.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Pivot table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture5.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/58201i2570ABF409F8DC4A/image-size/large?v=v2&amp;amp;px=999" role="button" title="capture5.png" alt="capture5.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jul 2021 15:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Problem-with-expression/m-p/1820471#M9271</guid>
      <dc:creator>mtabernad</dc:creator>
      <dc:date>2021-07-07T15:40:31Z</dc:date>
    </item>
  </channel>
</rss>

