<?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: Uregent in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Uregent/m-p/641614#M235066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 10:32:27 GMT</pubDate>
    <dc:creator>vipin_mishra479</dc:creator>
    <dc:date>2014-05-21T10:32:27Z</dc:date>
    <item>
      <title>Uregent</title>
      <link>https://community.qlik.com/t5/QlikView/Uregent/m-p/641610#M235062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have two dimensions Week and Quarter and one expression sum(Quantity)...now my requirement is:&lt;/P&gt;&lt;P&gt;If i open the chart it shows Quarter Bar chart, but i want to show weeks if anyone clicks on a single Quarter Bar for that particular Quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Bharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uregent/m-p/641610#M235062</guid>
      <dc:creator />
      <dc:date>2014-05-21T10:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Uregent</title>
      <link>https://community.qlik.com/t5/QlikView/Uregent/m-p/641611#M235063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use getfieldselection(Quarter) function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uregent/m-p/641611#M235063</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-21T10:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Uregent</title>
      <link>https://community.qlik.com/t5/QlikView/Uregent/m-p/641612#M235064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a drill-down group with Quarters and Weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at &lt;STRONG&gt;Edit Groups&lt;/STRONG&gt; on the Dimensions tab of your chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uregent/m-p/641612#M235064</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-05-21T10:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Uregent</title>
      <link>https://community.qlik.com/t5/QlikView/Uregent/m-p/641613#M235065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create the drill down group with hierarchy Quarter --&amp;gt; Week.&lt;/P&gt;&lt;P&gt;So whenever u l select any quarter it will show only weeks related to that quarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help u..! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uregent/m-p/641613#M235065</guid>
      <dc:creator />
      <dc:date>2014-05-21T10:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Uregent</title>
      <link>https://community.qlik.com/t5/QlikView/Uregent/m-p/641614#M235066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:32:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uregent/m-p/641614#M235066</guid>
      <dc:creator>vipin_mishra479</dc:creator>
      <dc:date>2014-05-21T10:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Uregent</title>
      <link>https://community.qlik.com/t5/QlikView/Uregent/m-p/641615#M235067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can use =GetSelectedCount(QuarterField)=1 also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with take straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- Week (And on week dimension click on enable conditional write expression like =GetSelectedCount(YourQuarterFieldHere) = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- Quarter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:- &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum(Quantity)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uregent/m-p/641615#M235067</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-21T10:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Uregent</title>
      <link>https://community.qlik.com/t5/QlikView/Uregent/m-p/641616#M235068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Drill down group is the easiest solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uregent/m-p/641616#M235068</guid>
      <dc:creator />
      <dc:date>2014-05-21T10:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Uregent</title>
      <link>https://community.qlik.com/t5/QlikView/Uregent/m-p/641617#M235069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also use restrication on the dimensions quarter use getselectedcount(quarter) &amp;gt; 1 and for week use getselectedcount(quarter) = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:55:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uregent/m-p/641617#M235069</guid>
      <dc:creator />
      <dc:date>2014-05-21T10:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Uregent</title>
      <link>https://community.qlik.com/t5/QlikView/Uregent/m-p/641618#M235070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 10:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Uregent/m-p/641618#M235070</guid>
      <dc:creator />
      <dc:date>2014-05-21T10:56:23Z</dc:date>
    </item>
  </channel>
</rss>

