<?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: pick match with several ValueLists in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/pick-match-with-several-ValueLists/m-p/1611821#M45485</link>
    <description>&lt;P&gt;I don't want to say that's not possible but if it would be quite difficult because between both calculated dimensions is no relationship which means they create a cartesian product. I suggest to transfer the logic to the script and create there your data-structure, for example with:&lt;/P&gt;&lt;P&gt;t: load * inline [&lt;BR /&gt;&lt;SPAN&gt;CAGR Global&lt;BR /&gt;"CAGR(2005, 2010)"&lt;BR /&gt;&lt;SPAN&gt;"CAGR(2010, 2015)"&lt;BR /&gt;...&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;join(t) load * inline [&lt;BR /&gt;CAGR Kontinent&lt;BR /&gt;Europa&amp;nbsp;&lt;BR /&gt;Nordamerika&lt;BR /&gt;...&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Afterwards it are native dimensions and you could use pick(match()) to react on them. Whereby it might be even more easier if these data are connected to your real datamodel ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;- Marcus&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Aug 2019 06:21:19 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2019-08-13T06:21:19Z</dc:date>
    <item>
      <title>pick match with several ValueLists</title>
      <link>https://community.qlik.com/t5/App-Development/pick-match-with-several-ValueLists/m-p/1611690#M45473</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a problem where I can not get further and have found no answer in the threads:&lt;BR /&gt;I want to create a pivot with two dimensions and several value functions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="qliksense pickmatch.PNG" style="width: 557px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16893iD459817E6431E198/image-dimensions/557x326?v=v2" width="557" height="326" role="button" title="qliksense pickmatch.PNG" alt="qliksense pickmatch.PNG" /&gt;&lt;/span&gt;Dimension "CAGR Global" =ValueList('CAGR(2005, 2010)', 'CAGR(2010, 2015)', 'CAGR(2015, 2018)')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dimension "CAGR Kontinent" =ValueList('Europa', 'Nordamerika ', 'Asien', 'Süd- und Mittelamerika', 'Afrika', 'Australien und Ozeanien')&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to report in this pivot either the "CAGR "Values for dimension "CAGR Global" or "CAGR Kontinent"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My problem is to find a correct pick-match function, which consider the "correct" Valuelist. Currently, the values ​​of dimension "CAGR Global" are equal to the values ​​of dimension "CAGR Kontinent" by using this function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=pick(match(ValueList('CAGR(2005, 2010)', 'CAGR(2010, 2015)', 'CAGR(2015, 2018)'),'CAGR(2005, 2010)', 'CAGR(2010, 2015)', 'CAGR(2015, 2018)'),&lt;BR /&gt;10,&lt;BR /&gt;13,&lt;BR /&gt;18)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How can i consider the second valuelist in the measures?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much for your help&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Felix&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 16:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/pick-match-with-several-ValueLists/m-p/1611690#M45473</guid>
      <dc:creator>felixtheu</dc:creator>
      <dc:date>2019-08-12T16:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: pick match with several ValueLists</title>
      <link>https://community.qlik.com/t5/App-Development/pick-match-with-several-ValueLists/m-p/1611821#M45485</link>
      <description>&lt;P&gt;I don't want to say that's not possible but if it would be quite difficult because between both calculated dimensions is no relationship which means they create a cartesian product. I suggest to transfer the logic to the script and create there your data-structure, for example with:&lt;/P&gt;&lt;P&gt;t: load * inline [&lt;BR /&gt;&lt;SPAN&gt;CAGR Global&lt;BR /&gt;"CAGR(2005, 2010)"&lt;BR /&gt;&lt;SPAN&gt;"CAGR(2010, 2015)"&lt;BR /&gt;...&lt;BR /&gt;];&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;join(t) load * inline [&lt;BR /&gt;CAGR Kontinent&lt;BR /&gt;Europa&amp;nbsp;&lt;BR /&gt;Nordamerika&lt;BR /&gt;...&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Afterwards it are native dimensions and you could use pick(match()) to react on them. Whereby it might be even more easier if these data are connected to your real datamodel ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;- Marcus&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 06:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/pick-match-with-several-ValueLists/m-p/1611821#M45485</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-08-13T06:21:19Z</dc:date>
    </item>
  </channel>
</rss>

