<?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: Current selections in text box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Current-selections-in-text-box/m-p/89552#M756351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Chris,&lt;/P&gt;&lt;P&gt;You can try GetFieldSelections(FieldName) and be more specific about the columns you want to consider&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselect…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2018 15:40:09 GMT</pubDate>
    <dc:creator>vamsee</dc:creator>
    <dc:date>2018-09-19T15:40:09Z</dc:date>
    <item>
      <title>Current selections in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-in-text-box/m-p/89551#M756350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, i have my current selections displayed in a text box. A problem i have is that 5 fields are ticked to have 'one selected value', this causes the current selection text bix to be full as soon as the qvw is opened. &lt;/P&gt;&lt;P&gt;What i am looking for is a way to exclude the fields that have one selected value against them. &lt;/P&gt;&lt;P&gt;I know i can prefix them and use the hideprefix in the script, the prtoblem is i want them to appear in the proper current selection box, just not the one i have created in the text box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text box is for the users to see quickly the actual selections they have chosen, any preselected selections can be seen from the in built current selections. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the text box has the following expression..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len(GetCurrentSelections())=0,'No Selections', &lt;/P&gt;&lt;P&gt;if(len(GetCurrentSelections())&amp;gt;165,'Too many selections to display','Current Selections :'&amp;amp; GetCurrentSelections(' | ','=')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i am wondering if there is an IF statement i can add in to say, if the current selections include any field starting in 'FX' then do not show. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&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/Current-selections-in-text-box/m-p/89551#M756350</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-in-text-box/m-p/89552#M756351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Chris,&lt;/P&gt;&lt;P&gt;You can try GetFieldSelections(FieldName) and be more specific about the columns you want to consider&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm" title="https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselections.htm"&gt;https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/ChartFunctions/FieldFunctions/getfieldselect…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 15:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-in-text-box/m-p/89552#M756351</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-09-19T15:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-in-text-box/m-p/89553#M756352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for your reply. &lt;/P&gt;&lt;P&gt;Thats going to be difficult to do as i want all other fields to be considered, just not the ones starting in FX. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 15:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-in-text-box/m-p/89553#M756352</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2018-09-19T15:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-in-text-box/m-p/89554#M756353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm,&lt;/P&gt;&lt;P&gt;you may do a combination of REPLACE and GETCURRENTSELECTIONS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aircode for textbox:&lt;/P&gt;&lt;P&gt;=REPLACE(GETCURRENTSELECTIONS(),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Dim1: ' &amp;amp; GETFIELDSELECTIONS(Dim1), '')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;might have to be adjusted to your formatting, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 16:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-in-text-box/m-p/89554#M756353</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2018-09-19T16:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Current selections in text box</title>
      <link>https://community.qlik.com/t5/QlikView/Current-selections-in-text-box/m-p/89555#M756354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats great, thanks Peter, I have managed to get what i want using multiple replaces. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 17:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Current-selections-in-text-box/m-p/89555#M756354</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2018-09-19T17:16:15Z</dc:date>
    </item>
  </channel>
</rss>

