<?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: How to use concat in the variable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575599#M41927</link>
    <description>&lt;P&gt;Is there a reason you want to create it using Concat?&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2019 18:40:46 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-05-01T18:40:46Z</dc:date>
    <item>
      <title>How to use concat in the variable</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575590#M41923</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have the field (A) and I have values B,C,D,E,F. I want to store all the values in the variable.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to convert&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({A = {'B','C','D','E','F'}Sales)&amp;nbsp;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;A = {'$(vtest)'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;Where vtest = {'B','C','D','E','F'}&lt;/P&gt;&lt;P&gt;If I select B, then I should get the data by B else I need to see all the values.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 16:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575590#M41923</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2021-12-22T16:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to use concat in the variable</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575597#M41925</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;A *= {'$(vtest)'}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 18:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575597#M41925</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T18:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use concat in the variable</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575598#M41926</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for the quick reply.&lt;/P&gt;&lt;P&gt;How can I create the vtest?&lt;/P&gt;&lt;P&gt;vtest = concat('A',',')?&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 18:39:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575598#M41926</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2019-05-01T18:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to use concat in the variable</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575599#M41927</link>
      <description>&lt;P&gt;Is there a reason you want to create it using Concat?&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 18:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575599#M41927</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T18:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to use concat in the variable</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575601#M41928</link>
      <description>&lt;P&gt;If nothing is selected, I wanted to select all the values. If they select the value, I want that value to be selected.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 18:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575601#M41928</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2019-05-01T18:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to use concat in the variable</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575604#M41930</link>
      <description>&lt;P&gt;So, why can't you just use this?&lt;BR /&gt;Sum({&amp;lt;A *= {'B','C','D','E','F'}&amp;gt;} Sales)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why do you need Concat?&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 18:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575604#M41930</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T18:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use concat in the variable</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575606#M41931</link>
      <description>&lt;P&gt;If new value is added (i.e. If G is added), then it requires the manual effort.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 18:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575606#M41931</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2019-05-01T18:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to use concat in the variable</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575608#M41932</link>
      <description>&lt;P&gt;Lol, so why can't you just use Sum(Sales)? When nothing is selected, it will show the sum of sales for all A, but when one A is selected, it will show Sum of sales for just that A. Why do you need set analysis?&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 18:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575608#M41932</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T18:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use concat in the variable</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575611#M41933</link>
      <description>&lt;P&gt;Sorry for the confusion. I have renamed the field A as Z and using it in different table. But in the dashboard I am using A as the filter. If I select A, then few values are not displaying. So I thought if we create the variable and use it in the set expression, it will work.&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Z = {'$(vtest)'}, A&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 19:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575611#M41933</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2019-05-01T19:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use concat in the variable</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575612#M41934</link>
      <description>&lt;P&gt;May be you need this?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;Z = p(A), A&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 19:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575612#M41934</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-01T19:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use concat in the variable</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575642#M41936</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;This worked. Thanks for your time.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 20:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-use-concat-in-the-variable/m-p/1575642#M41936</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2019-05-01T20:13:58Z</dc:date>
    </item>
  </channel>
</rss>

