<?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: Trigger the values in one field with selection in another field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265030#M854945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(GetSelectedCount(Area)=0, '("'&amp;amp;Concat( DISTINCT Area,'"|"')&amp;amp;'")','("' &amp;amp; GetFieldSelections(Area, '"|"', &lt;SPAN style="color: #ff0000;"&gt;10000&lt;/SPAN&gt;) &amp;amp; '")')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why use Concat and GetFieldSelections at the same time? Why not sure Concat()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Feb 2017 10:11:13 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-02-14T10:11:13Z</dc:date>
    <item>
      <title>Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265019#M854934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in which I have two list boxes (Or Say Fields) which has no Association between them. My requirement is, when I select multiple values in one list box, the same values should be selected in the other list box also.&amp;nbsp; Below is the sample code. On selection of multiple "Countries", I want same values to be selected in the "Area".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: I want it using triggers only. I don't want to have any association between them.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;STRONG style="font-size: 10pt;"&gt;Country:&lt;/STRONG&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Country&lt;BR /&gt; India&lt;BR /&gt; Pak&lt;BR /&gt; Zimb&lt;BR /&gt; SA&lt;BR /&gt; USA&lt;BR /&gt; NL&lt;BR /&gt; CHINA&lt;BR /&gt; CAN&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;&lt;STRONG style="font-size: 10pt;"&gt; Area:&lt;/STRONG&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Area&lt;BR /&gt; India&lt;BR /&gt; Pak&lt;BR /&gt; Zimb&lt;BR /&gt; SA&lt;BR /&gt; USA&lt;BR /&gt; NL&lt;BR /&gt; CHINA&lt;BR /&gt; CAN&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;IMG alt="1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152928_1.JPG" style="width: 620px; height: 320px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks In Advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the QVW for the reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265019#M854934</guid>
      <dc:creator>avinashkk696</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265020#M854935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached app. I have created an variable an put a trigger on selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(Area)&amp;lt;&amp;gt;0, '('&amp;amp;Concat( DISTINCT Area,'|')&amp;amp;')')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best&amp;nbsp; regards,&lt;/P&gt;&lt;P&gt;Cosmina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265020#M854935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-13T14:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265021#M854936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or even this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='("' &amp;amp; GetFieldSelections(Area, '"|"') &amp;amp; '")'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265021#M854936</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-13T14:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265022#M854937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't you want associations between those fields?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 23:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265022#M854937</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-02-13T23:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265023#M854938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its just the sample data I have given. But my way of implementing it is different. In my datamodel if these two fields are associated, it will form a loop. And I only need to use it in one particular sheet. So I thought this would be the best option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 06:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265023#M854938</guid>
      <dc:creator>avinashkk696</dc:creator>
      <dc:date>2017-02-14T06:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265024#M854939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to also add this condition fr ALL selection (I mean if u select all then all should b selected in othr list box) if u go by Sunny's approach or go with popescu's approach..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was really informative sunny &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;,expression helped me in passing multiple values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare variable say: Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;VTotal country&lt;/EM&gt;&lt;/STRONG&gt;=&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(VTotal country)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'*','("' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '"|"') &amp;amp; '")') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sachin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 07:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265024#M854939</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-14T07:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265025#M854940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. All your inputs are really helpful. But I have a small problem here. I also want to display all the selected values in the text box. It works fine with your inputs but problem comes when I select all the values. Thank you sachin for the scenario you have mentioned. It worked for selection, but not for displaying. Could you help me on that???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good thing is, I have achieved what I want by combining all the three replies from you guys..&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;GetSelectedCount&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Area&lt;/SPAN&gt;)=0, '("'&amp;amp;&lt;SPAN style="color: #0000ff;"&gt;Concat&lt;/SPAN&gt;( &lt;SPAN style="color: #0000ff;"&gt;DISTINCT&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Area&lt;/SPAN&gt;,'"|"')&amp;amp;'")','("' &amp;amp; &lt;SPAN style="color: #0000ff;"&gt;GetFieldSelections&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;Area&lt;/SPAN&gt;, '"|"') &amp;amp; '")')&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the above code in text box, I am getting result "ALL" when everything is selected.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153022_2.JPG" style="width: 620px; height: 554px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 09:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265025#M854940</guid>
      <dc:creator>avinashkk696</dc:creator>
      <dc:date>2017-02-14T09:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265026#M854941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plss attach latest file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will modify in text box n give u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 09:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265026#M854941</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-14T09:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265027#M854942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do something of this sort &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; and cheat the expression as per need..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(VTotal country)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'|'),'("' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '"|"') &amp;amp; '")') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 09:43:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265027#M854942</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-14T09:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265028#M854943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Write above expression in your text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 09:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265028#M854943</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-14T09:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265029#M854944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the below attachment. I am getting the value. But I also need inverted comas("") also. I tried modifying. If it works in one way, it is not working in the other way. Please have a look at the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265029#M854944</guid>
      <dc:creator>avinashkk696</dc:creator>
      <dc:date>2017-02-14T10:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265030#M854945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(GetSelectedCount(Area)=0, '("'&amp;amp;Concat( DISTINCT Area,'"|"')&amp;amp;'")','("' &amp;amp; GetFieldSelections(Area, '"|"', &lt;SPAN style="color: #ff0000;"&gt;10000&lt;/SPAN&gt;) &amp;amp; '")')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why use Concat and GetFieldSelections at the same time? Why not sure Concat()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265030#M854945</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-14T10:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265031#M854946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plss try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create variable like &lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vShow&lt;SPAN style="font-size: 8pt;"&gt;=''&amp;amp;'("'&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'"|"')&amp;amp;'")'&amp;amp; &lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;and then pass that &lt;SPAN style="color: #808080; font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;EM&gt;vShow&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;as shown below..It works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetSelectedCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(VTotal country)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vShow&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'("' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '"|"') &amp;amp; '")')&lt;BR /&gt; &lt;BR /&gt; Sachin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265031#M854946</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-14T10:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265032#M854947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u use get filed selection and select all in list box..It ll show ALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And avinash wants it to be shown as all values rather than ALL string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So created variable to check fr all n done like this.Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265032#M854947</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-14T10:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265033#M854948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you look at my response above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(GetSelectedCount(Area)=0, '("'&amp;amp;Concat( DISTINCT Area,'"|"')&amp;amp;'")','("' &amp;amp; GetFieldSelections(Area, '"|"', &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;10000&lt;/SPAN&gt;) &amp;amp; '")')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also attached a sample to look at.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/153039_Capture.PNG" style="height: 375px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:46:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265033#M854948</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-14T10:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265034#M854949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, While using the concat function, in the current selections its showing the expression like (Value1|Value2|...). Can we avoid this and display in&amp;nbsp; the current selections like it will do when a normal selection is done.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:47:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265034#M854949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-14T10:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265035#M854950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Shiva only....R u continuing Avinash's thread r separate one..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If separate,then normal expression something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would give u how current selection gives u the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 11:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265035#M854950</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-14T11:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265036#M854951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, Avinash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expressions can b done using either concat() or even with &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;() to bring that (" ")..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 11:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265036#M854951</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-14T11:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265037#M854952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. Your expression did work well. But could you explain me what that "10000" means over there for my future reference??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 12:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265037#M854952</guid>
      <dc:creator>avinashkk696</dc:creator>
      <dc:date>2017-02-14T12:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger the values in one field with selection in another field</title>
      <link>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265038#M854953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetFieldSelection has an upper limit of how many selected value it shows before it starts to aggregate the selections. In order to expand the upper limit, you can provide this additional parameter which will tell your expression to not aggregate until 10000 or 10000000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check these links out:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8030"&gt;Missing Manual - GetFieldSelections() + Bonus Example&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2017 12:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trigger-the-values-in-one-field-with-selection-in-another-field/m-p/1265038#M854953</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-14T12:23:38Z</dc:date>
    </item>
  </channel>
</rss>

