<?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: Need Code for Two column in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Need-Code-for-Two-column/m-p/2005596#M23758</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try with set analysis&lt;/P&gt;
&lt;P&gt;Exp1: Count({&amp;lt;&lt;SPAN&gt;Category = {'Bakery'}&lt;/SPAN&gt;&amp;gt;} Distinct&amp;nbsp;&lt;SPAN&gt;Items)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Exp2: Count({&amp;lt;Category = {'Shop'}&amp;gt;} Distinct&amp;nbsp;Items)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2022 02:32:08 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2022-11-17T02:32:08Z</dc:date>
    <item>
      <title>Need Code for Two column</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-Code-for-Two-column/m-p/2004134#M23737</link>
      <description>&lt;P&gt;Hi, I have two columns with Items and Category&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Items&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Category&lt;/P&gt;
&lt;P&gt;Milk&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Bakery&lt;/P&gt;
&lt;P&gt;Bread&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Bakery&lt;/P&gt;
&lt;P&gt;Water&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Shop&lt;/P&gt;
&lt;P&gt;Biscuets&amp;nbsp; &amp;nbsp;Shop&lt;/P&gt;
&lt;P&gt;Nugets&amp;nbsp; &amp;nbsp; &amp;nbsp; Bakery&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wants to show two pia-cart with Bakery Items separate and Shop Items separate. i need a expression for this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 14:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-Code-for-Two-column/m-p/2004134#M23737</guid>
      <dc:creator>MrJanjua</dc:creator>
      <dc:date>2022-11-14T14:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need Code for Two column</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-Code-for-Two-column/m-p/2005592#M23757</link>
      <description>&lt;P&gt;Here you go. the expression I used is in the label for the pie charts&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Categories.png" style="width: 977px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/93925i6D0D1BF7DF5BF15F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Categories.png" alt="Categories.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used this sample code:&lt;/P&gt;
&lt;P&gt;Load * Inline [&lt;BR /&gt;Items , Category, Value&lt;BR /&gt;Milk, Bakery, 40&lt;BR /&gt;Bread, Bakery, 30&lt;BR /&gt;Water, Shop, 45&lt;BR /&gt;Biscuets, Shop, 55&lt;BR /&gt;Nugets, Bakery, 20&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;And I created a Master Dimension for the Category and defined the colors then set the pie charts to color by the Category dimension&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="CategoryColors.png" style="width: 559px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/93926iBC6029E2EFCBA5E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="CategoryColors.png" alt="CategoryColors.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 01:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-Code-for-Two-column/m-p/2005592#M23757</guid>
      <dc:creator>Dalton_Ruer</dc:creator>
      <dc:date>2022-11-17T01:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need Code for Two column</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-Code-for-Two-column/m-p/2005596#M23758</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try with set analysis&lt;/P&gt;
&lt;P&gt;Exp1: Count({&amp;lt;&lt;SPAN&gt;Category = {'Bakery'}&lt;/SPAN&gt;&amp;gt;} Distinct&amp;nbsp;&lt;SPAN&gt;Items)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Exp2: Count({&amp;lt;Category = {'Shop'}&amp;gt;} Distinct&amp;nbsp;Items)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 02:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-Code-for-Two-column/m-p/2005596#M23758</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-11-17T02:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need Code for Two column</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-Code-for-Two-column/m-p/2005687#M23763</link>
      <description>&lt;P&gt;Dear!&lt;/P&gt;
&lt;P&gt;I need this in &lt;STRONG&gt;Demission &lt;/STRONG&gt;(Expression) not in Measure.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 08:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-Code-for-Two-column/m-p/2005687#M23763</guid>
      <dc:creator>MrJanjua</dc:creator>
      <dc:date>2022-11-17T08:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need Code for Two column</title>
      <link>https://community.qlik.com/t5/Management-Governance/Need-Code-for-Two-column/m-p/2005688#M23764</link>
      <description>&lt;P&gt;I have a lot of items and have 4 categories. So wants to make 4 Charts separately, One thing more items adds frequently they are not fixed&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 08:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Need-Code-for-Two-column/m-p/2005688#M23764</guid>
      <dc:creator>MrJanjua</dc:creator>
      <dc:date>2022-11-17T08:27:24Z</dc:date>
    </item>
  </channel>
</rss>

