<?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: Dynamic Pick and Match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43830#M604247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are examples of the variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vVARIABLE_1: PromImporte_010 * IF(_FlagPrevioPuente = 1, 1.88, 0.84) * IF(_FlagPrevioPuente &amp;lt;&amp;gt; 1 , IF(_FlagVacaciones = 1, 1.44, 0.92), 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vVARIABLE_2: PromImporte_010 * IF(_FlagVacaciones = 1, 1.39, 0.85) * IF(_FlagVacaciones = 1 , IF(_FlagPrevioPuente = 1, 1.44, 0.96), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1 , IF(IDTipoClima = 5, 1.59, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5 , IF(IDTipoClima = 4, 1.12, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4 , IF(IDTipoClima = 3, 1.12, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3 , IF(IDTipoClima = 2, 0.85, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 2 , IF(IDTipoClima = 1, 0.85, 1), 1) * IF(_FlagVacaciones = 1&amp;nbsp; AND _FlagPrevioPuente &amp;lt;&amp;gt; 1 , IF(IDTipoPrecipitacionPluvial = 1, 0.7, 1.05), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3&amp;nbsp; AND IDTipoClima = 2 , IF(IDTipoPrecipitacionPluvial = 1, 0.71, 1.04), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 2&amp;nbsp; AND IDTipoClima = 1 , IF(IDTipoPrecipitacionPluvial = 1, 0.71, 1.04), 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code we actually have solves the formula and stores the value in the record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jun 2018 21:27:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-20T21:27:01Z</dc:date>
    <item>
      <title>Dynamic Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43824#M604240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;Hi!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;We have this code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;Pick(Match(IDArbol, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pick(Match(IDArbol, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_1), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_2), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_3), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_4), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_5), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_6), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_7), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_8), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_2), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_9), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_10), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_1), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; $(vVARIABLE_12), &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt; $(vVARIABLE_28)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;Unfortunately the number of IDArbol could go up from 28, is there any way we could do a dynamic Pick and Match to solve this or another function which could work similar to pick and match?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;Thank you!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 17:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43824#M604240</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-18T17:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43825#M604241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do these variables hold?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 19:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43825#M604241</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-18T19:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43826#M604242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These variables hold formulas to calculate sales forecast&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 19:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43826#M604242</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-18T19:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43827#M604243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First thing that comes to mind is that Match(x,1,2,3,4,5) will return x (where defined), so your expression should also work when shortened to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;Pick(IDArbol,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vVARIABLE_1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_2),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_3),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_4),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_5),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_6),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_7),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_8),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_2),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_9),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_10),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_1),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;$(vVARIABLE_12),&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;Do you have an example e.g. of your variable&amp;nbsp; &lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;vVARIABLE_1 in comparison to &lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;vVARIABLE_2?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;Marco&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 20:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43827#M604243</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-06-18T20:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43828#M604244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you still have to create variables right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2018 20:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43828#M604244</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-06-18T20:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43829#M604245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your variables respectively the forecast-calculations behind them are not too different it could be an alternatively to use a parametrized variable to simplify the task. This means (simplified) something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set var = sum(Sales) * evaluate(Faktor$1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load *, $(var(&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;IDArbol)) as Forecast from Source;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;More background to this feature could you find here: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewmaven.blogspot.de/2011/04/variable-that-acts-like-user-defined.html" rel="nofollow" target="_blank"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial',sans-serif;"&gt;Variable That Acts Like a User-Defined Function&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial',sans-serif;"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="5932" data-objecttype="102" href="https://community.qlik.com/docs/DOC-5932"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial',sans-serif;"&gt;Dynamic Field Expressions with Variables&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="9045" data-objecttype="102" href="https://community.qlik.com/docs/DOC-9045"&gt;&lt;SPAN lang="EN-GB" style="font-family: 'Arial',sans-serif;"&gt;Variables with Parameters&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;&lt;/SPAN&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 12:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43829#M604245</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-06-19T12:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43830#M604247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are examples of the variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vVARIABLE_1: PromImporte_010 * IF(_FlagPrevioPuente = 1, 1.88, 0.84) * IF(_FlagPrevioPuente &amp;lt;&amp;gt; 1 , IF(_FlagVacaciones = 1, 1.44, 0.92), 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vVARIABLE_2: PromImporte_010 * IF(_FlagVacaciones = 1, 1.39, 0.85) * IF(_FlagVacaciones = 1 , IF(_FlagPrevioPuente = 1, 1.44, 0.96), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1 , IF(IDTipoClima = 5, 1.59, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5 , IF(IDTipoClima = 4, 1.12, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4 , IF(IDTipoClima = 3, 1.12, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3 , IF(IDTipoClima = 2, 0.85, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 2 , IF(IDTipoClima = 1, 0.85, 1), 1) * IF(_FlagVacaciones = 1&amp;nbsp; AND _FlagPrevioPuente &amp;lt;&amp;gt; 1 , IF(IDTipoPrecipitacionPluvial = 1, 0.7, 1.05), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3&amp;nbsp; AND IDTipoClima = 2 , IF(IDTipoPrecipitacionPluvial = 1, 0.71, 1.04), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 2&amp;nbsp; AND IDTipoClima = 1 , IF(IDTipoPrecipitacionPluvial = 1, 0.71, 1.04), 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code we actually have solves the formula and stores the value in the record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 21:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43830#M604247</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-20T21:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43831#M604248</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;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;Unfortunately the client wants the variables to hold the formulas for the forecast, and these must be assembled dynamically, these are some examples of these formulas:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial',sans-serif; color: #575757;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vVARIABLE_1: PromImporte_010 * IF(_FlagPrevioPuente = 1, 1.88, 0.84) * IF(_FlagPrevioPuente &amp;lt;&amp;gt; 1 , IF(_FlagVacaciones = 1, 1.44, 0.92), 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vVARIABLE_2: PromImporte_010 * IF(_FlagVacaciones = 1, 1.39, 0.85) * IF(_FlagVacaciones = 1 , IF(_FlagPrevioPuente = 1, 1.44, 0.96), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1 , IF(IDTipoClima = 5, 1.59, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5 , IF(IDTipoClima = 4, 1.12, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4 , IF(IDTipoClima = 3, 1.12, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3 , IF(IDTipoClima = 2, 0.85, 1), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 2 , IF(IDTipoClima = 1, 0.85, 1), 1) * IF(_FlagVacaciones = 1&amp;nbsp; AND _FlagPrevioPuente &amp;lt;&amp;gt; 1 , IF(IDTipoPrecipitacionPluvial = 1, 0.7, 1.05), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3&amp;nbsp; AND IDTipoClima = 2 , IF(IDTipoPrecipitacionPluvial = 1, 0.71, 1.04), 1) * IF(_FlagVacaciones &amp;lt;&amp;gt; 1&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 5&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 4&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 3&amp;nbsp; AND IDTipoClima &amp;lt;&amp;gt; 2&amp;nbsp; AND IDTipoClima = 1 , IF(IDTipoPrecipitacionPluvial = 1, 0.71, 1.04), 1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The current code gets the correct formula and solves it. Until now we have managed to bring the correct formula but haven't been able to get it to solve it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 21:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43831#M604248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-20T21:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43832#M604250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current code gets the correct value and solves the formula, at least in this qvw we don't need any more variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 21:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43832#M604250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-20T21:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43833#M604252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Until now, we are able to get the right formula, but we haven't been able to get qlikview to solve it with this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Analitica_Transacciones_Hechos_$(vSlice):&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField('$(vVARIABLE_Arr)', '|', IDArbol) AS ProyImporte_010;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LOAD %CubeID, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %CubeDescription,&lt;/P&gt;&lt;P&gt;ApplyMap('Map_AsignaArbol', (UPPER(Cliente.Formato) &amp;amp; '||' &amp;amp; UPPER(DiaSemanaTicket)), ApplyMap('Map_AsignaArbol', ('OTROS||' &amp;amp; UPPER(DiaSemanaTicket)), 'NULL')) AS IDArbol,&lt;/P&gt;&lt;P&gt;%Key_Promedio, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %IDFecha, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Fecha,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DiaSemanaTicket,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HoraTicket, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _FlagVacaciones,&lt;/P&gt;&lt;P&gt;_FlagPrevioPuente,&lt;/P&gt;&lt;P&gt;_FlagSemanaQuincena,&lt;/P&gt;&lt;P&gt;IDTipoClima,&lt;/P&gt;&lt;P&gt;IDTipoPrecipitacionPluvial,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Cliente_SCD, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cliente.Formato,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IDEstacion, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AAImporte_004, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AAImporte_005, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AAPiezas_005, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AAImporte_010,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Importe_004, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Importe_005, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Piezas_005, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Importe_010,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CantTicketTotal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CantTarjetaDescuento,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CantTicket_Promocion,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CantDescuentoPromocion,&lt;/P&gt;&lt;P&gt;PromedioMeses,&lt;/P&gt;&lt;P&gt;PromImporte_010,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PromImporte_004, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PromImporte_005, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; PromPiezas_005&lt;/P&gt;&lt;P&gt;Resident Analitica_Transacciones_Hechos_Tmp2_$(vSlice);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;SPAN style="font-size: 13.3333px;"&gt;vVARIABLE_Arr holds all the formulas we have calculated so far while the &lt;SPAN style="font-size: 13.3333px;"&gt;IDArbol tells us which one we need.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;We also added the evaluate function like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;evaluate(SubField('$(vVARIABLE_Arr)', '|', IDArbol)) AS ProyImporte_010;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;But it only returns a null value. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 21:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43833#M604252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-20T21:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Pick and Match</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43834#M604253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you don't want to hear the following but suggest to rethink the whole approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your variables seems to be rather unique so that it makes not much sense to put these contents within variables. Further the content isn't really dynamic - nearly all values within the conditions and the returns are hard-coded and I think it are far too many nested branches as that it is sensible to develop such huge constructs - from a maintainability point of view it looked rather like a nightmare ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I would go in the direction of creating one or several matrix-tables (maybe filled from an Excel source) which are associated or merged (joined and/or mapped) to your table to simplify the matching of the right forecast-factors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 07:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Pick-and-Match/m-p/43834#M604253</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-06-21T07:06:30Z</dc:date>
    </item>
  </channel>
</rss>

