<?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: Qlik Sense Field Selection as Variable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Field-Selection-as-Variable/m-p/1066877#M17325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it! I've added the '' as you said and had to add an = to the GetFieldSelections formula. I installed the extension you linked to, but did not end up using it.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="vDemographic.PNG" class="jive-image image-1" height="177" src="https://community.qlik.com/legacyfs/online/120901_vDemographic.PNG" style="height: 176.952px; width: 318px;" width="318" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dimension Demographic.PNG" class="jive-image image-2" height="138" src="/legacyfs/online/120911_Dimension Demographic.PNG" style="height: 138.126px; width: 173px;" width="173" /&gt;&lt;/P&gt;&lt;P&gt;The only problem now is if there are multiple selections in the Demographics field this will not work. Therefore, I am using the bi-listbox to limit the selections in the field to 1. &lt;A href="http://bi-era.com/qlik-sense-listbox-extension/" title="http://bi-era.com/qlik-sense-listbox-extension/"&gt;Qlik Sense Listbox&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2016 13:13:48 GMT</pubDate>
    <dc:creator>TKendrick20</dc:creator>
    <dc:date>2016-04-07T13:13:48Z</dc:date>
    <item>
      <title>Qlik Sense Field Selection as Variable</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Field-Selection-as-Variable/m-p/1066875#M17323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field which has values that I would like to use as a Dimension in another chart. I was able to do this in QlikView, but I can't quite figure it out in Qlik Sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a variable where the value is equal to the selections in a field.&lt;IMG alt="vDemographic.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120741_vDemographic.PNG" style="height: 251px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Then, I want to be able to use this variable as a Dimension in another chart.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dimension Demographic.PNG" class="jive-image image-2" src="/legacyfs/online/120742_Dimension Demographic.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong? Or is the GetFieldSelections() not supported in the variable creator?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 15:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Field-Selection-as-Variable/m-p/1066875#M17323</guid>
      <dc:creator>TKendrick20</dc:creator>
      <dc:date>2016-04-06T15:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Field Selection as Variable</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Field-Selection-as-Variable/m-p/1066876#M17324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try enclose the variable '' characters.&lt;/P&gt;&lt;P&gt;='$(vDemographic)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shows to Qlik Sense, that it contains a characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way I think this document will help you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9077"&gt;Makes Sense to go round in circles&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Apr 2016 21:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Field-Selection-as-Variable/m-p/1066876#M17324</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2016-04-06T21:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Field Selection as Variable</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Field-Selection-as-Variable/m-p/1066877#M17325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it! I've added the '' as you said and had to add an = to the GetFieldSelections formula. I installed the extension you linked to, but did not end up using it.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="vDemographic.PNG" class="jive-image image-1" height="177" src="https://community.qlik.com/legacyfs/online/120901_vDemographic.PNG" style="height: 176.952px; width: 318px;" width="318" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dimension Demographic.PNG" class="jive-image image-2" height="138" src="/legacyfs/online/120911_Dimension Demographic.PNG" style="height: 138.126px; width: 173px;" width="173" /&gt;&lt;/P&gt;&lt;P&gt;The only problem now is if there are multiple selections in the Demographics field this will not work. Therefore, I am using the bi-listbox to limit the selections in the field to 1. &lt;A href="http://bi-era.com/qlik-sense-listbox-extension/" title="http://bi-era.com/qlik-sense-listbox-extension/"&gt;Qlik Sense Listbox&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 13:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Field-Selection-as-Variable/m-p/1066877#M17325</guid>
      <dc:creator>TKendrick20</dc:creator>
      <dc:date>2016-04-07T13:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Field Selection as Variable</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Field-Selection-as-Variable/m-p/1066878#M17326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the qsVariable extensions allows one selected button as I rembered, but why would you with one object to select multiple column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you have dimensions like:&lt;/P&gt;&lt;P&gt;Age, Sex, School , and you would provide to users select which dimension is selected to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I missed/misunderstood something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 13:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Field-Selection-as-Variable/m-p/1066878#M17326</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2016-04-07T13:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Field Selection as Variable</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Field-Selection-as-Variable/m-p/1615423#M45821</link>
      <description>&lt;P&gt;In case of multiple selections it is better to use a string array to store selections in a variable.&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;Concat(distinct [Demographics], ',')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will store all selected values in a comma-separated string array. Which you can later pass into a set analysis condition if required.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 13:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Field-Selection-as-Variable/m-p/1615423#M45821</guid>
      <dc:creator>lightsection</dc:creator>
      <dc:date>2019-08-22T13:47:36Z</dc:date>
    </item>
  </channel>
</rss>

