<?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: Questions on Parameterized variables in Qlik in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Questions-on-Parameterized-variables-in-Qlik/m-p/2511946#M105164</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/89599"&gt;@vish123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is because variable parameters are inserted into your vVariable1 as comma separated value parameters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you look at your vVariable2 variable it is a list of comma separated values being&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;{1&amp;lt;Set={4},&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Dim2=P( ID),&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Dim1={1},&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;$3,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;$4&amp;gt;}&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;When your expression gets parsed in vVariable1 it will be parsed as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Fractile(&lt;STRONG&gt;{1&amp;lt;Set={4}&lt;/STRONG&gt; Aggr(Median(&lt;STRONG&gt;{1&amp;lt;Set={4}&lt;/STRONG&gt; Metric),VIN),0.1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is very well known scenario and there are other topics describing it already on community.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On top of that there is another issue when you have more than 9 parameters as 10th parameter if not declared can be also causing issues. More on those below:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Variable-with-more-than-10-Parameters/td-p/1720111" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Variable-with-more-than-10-Parameters/td-p/1720111&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/variable-with-comma-parameter/td-p/1148600" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Dev/variable-with-comma-parameter/td-p/1148600&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;cheers&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Mar 2025 01:42:46 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2025-03-28T01:42:46Z</dc:date>
    <item>
      <title>Questions on Parameterized variables in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-Parameterized-variables-in-Qlik/m-p/2511932#M105159</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I am facing a challenge that i am unable to pass string value using $1 variable to another variable.&lt;/P&gt;&lt;P&gt;=$(vVariable1($(vVariable2)))&lt;/P&gt;&lt;P&gt;vVariable1 =&amp;nbsp;Fractile($1 Aggr(Median($1 Metric),VIN),0.1)&lt;/P&gt;&lt;P&gt;vVariable2=&amp;nbsp;{1&amp;lt;Set={4}, Dim2=P( ID), Dim1={1}, $3, $4&amp;gt;}&lt;/P&gt;&lt;P&gt;Here i wanted to pass entire vVariable2 to vVariable1 inplace of $1 , My expressions working fine if i put this set analysis value to the above function but when i am trying to pass this value via parameter . its not getting passed. Please suggest.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vish&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 19:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-Parameterized-variables-in-Qlik/m-p/2511932#M105159</guid>
      <dc:creator>vish123</dc:creator>
      <dc:date>2025-03-27T19:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Questions on Parameterized variables in Qlik</title>
      <link>https://community.qlik.com/t5/App-Development/Questions-on-Parameterized-variables-in-Qlik/m-p/2511946#M105164</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/89599"&gt;@vish123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is because variable parameters are inserted into your vVariable1 as comma separated value parameters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you look at your vVariable2 variable it is a list of comma separated values being&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;{1&amp;lt;Set={4},&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Dim2=P( ID),&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Dim1={1},&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;$3,&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;$4&amp;gt;}&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;When your expression gets parsed in vVariable1 it will be parsed as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Fractile(&lt;STRONG&gt;{1&amp;lt;Set={4}&lt;/STRONG&gt; Aggr(Median(&lt;STRONG&gt;{1&amp;lt;Set={4}&lt;/STRONG&gt; Metric),VIN),0.1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is very well known scenario and there are other topics describing it already on community.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;On top of that there is another issue when you have more than 9 parameters as 10th parameter if not declared can be also causing issues. More on those below:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Variable-with-more-than-10-Parameters/td-p/1720111" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Variable-with-more-than-10-Parameters/td-p/1720111&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/variable-with-comma-parameter/td-p/1148600" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-App-Dev/variable-with-comma-parameter/td-p/1148600&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;cheers&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 01:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Questions-on-Parameterized-variables-in-Qlik/m-p/2511946#M105164</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2025-03-28T01:42:46Z</dc:date>
    </item>
  </channel>
</rss>

