<?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: Concat getFieldSelection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101235#M763999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this expression in inherited state or alternate state object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2018 15:16:07 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-18T15:16:07Z</dc:date>
    <item>
      <title>Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101234#M763997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i have this problem, i need to concat a getfieldselection in this set analisys, someone can help me? in this way it show me all month, and not all i selected only:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(MESEIN,'','$')&amp;gt;0, '('&amp;amp;Concat(Distinct MESEIN,'|')&amp;amp;')', '('&amp;amp;Concat(Distinct MESEOUT,'|')&amp;amp;')' )&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/Concat-getFieldSelection/m-p/101234#M763997</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101235#M763999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this expression in inherited state or alternate state object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101235#M763999</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-18T15:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101236#M764001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(GetSelectedCount(MESEIN,'','$')&amp;gt;0, '('&amp;amp;Concat(&lt;SPAN style="color: #ff0000;"&gt;{$}&lt;/SPAN&gt; Distinct MESEIN,'|')&amp;amp;')', '('&amp;amp;Concat(&lt;SPAN style="color: #ff0000;"&gt;{$}&lt;/SPAN&gt; Distinct MESEOUT,'|')&amp;amp;')' )&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101236#M764001</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-18T15:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101237#M764003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow great...but&amp;nbsp; i not understand... why with that {$} it work... what it mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:38:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101237#M764003</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-07-18T15:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101238#M764005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My guess is that the object was in alternate state whereas you were making selection in MESEIN in inherited state... to tell the expression to look in inherited state, we used $&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101238#M764005</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-18T15:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101239#M764007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so i want to select GetFieldSelection(&amp;lt;name_field,'','$')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 15:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101239#M764007</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-07-18T15:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101240#M764009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2018 16:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101240#M764009</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-18T16:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101241#M764010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i mean the same did you do with {$}, i want to do the same using the expression in Concat:&lt;/P&gt;&lt;P&gt;GetFieldSelection(MESEIN,'','$'), becouse i see if i use this expression in a text area i see the right value of MESEIN in the default state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression is correct i didn't know if i put into Concat {$} i can do the same of GetFieldSelection(MESEIN,'','$').&lt;/P&gt;&lt;P&gt;becouse is i use the GetFieldSelection into Concat it is wrong, but if i use the {$} all is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 06:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101241#M764010</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-07-19T06:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101242#M764012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GetFieldSelection is a different kind of function compared to Sum, Concat, Avg, Min, Max.... and specify state in it... you use the third parameter... which you already did &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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetFieldSelection(MESEIN,'','&lt;STRONG&gt;$&lt;/STRONG&gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 11:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101242#M764012</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T11:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101243#M764013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure, but if i put&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetFieldSelection(MESEIN,'','&lt;STRONG&gt;$&lt;/STRONG&gt;') into Concat in this way it not work:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=if(GetSelectedCount(MESEIN,'','$')&amp;gt;0, '('&amp;amp;Concat( Distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetFieldSelection(MESEIN,'','$')&lt;/SPAN&gt;,'|')&amp;amp;')', '('&amp;amp;Concat( Distinct &lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetFieldSelection(MESEOUT,'','$')&lt;/SPAN&gt;,'|')&amp;amp;')' )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;but if i use like you did, it work:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;STRONG&gt;=if(GetSelectedCount(MESEIN,'','$')&amp;gt;0, '('&amp;amp;Concat(&lt;SPAN style="color: #ff0000;"&gt;{$}&lt;/SPAN&gt; Distinct MESEIN,'|')&amp;amp;')', '('&amp;amp;Concat(&lt;SPAN style="color: #ff0000;"&gt;{$}&lt;/SPAN&gt; Distinct MESEOUT,'|')&amp;amp;')' )&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 11:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101243#M764013</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-07-19T11:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101244#M764014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But why do you want to add GetFieldSelections within Concat? I think I am not sure why you want to do that? What exactly are you trying to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 11:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101244#M764014</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T11:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101245#M764015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny with your expression is right all ok... only i ask why you use there in that position the '$', and you replied me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to use GetFieldSelection, becouse i want to select the MESEIN i had choose in my listbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101245#M764015</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-07-19T13:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101246#M764016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying that you want to use GetFieldSelection instead of Concat?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101246#M764016</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T13:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101247#M764017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetFieldSelection(MESEIN,'','$') need to be the selection of my MESEIN i choose in my listbox in my default state.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;But i see it can be right NOT using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetFieldSelection(MESEIN,'','$') &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;but using only '{$}'&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; before Distinct MESEIN&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101247#M764017</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-07-19T13:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101248#M764018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand... but once you have made a selection in MESEIN.... the below should be true....&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit;"&gt;GetFieldSelection(MESEIN,'','$') = &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concat(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;{$}&lt;/SPAN&gt; Distinct MESEIN,'')&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101248#M764018</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Concat getFieldSelection</title>
      <link>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101249#M764019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, this is right&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concat-getFieldSelection/m-p/101249#M764019</guid>
      <dc:creator>danosoft</dc:creator>
      <dc:date>2018-07-19T13:30:11Z</dc:date>
    </item>
  </channel>
</rss>

