<?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: Assigning a String having commas to a Variable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Assigning-a-String-having-commas-to-a-Variable/m-p/1742357#M56830</link>
    <description>&lt;P&gt;A comma will be always treated as delimiter for a parameter. Therefore it's an expected behaviour - although it would be really desirable to have some logic to mask them.&lt;/P&gt;&lt;P&gt;What's the aim for your approach - why setting a variable-creation within another variable?&lt;/P&gt;&lt;P&gt;- Marcus&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Sep 2020 10:35:07 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2020-09-09T10:35:07Z</dc:date>
    <item>
      <title>Assigning a String having commas to a Variable</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-a-String-having-commas-to-a-Variable/m-p/1742297#M56827</link>
      <description>&lt;P&gt;I am assigning a string value having commas to a variable ,but couldn't achieved expected.&lt;/P&gt;&lt;P&gt;set vVar= "Let vColumn = peek('Column', 0,'Config') ";&lt;/P&gt;&lt;P&gt;output which i am getting --&amp;gt;$(vVar) ="Let vColumn = peek('Column'"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected value is&amp;nbsp;&amp;nbsp;$(vVar)= "Let vColumn = peek('Column', 0,'Config') ";&lt;/P&gt;&lt;P&gt;Please advise what am i missing here.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-a-String-having-commas-to-a-Variable/m-p/1742297#M56827</guid>
      <dc:creator>durgesh22</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning a String having commas to a Variable</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-a-String-having-commas-to-a-Variable/m-p/1742357#M56830</link>
      <description>&lt;P&gt;A comma will be always treated as delimiter for a parameter. Therefore it's an expected behaviour - although it would be really desirable to have some logic to mask them.&lt;/P&gt;&lt;P&gt;What's the aim for your approach - why setting a variable-creation within another variable?&lt;/P&gt;&lt;P&gt;- Marcus&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 10:35:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-a-String-having-commas-to-a-Variable/m-p/1742357#M56830</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-09-09T10:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning a String having commas to a Variable</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-a-String-having-commas-to-a-Variable/m-p/1742363#M56831</link>
      <description>&lt;P&gt;Hi Durgesh22&lt;/P&gt;&lt;P&gt;for me the code behaves exactly as you expect it. The only unexpected behaviour is, that the variable contains a double hypen after the set statement. But if you execute the variable, it does perfectly what you would expect. In my testdata, the value in the first dataset contains the string PRODUCT1, so everything is fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Testcode" style="width: 324px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40289iCEFDF37DDD2D9E07/image-size/large?v=v2&amp;amp;px=999" role="button" title="TEST_CODE.png" alt="Testcode" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Testcode&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Log Testcode" style="width: 450px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/40290iF0499CA623C473C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="LOG_TESTCODE.png" alt="Log Testcode" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Log Testcode&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 10:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-a-String-having-commas-to-a-Variable/m-p/1742363#M56831</guid>
      <dc:creator>dirk_fischer</dc:creator>
      <dc:date>2020-09-09T10:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning a String having commas to a Variable</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-a-String-having-commas-to-a-Variable/m-p/1742388#M56835</link>
      <description>&lt;P&gt;I never tried this before but I could admit that it worked in QlikView, too.&lt;/P&gt;&lt;P&gt;Seems that you have anywhere a small syntax error in your approach. Nevertheless it looked for me more complicated as necessary.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 12:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-a-String-having-commas-to-a-Variable/m-p/1742388#M56835</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2020-09-09T12:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Assigning a String having commas to a Variable</title>
      <link>https://community.qlik.com/t5/App-Development/Assigning-a-String-having-commas-to-a-Variable/m-p/1742983#M56917</link>
      <description>&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;set vVar= 'Let vColumn = peek(''Column'', 0,''Config'')';&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2020 01:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Assigning-a-String-having-commas-to-a-Variable/m-p/1742983#M56917</guid>
      <dc:creator>dieterwoestemeier</dc:creator>
      <dc:date>2020-09-11T01:25:43Z</dc:date>
    </item>
  </channel>
</rss>

