<?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 Graph drill down with expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Graph-drill-down-with-expressions/m-p/159778#M34286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, I am new here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I have been playing with Qlikview for a few weeks now but have ran into a problem when creating bar charts. I can only drill down one level (needs to be two), if I use expressions that use an IF statement. e.g. =Count(IF (Rating = 'Green',Rating)) or =Count(IF (Rating = 'Amber',Rating)) etc etc.&lt;BR /&gt;&lt;BR /&gt;How can I rewrite the expression or change a setting to fix this? Or am I just totally missing the point &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My table structure is as follows (just test data):&lt;BR /&gt;&lt;BR /&gt;SAMPLEDATA:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Country, Department, Rating&lt;BR /&gt;UK, IT, Critical&lt;BR /&gt;USA, Finance, Amber&lt;BR /&gt;Canada, HR, Red&lt;BR /&gt;France, Commercial, Green&lt;BR /&gt;France, Commercial, Green&lt;BR /&gt;France, HR, Green&lt;BR /&gt;France, HR, Amber&lt;BR /&gt;France, IT, Red&lt;BR /&gt;France, Commercial, Red&lt;BR /&gt;France, Commercial, Red&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jan 2011 11:36:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-07T11:36:46Z</dc:date>
    <item>
      <title>Graph drill down with expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-drill-down-with-expressions/m-p/159778#M34286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, I am new here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I have been playing with Qlikview for a few weeks now but have ran into a problem when creating bar charts. I can only drill down one level (needs to be two), if I use expressions that use an IF statement. e.g. =Count(IF (Rating = 'Green',Rating)) or =Count(IF (Rating = 'Amber',Rating)) etc etc.&lt;BR /&gt;&lt;BR /&gt;How can I rewrite the expression or change a setting to fix this? Or am I just totally missing the point &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My table structure is as follows (just test data):&lt;BR /&gt;&lt;BR /&gt;SAMPLEDATA:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Country, Department, Rating&lt;BR /&gt;UK, IT, Critical&lt;BR /&gt;USA, Finance, Amber&lt;BR /&gt;Canada, HR, Red&lt;BR /&gt;France, Commercial, Green&lt;BR /&gt;France, Commercial, Green&lt;BR /&gt;France, HR, Green&lt;BR /&gt;France, HR, Amber&lt;BR /&gt;France, IT, Red&lt;BR /&gt;France, Commercial, Red&lt;BR /&gt;France, Commercial, Red&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 11:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-drill-down-with-expressions/m-p/159778#M34286</guid>
      <dc:creator />
      <dc:date>2011-01-07T11:36:46Z</dc:date>
    </item>
    <item>
      <title>Graph drill down with expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-drill-down-with-expressions/m-p/159779#M34287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Matt, If I have understood ur problem , u need to show the count for "Amber" and "Green". You can write a single expression like =Count(IF (Rating = 'Green' or Rating='Amber',Rating)) . Thanks&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 12:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-drill-down-with-expressions/m-p/159779#M34287</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2011-01-07T12:40:25Z</dc:date>
    </item>
    <item>
      <title>Graph drill down with expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-drill-down-with-expressions/m-p/159780#M34288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;amars thanks for your reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have attached a demo qlikview of my problem. If for exmaple on the chart you select 'HR' you can see Red, Amber and Green but if you select anyone of those three it takes you back to the full view of the graph and doesn't drill down. Does that make sense?&lt;/P&gt;&lt;P&gt;[View:http://fullbhp.com/news/admin/graph_drill.qvw:550:0]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 12:53:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-drill-down-with-expressions/m-p/159780#M34288</guid>
      <dc:creator />
      <dc:date>2011-01-07T12:53:39Z</dc:date>
    </item>
    <item>
      <title>Graph drill down with expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-drill-down-with-expressions/m-p/159781#M34289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dude,&lt;/P&gt;&lt;P&gt;I have added new chart.I hope It will work.If you have any query let me know the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 13:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-drill-down-with-expressions/m-p/159781#M34289</guid>
      <dc:creator />
      <dc:date>2011-01-07T13:44:03Z</dc:date>
    </item>
    <item>
      <title>Graph drill down with expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-drill-down-with-expressions/m-p/159782#M34290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jai,&lt;/P&gt;&lt;P&gt;Thats exactly what I was after &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Just got my head around using groups so I can do it myself but with proper data.&lt;BR /&gt;&lt;BR /&gt;Many thanks for your help!!&lt;BR /&gt;&lt;BR /&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jan 2011 15:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-drill-down-with-expressions/m-p/159782#M34290</guid>
      <dc:creator />
      <dc:date>2011-01-07T15:54:35Z</dc:date>
    </item>
  </channel>
</rss>

