<?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: Set selections from a variable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-selections-from-a-variable/m-p/2043170#M85886</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/92127"&gt;@Mathumitha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;thank you for your suggestion. It is not exactly what I want to do. I just want to select the fields stored in the variable.&lt;/P&gt;
&lt;P&gt;How can I achieve this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2023 12:51:09 GMT</pubDate>
    <dc:creator>nz_chris</dc:creator>
    <dc:date>2023-02-28T12:51:09Z</dc:date>
    <item>
      <title>Set selections from a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Set-selections-from-a-variable/m-p/2043008#M85876</link>
      <description>&lt;P&gt;Hello folks,&lt;/P&gt;
&lt;P&gt;I am quite new to Qliksense and currently facing a problem which I unfortunately cannot handle on my own.&lt;/P&gt;
&lt;P&gt;I want to store values from a filter pane into a variable. I have done that with getfieldseletions and it worked.&lt;/P&gt;
&lt;P&gt;But now I want to use this values on another filter pane with alternate state.&lt;/P&gt;
&lt;P&gt;I tried this expression&amp;nbsp;{$&amp;lt;Field={'$(vVariable)'}&amp;gt;} but it did not work.&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 08:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-selections-from-a-variable/m-p/2043008#M85876</guid>
      <dc:creator>nz_chris</dc:creator>
      <dc:date>2023-02-28T08:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set selections from a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Set-selections-from-a-variable/m-p/2043155#M85883</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/219898"&gt;@nz_chris&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;For example,&lt;/P&gt;
&lt;P&gt;If we need to calculate the sum of sales for the year that is getting selected, then,&lt;/P&gt;
&lt;P&gt;sum({[StateA]}{&amp;lt;Year={'$(vVariable)'}&amp;gt;}Sales)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 12:24:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-selections-from-a-variable/m-p/2043155#M85883</guid>
      <dc:creator>Mathumitha</dc:creator>
      <dc:date>2023-02-28T12:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set selections from a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Set-selections-from-a-variable/m-p/2043170#M85886</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/92127"&gt;@Mathumitha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;thank you for your suggestion. It is not exactly what I want to do. I just want to select the fields stored in the variable.&lt;/P&gt;
&lt;P&gt;How can I achieve this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 12:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-selections-from-a-variable/m-p/2043170#M85886</guid>
      <dc:creator>nz_chris</dc:creator>
      <dc:date>2023-02-28T12:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set selections from a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Set-selections-from-a-variable/m-p/2043769#M85912</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;
&lt;P&gt;I Solved it on my own. I share the solution for all facing the same problem.&lt;/P&gt;
&lt;P&gt;When you take your values with an action via "set variable" you must not use "GetFieldSelections(Field)" cause you get a string with the values comma separated. But instead you need them semi colon separated. So you have to use "replace(GetFieldSelections(Field),',',';')"&lt;/P&gt;
&lt;P&gt;Afterwards your can generate a new action with "select values in a field" and set the variable as value.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 12:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-selections-from-a-variable/m-p/2043769#M85912</guid>
      <dc:creator>nz_chris</dc:creator>
      <dc:date>2023-03-01T12:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set selections from a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Set-selections-from-a-variable/m-p/2099370#M90002</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;I have question&lt;/P&gt;
&lt;P&gt;in a dataset i have student name and their fees status&lt;/P&gt;
&lt;P&gt;is it possible for me to use kpi to show their fees status if i selected a student name in filter pane?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2023 05:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-selections-from-a-variable/m-p/2099370#M90002</guid>
      <dc:creator>Prithika</dc:creator>
      <dc:date>2023-08-02T05:43:27Z</dc:date>
    </item>
  </channel>
</rss>

