<?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: Multiple Parameter Values In Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Parameter-Values-In-Variable/m-p/1973757#M1227217</link>
    <description>&lt;P&gt;The parameter values themselves cannot contain commas. The only workaround I know is to use a proxy character for comma and then replace in the function. Like:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$(v.Example(down, [peppermint|Cthulu]))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And your function would be:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt; Category1 = {"$1"},&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category2 = {"replace('$2', '|', ',')'"}&amp;gt;}&lt;BR /&gt;Amount)/1000))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Aug 2022 17:56:36 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2022-08-26T17:56:36Z</dc:date>
    <item>
      <title>Multiple Parameter Values In Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Parameter-Values-In-Variable/m-p/1973709#M1227212</link>
      <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I'm trying to use multiple values for a parameter within a variable, and would like to know firstly if this is possible, and secondly how to do it.&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I have variable v.Example (obviously I am using proxies as I can't show my details)&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Sum({&amp;lt; Category1 = {"$1"},&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category2 = {"$2"}&amp;gt;}&lt;BR /&gt;Amount)/1000))&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Category1 can take the following values up, down, left, right&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Category2 can take the following values peppermint, topspin, Cthulu -&amp;nbsp;&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;So if I'm looking for say Category1 to be down, and Category2 to be Cthulu, I would now write&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;$(v.Example(down, Cthulu))&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I would like to be able to select more than one value for each parameter, so I would like to use something similar to the below.&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;$(v.Example(down, [peppermint, Cthulu]))&lt;/P&gt;
&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Can someone please help out with the correct syntax?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Parameter-Values-In-Variable/m-p/1973709#M1227212</guid>
      <dc:creator>redonkawa</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Parameter Values In Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Parameter-Values-In-Variable/m-p/1973746#M1227214</link>
      <description>&lt;P&gt;Yes it is possible.&lt;/P&gt;
&lt;P&gt;Check out a great article by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18806"&gt;@shilpan&lt;/a&gt;.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://analyticshub.io/2020/05/02/nested-parameterized-variables/" target="_blank"&gt;https://analyticshub.io/2020/05/02/nested-parameterized-variables/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 16:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Parameter-Values-In-Variable/m-p/1973746#M1227214</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2022-08-26T16:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Parameter Values In Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Parameter-Values-In-Variable/m-p/1973757#M1227217</link>
      <description>&lt;P&gt;The parameter values themselves cannot contain commas. The only workaround I know is to use a proxy character for comma and then replace in the function. Like:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$(v.Example(down, [peppermint|Cthulu]))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And your function would be:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt; Category1 = {"$1"},&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Category2 = {"replace('$2', '|', ',')'"}&amp;gt;}&lt;BR /&gt;Amount)/1000))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-Rob&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 17:56:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Parameter-Values-In-Variable/m-p/1973757#M1227217</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-08-26T17:56:36Z</dc:date>
    </item>
  </channel>
</rss>

