<?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: group dropdowns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/group-dropdowns/m-p/672025#M1061331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanthan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should be able to do this with a single new grouping dimension, in your load script do something like the below and use the resulting dimension in your pivot chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Match([Shipped Status],'Shipped','Undershipped','Overshipped') ,'Shipped Group',[Shipped Status]) As [Shipped Grouping]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will give you a new dimension with the 3 shipped status all under a new single value and all others (WIP, Projection) as their own value, so you should get the column layout you want with just a single expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 12:19:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-23T12:19:32Z</dc:date>
    <item>
      <title>group dropdowns</title>
      <link>https://community.qlik.com/t5/QlikView/group-dropdowns/m-p/672022#M1061328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have dimension in chart called ' Shipped Status', which has following drop down lists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Shipped&lt;/LI&gt;&lt;LI&gt;Undershipped&lt;/LI&gt;&lt;LI&gt;Overshipped&lt;/LI&gt;&lt;LI&gt;WIP&lt;/LI&gt;&lt;LI&gt;Projection&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in the Pivot table, I would like show in Shipped , undershipped and overshipped&amp;nbsp; in one column and WIP ,Projection in another columns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate if you help me out on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Jayanthan &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 11:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/group-dropdowns/m-p/672022#M1061328</guid>
      <dc:creator />
      <dc:date>2014-09-23T11:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: group dropdowns</title>
      <link>https://community.qlik.com/t5/QlikView/group-dropdowns/m-p/672023#M1061329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create two more dimensions as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension1&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Shipped&lt;/LI&gt;&lt;LI&gt;Undershipped&lt;/LI&gt;&lt;LI&gt;Overshipped&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension2&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;WIP&lt;/LI&gt;&lt;LI&gt;Projection&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 12:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/group-dropdowns/m-p/672023#M1061329</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-23T12:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: group dropdowns</title>
      <link>https://community.qlik.com/t5/QlikView/group-dropdowns/m-p/672024#M1061330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if I fully understand your question (perhaps an image of what you're trying to acheive will help)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use set anaylsis;&lt;/P&gt;&lt;P&gt;Column 1 exp: =Sum ( { &amp;lt;[Dimension Field={'Shipped',Unsershipped','Overshipped'} &amp;gt; } [Field to Sum])&lt;/P&gt;&lt;P&gt;Column 2 exp:&amp;nbsp; =Sum ( { &amp;lt;[Dimension Field={'WIP','Projection'} &amp;gt; } [Field to Sum])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;QlikCentral.com&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 12:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/group-dropdowns/m-p/672024#M1061330</guid>
      <dc:creator>richard_pearce6</dc:creator>
      <dc:date>2014-09-23T12:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: group dropdowns</title>
      <link>https://community.qlik.com/t5/QlikView/group-dropdowns/m-p/672025#M1061331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jayanthan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you should be able to do this with a single new grouping dimension, in your load script do something like the below and use the resulting dimension in your pivot chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Match([Shipped Status],'Shipped','Undershipped','Overshipped') ,'Shipped Group',[Shipped Status]) As [Shipped Grouping]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will give you a new dimension with the 3 shipped status all under a new single value and all others (WIP, Projection) as their own value, so you should get the column layout you want with just a single expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 12:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/group-dropdowns/m-p/672025#M1061331</guid>
      <dc:creator />
      <dc:date>2014-09-23T12:19:32Z</dc:date>
    </item>
  </channel>
</rss>

