<?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: Dimension Drill Down Group with conditional expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimension-Drill-Down-Group-with-conditional-expression/m-p/540681#M555925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the getcurrentfield function to get the name of the active field in the group. If you're using QV11 and want to show/hide colums based on the active field you can use the conditional expression: if(getcurrentfield(GroupNameHere)='order no', 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you mean you want to dynamically pick a dimension to show based on the active field of the group then you can use something like:&lt;/P&gt;&lt;P&gt;if(getcurrentfield(GroupNameHere)='order no', DimA, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(getcurrentfield(GroupNameHere)='suborder no',DimB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(getcurrentfield(....etc.... )))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jul 2013 16:31:14 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-07-30T16:31:14Z</dc:date>
    <item>
      <title>Dimension Drill Down Group with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Drill-Down-Group-with-conditional-expression/m-p/540680#M555924</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;is it possible to use conditional expression depending on which dimension is chosen in the drill down group?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a straight table with some Values and descriptions to an order, than I want to click on the "order no" to see all suborders... This works pretty well with the drill down group of order no,suborder no as dimension. Problem begins that field names etc. are different and I need to show different values on each dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its easy to understand what I mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 16:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Drill-Down-Group-with-conditional-expression/m-p/540680#M555924</guid>
      <dc:creator>peschu123</dc:creator>
      <dc:date>2013-07-30T16:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Drill Down Group with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Drill-Down-Group-with-conditional-expression/m-p/540681#M555925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the getcurrentfield function to get the name of the active field in the group. If you're using QV11 and want to show/hide colums based on the active field you can use the conditional expression: if(getcurrentfield(GroupNameHere)='order no', 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you mean you want to dynamically pick a dimension to show based on the active field of the group then you can use something like:&lt;/P&gt;&lt;P&gt;if(getcurrentfield(GroupNameHere)='order no', DimA, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(getcurrentfield(GroupNameHere)='suborder no',DimB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(getcurrentfield(....etc.... )))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 16:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Drill-Down-Group-with-conditional-expression/m-p/540681#M555925</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-30T16:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dimension Drill Down Group with conditional expression</title>
      <link>https://community.qlik.com/t5/QlikView/Dimension-Drill-Down-Group-with-conditional-expression/m-p/540682#M555926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great and thank you so much for your help.It works like a charm.If we ever meet you get an evening free drinks. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44757" class="jive-image-thumbnail jive-image" onclick="" alt="test.JPG" src="https://community.qlik.com/legacyfs/online/44757_test.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;It works but the editor marks it as wrong, but says expression ok... This happens with set expressions sometimes too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 16:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimension-Drill-Down-Group-with-conditional-expression/m-p/540682#M555926</guid>
      <dc:creator>peschu123</dc:creator>
      <dc:date>2013-07-30T16:42:27Z</dc:date>
    </item>
  </channel>
</rss>

