<?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: Forced selection of associated data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391323#M613066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry expression was wrong,.. use your original expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2017 13:09:15 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2017-10-04T13:09:15Z</dc:date>
    <item>
      <title>Forced selection of associated data</title>
      <link>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391318#M613058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The app is attached below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a table i have a dimension and a cyclic group, the dimension change depending on the cyclic group change (with Getcurrentfield(cyclic_group) associated with a variable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The problem is when I choose a dimension, all the associated data is selected, not just filtered..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="178556" alt="screen1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178556_screen1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="178557" alt="screen2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/178557_screen2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 09:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391318#M613058</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-10-04T09:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Forced selection of associated data</title>
      <link>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391319#M613059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi youseff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont know why he selects the hic3 this should not happen as far as i know but you can force your measure to ignore the hic3 field by setting it to nothing in your set expression like so:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;{&amp;lt;hic3=&amp;gt;} &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i tried loading your qvw file but it didn't work&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391319#M613059</guid>
      <dc:creator>jelle_vervloess1</dc:creator>
      <dc:date>2017-10-04T11:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Forced selection of associated data</title>
      <link>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391320#M613060</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;I can't do that, because i need to use it when the cyclic group = Sous Groupement, which is HIC3..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway&lt;/P&gt;&lt;P&gt;YB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391320#M613060</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-10-04T11:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Forced selection of associated data</title>
      <link>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391321#M613062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create variable &lt;STRONG&gt;vGroup &lt;/STRONG&gt;and write below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(v_Group_lib='Groupement','HIC2',&lt;/P&gt;&lt;P&gt;if(v_Group_lib='Sous groupement', 'HIC3'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now use &lt;STRONG style="font-size: 13.3333px;"&gt;vGroup &lt;/STRONG&gt;variable as dimension in chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 12:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391321#M613062</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-10-04T12:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Forced selection of associated data</title>
      <link>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391322#M613064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kushal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works on the first selection, but when i use the cyclic group to show the second dimension, the table is empty...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something is missing i think&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391322#M613064</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-10-04T13:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Forced selection of associated data</title>
      <link>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391323#M613066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry expression was wrong,.. use your original expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:09:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391323#M613066</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-10-04T13:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Forced selection of associated data</title>
      <link>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391324#M613067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, it works !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me why with an IF it doesn't work ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like a Bug or something, can you confirm ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391324#M613067</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-10-04T13:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forced selection of associated data</title>
      <link>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391325#M613068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. seems to be a bug only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or functionality wise if you select the particular value from one dimension it aggregates the other dimension value included in if statement. This is similar to below expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aggr&lt;/STRONG&gt;(if(v_Group_lib='Groupement',HIC2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(v_Group_lib='Sous groupement', HIC3&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;),&lt;STRONG&gt;HIC2,&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;HIC3&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid&amp;nbsp; other dimension value to be selected, you can use below expression, but this work only for current cyclic group dimension if you change the cyclic group dimension, it will not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;aggr&lt;/STRONG&gt;(if(v_Group_lib='Groupement',HIC2,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(v_Group_lib='Sous groupement', HIC3&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;),&lt;STRONG&gt;HIC2&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391325#M613068</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-10-04T13:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Forced selection of associated data</title>
      <link>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391326#M613069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 13:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Forced-selection-of-associated-data/m-p/1391326#M613069</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2017-10-04T13:52:01Z</dc:date>
    </item>
  </channel>
</rss>

