<?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: Help with Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-with-Qlik-Sense/m-p/2510400#M104891</link>
    <description>&lt;P&gt;I think this may get you what you want.&lt;/P&gt;&lt;P&gt;Using this as the sample dataset:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080"&gt;table&lt;/FONT&gt;:&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;LOAD&lt;/FONT&gt; *&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;INLINE&lt;/FONT&gt; [&lt;BR /&gt;Country|Product|User&lt;BR /&gt;USA|Electronics|123&lt;BR /&gt;USA|Electronics|123&lt;BR /&gt;USA|Electronics|123&lt;BR /&gt;USA|TV|123&lt;BR /&gt;USA|TV|134&lt;BR /&gt;USA|Laptop|156&lt;BR /&gt;CANADA|Electronics|456&lt;BR /&gt;CANADA|Electronics|567&lt;BR /&gt;CANADA|Electronics|765&lt;BR /&gt;CANADA|TV|456&lt;BR /&gt;CANADA|TV|567&lt;BR /&gt;CANADA|Watch|765&lt;BR /&gt;] (&lt;FONT color="#3366FF"&gt;Delimiter is&lt;/FONT&gt; &lt;FONT color="#339966"&gt;'|'&lt;/FONT&gt;);&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993366"&gt;Products&lt;/FONT&gt;:&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;LOAD&lt;/FONT&gt; *&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;INLINE&lt;/FONT&gt; [&lt;BR /&gt;Product&lt;BR /&gt;Electronics&lt;BR /&gt;TV&lt;BR /&gt;Laptop&lt;BR /&gt;Ipad&lt;BR /&gt;Smart Phone&lt;BR /&gt;Watch&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Then in the pivot table you have&lt;/P&gt;&lt;P&gt;dimension = 'Product'&lt;/P&gt;&lt;P&gt;measure = (&lt;FONT color="#3366FF"&gt;COUNT&lt;/FONT&gt;({1}&lt;FONT color="#3366FF"&gt;DISTINCT&lt;/FONT&gt; &lt;FONT color="#FF9900"&gt;Product&lt;/FONT&gt;)-1) + &lt;FONT color="#3366FF"&gt;COUNT&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#FF9900"&gt;User&lt;/FONT&gt;={&lt;FONT color="#008000"&gt;"=COUNT(Country)&amp;gt;0"&lt;/FONT&gt;}&amp;gt;} &lt;FONT color="#FF9900"&gt;Product&lt;/FONT&gt;)&lt;/P&gt;&lt;P&gt;I am super curious to know if this works out for you.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Mar 2025 22:26:06 GMT</pubDate>
    <dc:creator>Mark_Miron</dc:creator>
    <dc:date>2025-03-17T22:26:06Z</dc:date>
    <item>
      <title>Help with Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Qlik-Sense/m-p/2510389#M104890</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can anyone please help me with below. I have a data&amp;nbsp;&lt;/P&gt;&lt;P&gt;Country&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; User&lt;BR /&gt;USA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Electronics&amp;nbsp; &amp;nbsp; 123&lt;BR /&gt;USA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Electronics&amp;nbsp; &amp;nbsp; 123&lt;BR /&gt;USA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Electronics&amp;nbsp; &amp;nbsp; 123&lt;BR /&gt;USA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TV&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;123&lt;BR /&gt;USA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TV&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;134&lt;BR /&gt;USA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Laptop&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;156&lt;BR /&gt;CANADA&amp;nbsp; &amp;nbsp; Electronics&amp;nbsp; &amp;nbsp; &amp;nbsp;456&lt;BR /&gt;CANADA&amp;nbsp; &amp;nbsp; &amp;nbsp;Electronics&amp;nbsp; &amp;nbsp; &amp;nbsp;567&lt;BR /&gt;CANADA&amp;nbsp; &amp;nbsp; &amp;nbsp; Electronics&amp;nbsp; &amp;nbsp; 765&lt;BR /&gt;CANADA&amp;nbsp; &amp;nbsp; &amp;nbsp;TV&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 456&lt;BR /&gt;CANADA&amp;nbsp; &amp;nbsp; &amp;nbsp;TV&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 567&lt;BR /&gt;CANADA&amp;nbsp; &amp;nbsp; &amp;nbsp;Watch&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 765&lt;/P&gt;&lt;P&gt;When USA is selected&lt;/P&gt;&lt;P&gt;Product&amp;nbsp; &amp;nbsp; &amp;nbsp; Count of Users&lt;BR /&gt;Electronics&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;BR /&gt;TV&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&lt;BR /&gt;Laptop&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;BR /&gt;Ipad&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;Smart Phone&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;Watch&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/P&gt;&lt;P&gt;When CANADA is selected&lt;/P&gt;&lt;P&gt;Product&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Count of Users&lt;BR /&gt;Electronics&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;BR /&gt;TV&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;BR /&gt;Laptop&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;Ipad&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;BR /&gt;Smart Phone&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;BR /&gt;Watch&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;The Product column should always show all the Products regardless on selection and should display 0 if there are no products for the given selection.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 20:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Qlik-Sense/m-p/2510389#M104890</guid>
      <dc:creator>Qlikuser225</dc:creator>
      <dc:date>2025-03-17T20:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Qlik-Sense/m-p/2510400#M104891</link>
      <description>&lt;P&gt;I think this may get you what you want.&lt;/P&gt;&lt;P&gt;Using this as the sample dataset:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080"&gt;table&lt;/FONT&gt;:&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;LOAD&lt;/FONT&gt; *&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;INLINE&lt;/FONT&gt; [&lt;BR /&gt;Country|Product|User&lt;BR /&gt;USA|Electronics|123&lt;BR /&gt;USA|Electronics|123&lt;BR /&gt;USA|Electronics|123&lt;BR /&gt;USA|TV|123&lt;BR /&gt;USA|TV|134&lt;BR /&gt;USA|Laptop|156&lt;BR /&gt;CANADA|Electronics|456&lt;BR /&gt;CANADA|Electronics|567&lt;BR /&gt;CANADA|Electronics|765&lt;BR /&gt;CANADA|TV|456&lt;BR /&gt;CANADA|TV|567&lt;BR /&gt;CANADA|Watch|765&lt;BR /&gt;] (&lt;FONT color="#3366FF"&gt;Delimiter is&lt;/FONT&gt; &lt;FONT color="#339966"&gt;'|'&lt;/FONT&gt;);&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993366"&gt;Products&lt;/FONT&gt;:&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;LOAD&lt;/FONT&gt; *&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;INLINE&lt;/FONT&gt; [&lt;BR /&gt;Product&lt;BR /&gt;Electronics&lt;BR /&gt;TV&lt;BR /&gt;Laptop&lt;BR /&gt;Ipad&lt;BR /&gt;Smart Phone&lt;BR /&gt;Watch&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Then in the pivot table you have&lt;/P&gt;&lt;P&gt;dimension = 'Product'&lt;/P&gt;&lt;P&gt;measure = (&lt;FONT color="#3366FF"&gt;COUNT&lt;/FONT&gt;({1}&lt;FONT color="#3366FF"&gt;DISTINCT&lt;/FONT&gt; &lt;FONT color="#FF9900"&gt;Product&lt;/FONT&gt;)-1) + &lt;FONT color="#3366FF"&gt;COUNT&lt;/FONT&gt;({&amp;lt;&lt;FONT color="#FF9900"&gt;User&lt;/FONT&gt;={&lt;FONT color="#008000"&gt;"=COUNT(Country)&amp;gt;0"&lt;/FONT&gt;}&amp;gt;} &lt;FONT color="#FF9900"&gt;Product&lt;/FONT&gt;)&lt;/P&gt;&lt;P&gt;I am super curious to know if this works out for you.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Mar 2025 22:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Qlik-Sense/m-p/2510400#M104891</guid>
      <dc:creator>Mark_Miron</dc:creator>
      <dc:date>2025-03-17T22:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Qlik-Sense/m-p/2510407#M104892</link>
      <description>&lt;P&gt;Try this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({1&amp;lt;Product = P(Product), Country = P(Country)&amp;gt;} DISTINCT User)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 02:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Qlik-Sense/m-p/2510407#M104892</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2025-03-18T02:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-Qlik-Sense/m-p/2510508#M104911</link>
      <description>&lt;P&gt;it seems that doesn't work as expected but i updated it to&lt;/P&gt;&lt;P&gt;Count({1&amp;lt;Product = P(Product), Country = P(Country)&amp;gt;} Product)&lt;/P&gt;&lt;P&gt;That got the expected result. You still need to load a separate Products table for reference.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 14:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-Qlik-Sense/m-p/2510508#M104911</guid>
      <dc:creator>Mark_Miron</dc:creator>
      <dc:date>2025-03-18T14:09:48Z</dc:date>
    </item>
  </channel>
</rss>

