<?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: 2 requirements in a Single Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709736#M255719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an excellent learning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping me out and showing this article. Kudos!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Sep 2014 05:21:49 GMT</pubDate>
    <dc:creator>dmohanty</dc:creator>
    <dc:date>2014-09-05T05:21:49Z</dc:date>
    <item>
      <title>2 requirements in a Single Chart</title>
      <link>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709728#M255711</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 a requirement like this, where I have 2 dimensions: SBU, Quarter and a Measure: Revenue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In a Bar chart I am showing the Total Revenue for different SBU by Quarters (where SBU is 1st dimension and Quarter is 2nd). &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;THAT I AM ABLE TO DO LIKE BELOW SHOWN&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG alt="Bar.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/65909_Bar.jpg" /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #333333;"&gt;&lt;STRONG&gt;Now on the same chart, I also have to show the total Revenue for different SBU&amp;nbsp; only (now not Quarter wise)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please help in showing one example/ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!!!&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 12:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709728#M255711</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2014-09-04T12:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: 2 requirements in a Single Chart</title>
      <link>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709729#M255712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add below in your script....&lt;/P&gt;&lt;P&gt;Considering your Fact Table is Temp:&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;Load SBU, Quarter, Revenue From TableName;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;Load SBU, SUM(Revenue) as Revenue Resident Temp&lt;/P&gt;&lt;P&gt;Group By SBU;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now Create a Bar Chart&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;SBU&lt;/P&gt;&lt;P&gt;Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM(Revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 13:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709729#M255712</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-04T13:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: 2 requirements in a Single Chart</title>
      <link>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709730#M255713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I wanted a different chart/look which would show only SBU and Revenue. Some Button or Cyclic group kind of thing will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help some?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 16:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709730#M255713</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2014-09-04T16:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: 2 requirements in a Single Chart</title>
      <link>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709731#M255714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, a Drill Down or Cyclic group could be what you are after, so give it a go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Dimension tab of your Bar Chart Properties click &amp;lt;Edit Groups&amp;gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 16:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709731#M255714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-04T16:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: 2 requirements in a Single Chart</title>
      <link>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709732#M255715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;One chart would show SBU and Quarter&lt;/LI&gt;&lt;LI&gt;Other chart should show ONLY SBU.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But both should be in a single place (Switching by Button/Cyclic group etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 17:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709732#M255715</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2014-09-04T17:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: 2 requirements in a Single Chart</title>
      <link>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709733#M255716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aaahhh !!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I understand what you are after now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create Chart with both Dimensions&lt;/LI&gt;&lt;LI&gt;For the Quarter tick &amp;lt;Enable Condition&amp;gt; and check whether a variable say &lt;EM&gt;vShowQuarter&lt;/EM&gt; is 1&lt;/LI&gt;&lt;LI&gt;Create a button with suitable actions to toggle the &lt;EM&gt;vShowQuarter&lt;/EM&gt; variable between 0 and 1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You test first by changing the variable in an Input Box and add the button after that test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 17:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709733#M255716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-04T17:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: 2 requirements in a Single Chart</title>
      <link>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709734#M255717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its getting more clear to me now. But could you please help a bit, by showing a small example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be really helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 17:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709734#M255717</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2014-09-04T17:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: 2 requirements in a Single Chart</title>
      <link>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709735#M255718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this blog post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/01/31/customizable-straight-table" title="http://community.qlik.com/blogs/qlikviewdesignblog/2014/01/31/customizable-straight-table"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/01/31/customizable-straight-table&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 18:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709735#M255718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-04T18:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: 2 requirements in a Single Chart</title>
      <link>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709736#M255719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an excellent learning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping me out and showing this article. Kudos!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 05:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/2-requirements-in-a-Single-Chart/m-p/709736#M255719</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2014-09-05T05:21:49Z</dc:date>
    </item>
  </channel>
</rss>

