<?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 show multiple values in text object based associative? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072931#M921347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not really sure what you want to show in this text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show possible values of field State, just use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(DISTINCT State,', '))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only want to show selected values, use&lt;/P&gt;&lt;P&gt;=GetFieldselections(State)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you want to show the possible values, but only if there is a selection in any field made:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Not Isnull(GetCurrentSelections()), Concat(DISTINCT State, ', '))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2016 22:50:00 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-05-04T22:50:00Z</dc:date>
    <item>
      <title>How to show multiple values in text object based associative?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072928#M921344</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;I have scenario&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created one text box object for showing state column in filter,if any one value or two values if i select from State filter i am able to see the values in Textbox object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because i have used the formula getfieldselections in textbox object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is if any other filter i selected like Year or Country then in State filter it is showing multiple values &lt;STRONG&gt;but in text box it is not showing any values&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For showing multiple values in state Text box object what i need to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do the needful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thiru&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/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072928#M921344</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple values in text object based associative?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072929#M921345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Thiru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly find attached QlikView App.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 17:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072929#M921345</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2016-05-04T17:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple values in text object based associative?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072930#M921346</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(GetExcludedCount(State) &amp;gt;= 1, Concat(DISTINCT State, ', '))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 22:27:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072930#M921346</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T22:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple values in text object based associative?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072931#M921347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not really sure what you want to show in this text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show possible values of field State, just use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Concat(DISTINCT State,', '))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only want to show selected values, use&lt;/P&gt;&lt;P&gt;=GetFieldselections(State)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or if you want to show the possible values, but only if there is a selection in any field made:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(Not Isnull(GetCurrentSelections()), Concat(DISTINCT State, ', '))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 22:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072931#M921347</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-04T22:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple values in text object based associative?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072932#M921348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure, but I thought that the OP is looking to show State even if one value is excluded in State. I guess my approach would be almost similar to your last expression (except for when there is an Island table when a selection will show in GetCurrentSelections(), but won't impact state)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 22:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072932#M921348</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T22:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple values in text object based associative?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072933#M921349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really sure what the OP wants to see, but I guess he still wants to see State values when he makes a selection in State.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 22:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072933#M921349</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-04T22:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple values in text object based associative?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072934#M921350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was under the impression that GetExcludedCount(FieldName) would count even when you select something in the FieldName. I guess I was wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So may be what you mentioned should work for him&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;=If(Not Isnull(GetCurrentSelections()), Concat(DISTINCT State, ', '))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if it only needs to be based on State, Country or Year, then may be this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(RangeMax(GetSelectedCount(Country), GetSelectedCount(State), GetSelectedCount(Year)) &amp;gt; 0, Concat(DISTINCT State, ', '))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 23:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072934#M921350</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-04T23:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple values in text object based associative?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072935#M921351</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;It is working Thank you very much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 06:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072935#M921351</guid>
      <dc:creator />
      <dc:date>2016-05-05T06:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple values in text object based associative?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072936#M921352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your question is now answered, please flag the Correct Answer and possible Helpful answers.&lt;/P&gt;&lt;P&gt;If not, please make clear what part of this topic you still need help with &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 14:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072936#M921352</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2016-05-05T14:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple values in text object based associative?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072937#M921353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, please close the thread by marking correct and any helpful answers.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 14:38:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072937#M921353</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T14:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to show multiple values in text object based associative?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072938#M921354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thiru,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use GetCurrentSelections. That works like Current Selection object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 14:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-multiple-values-in-text-object-based-associative/m-p/1072938#M921354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T14:42:11Z</dc:date>
    </item>
  </channel>
</rss>

