<?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 Variable - Text Issues in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546772#M109980</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35608"&gt;@samvile18&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are having issues for having extra single quotes, try to define them in the variable as ascii characters. Like this:&lt;/P&gt;
&lt;P&gt;chr(39)&amp;amp;Web&amp;amp;chr(39)&lt;/P&gt;
&lt;P&gt;or this&lt;/P&gt;
&lt;P&gt;chr(39)&amp;amp;'Web'&amp;amp;chr(39)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, check if maybe you need double quotes in the set analysis where the variable is being set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As previously replied, if you provide a sample app, we will be able to better guide you since we will better understand your expressions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 14 Apr 2026 07:21:48 GMT</pubDate>
    <dc:creator>Daniel_Castella</dc:creator>
    <dc:date>2026-04-14T07:21:48Z</dc:date>
    <item>
      <title>Dynamic Variable - Text Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546737#M109975</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I'm fairly sure this is possible I just can't quite get the syntax right. I have a variable input box and the values are dynamic...I need the them to return the following but can't get the syntax right:&lt;BR /&gt;&lt;BR /&gt;'Web', 'App'~Total|Web~Web|App~App&lt;/P&gt;&lt;P&gt;It's the first part that's causing me the issue. I'm essentially trying to replace value in set analysis with what this variable returns but the extra single quotes are causing me no end of problems. The ideal outcome would look like this:&lt;/P&gt;&lt;P&gt;vResultsChannel = 'Web', 'App' or Web or App&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2026 15:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546737#M109975</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2026-04-13T15:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable - Text Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546762#M109978</link>
      <description>&lt;P&gt;Can you share sample app to understand how you are trying this, I am sure someone would help better with sample app&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 01:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546762#M109978</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2026-04-14T01:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable - Text Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546772#M109980</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/35608"&gt;@samvile18&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are having issues for having extra single quotes, try to define them in the variable as ascii characters. Like this:&lt;/P&gt;
&lt;P&gt;chr(39)&amp;amp;Web&amp;amp;chr(39)&lt;/P&gt;
&lt;P&gt;or this&lt;/P&gt;
&lt;P&gt;chr(39)&amp;amp;'Web'&amp;amp;chr(39)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, check if maybe you need double quotes in the set analysis where the variable is being set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As previously replied, if you provide a sample app, we will be able to better guide you since we will better understand your expressions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 07:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546772#M109980</guid>
      <dc:creator>Daniel_Castella</dc:creator>
      <dc:date>2026-04-14T07:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable - Text Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546775#M109981</link>
      <description>&lt;P&gt;I actually managed to do it with this:&lt;/P&gt;&lt;P&gt;=Concat('''' &amp;amp; 'Web' &amp;amp; ''''&amp;amp; ', ' &amp;amp; '''' &amp;amp; 'App' &amp;amp; '''')&lt;/P&gt;&lt;P&gt;Which looks a lot dirtier than your suggestion tbh. I think I'll try and swap it for what you've stated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 07:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546775#M109981</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2026-04-14T07:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable - Text Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546778#M109983</link>
      <description>&lt;P&gt;How do I create a sample qvf? That would help on almost everything I post here!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 07:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546778#M109983</guid>
      <dc:creator>samvile18</dc:creator>
      <dc:date>2026-04-14T07:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Variable - Text Issues</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546810#M109991</link>
      <description>&lt;P&gt;If this is about creating a measure that works based on input provided by a Qlik user in an input box, where the value is stored or passed through a variable, and the values Web and App are present in a table column, then you can use the following two approaches:&lt;/P&gt;&lt;P&gt;pick(match(vVariableResult, 'Total', 'Web', 'App'), sum(sales), sum({&amp;lt;channel={'Web'}&amp;gt;} sales), sum({&amp;lt;channel={'App'}&amp;gt;} sales))&lt;/P&gt;&lt;P&gt;sum({&amp;lt;columnName={'$(vVariableResult)'}&amp;gt;} sales)&lt;BR /&gt;&lt;BR /&gt;if it not worked give some additional information about what you want.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 12:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Variable-Text-Issues/m-p/2546810#M109991</guid>
      <dc:creator>Rahul_123</dc:creator>
      <dc:date>2026-04-14T12:36:51Z</dc:date>
    </item>
  </channel>
</rss>

