<?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: Text box - current selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311945#M838900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Below Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(BRNAME)=1, BRNAME, if(GetSelectedCount(GRNAME)=1, GRNAME, if(GetSelectedCount(GBNAME),'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But This will work only if you have selected one value in the List box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 May 2017 14:29:22 GMT</pubDate>
    <dc:creator>krishnacbe</dc:creator>
    <dc:date>2017-05-09T14:29:22Z</dc:date>
    <item>
      <title>Text box - current selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311944#M838899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a text box that shows information when a certain dimension is selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code i have used is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(ISNULL(ONLY(BRNAME)),'',ONLY(BRNAME))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i want to include another two dimensions ("GRNAME","GBNAME")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this maybe very simple but could anyone help me do this please?&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/Text-box-current-selections/m-p/1311944#M838899</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text box - current selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311945#M838900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Below Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(GetSelectedCount(BRNAME)=1, BRNAME, if(GetSelectedCount(GRNAME)=1, GRNAME, if(GetSelectedCount(GBNAME),'')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But This will work only if you have selected one value in the List box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311945#M838900</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-05-09T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Text box - current selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311946#M838902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Include them how? May be this?&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;=IF(ISNULL(ONLY(BRNAME&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GRNAME&amp;amp;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GBNAME&lt;/SPAN&gt;&lt;/SPAN&gt;)),'',ONLY(BRNAME &amp;amp; ' ' &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GRNAME &amp;amp; ' ' &amp;amp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GBNAME&lt;/SPAN&gt;&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311946#M838902</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-05-09T14:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Text box - current selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311947#M838904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest you to create composite key for required fields and then use same as you required&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311947#M838904</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-09T14:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Text box - current selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311948#M838906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is an error in this expression krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311948#M838906</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-05-09T14:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Text box - current selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311949#M838908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny only when the a value from BRNAME is selected do all the other values show&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields work in hierarchy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GBNAME&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;GRNAME&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;BRNAME&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want it so as soon as a field is selected it will show what dimension has been selected from the 3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311949#M838908</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-05-09T14:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Text box - current selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311950#M838910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try this&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;(BRNAME)=1, BRNAME, if(GetSelectedCount(GRNAME)=1, GRNAME, if(GetSelectedCount(GBNAME),''))) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311950#M838910</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-05-09T14:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text box - current selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311951#M838912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a composite key is not needed ANIL its for aethsetic purposes onlly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311951#M838912</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-05-09T14:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Text box - current selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311952#M838914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishna very very close! it just does not show GBNAME&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311952#M838914</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-05-09T14:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Text box - current selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311953#M838916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, my mistake try below expression&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;(BRNAME)=1, BRNAME, if(GetSelectedCount(GRNAME)=1, GRNAME, if(GetSelectedCount(GBNAME)=1,GRNAME,''))) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311953#M838916</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-05-09T14:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Text box - current selections</title>
      <link>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311954#M838917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You smashed it thankyou Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2017 14:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-box-current-selections/m-p/1311954#M838917</guid>
      <dc:creator>aaronnayan</dc:creator>
      <dc:date>2017-05-09T14:53:14Z</dc:date>
    </item>
  </channel>
</rss>

