<?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: Getselectedcount issue. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getselectedcount-issue/m-p/1247725#M395414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/5090"&gt;Field Functions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2017 18:45:05 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2017-01-13T18:45:05Z</dc:date>
    <item>
      <title>Getselectedcount issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-issue/m-p/1247724#M395413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want the text box to show only the result that user selects out of the 3 dropdowns, Finance,Rollup,DH.&lt;/P&gt;&lt;P&gt;Right now the below formulae shows all the results that come up and are connected when user selcts one dropdown.&lt;/P&gt;&lt;P&gt;eg: If user selects Finance = "abc", then since bcz of associtivity Rollup = "xyz" and DH = "wdf" also gets printed on the text box. Another user can select Rollup = "xyz. Basically in textbox I want to select the green value, i.e the one selected out of the above 3 dropdowns &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Formulae:&lt;/P&gt;&lt;P&gt;if(GetSelectedCount([Finance])=0 and GetSelectedCount([Rollup])=0 and GetSelectedCount([DH])=0, 'Overall View', [Finance] &amp;amp; [Rollup ] &amp;amp; [DH])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 18:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-issue/m-p/1247724#M395413</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2017-01-13T18:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-issue/m-p/1247725#M395414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/5090"&gt;Field Functions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 18:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-issue/m-p/1247725#M395414</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-01-13T18:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-issue/m-p/1247726#M395415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I may not have understood, but maybe this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;if(GetSelectedCount([Finance]),[Finance]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,if(GetSelectedCount([Rollup]),[Rollup]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;,if(GetSelectedCount([DH]),[DH],'Overall View')))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-issue/m-p/1247726#M395415</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2017-01-13T19:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getselectedcount issue.</title>
      <link>https://community.qlik.com/t5/QlikView/Getselectedcount-issue/m-p/1247727#M395416</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;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; if(GetSelectedCount(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Finance]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0 and GetSelectedCount(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Rollup]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0 and GetSelectedCount(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DH]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0, 'Overall View', &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Finance])&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Rollup ])&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;amp; &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections&lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[DH])&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2017 19:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getselectedcount-issue/m-p/1247727#M395416</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-01-13T19:27:39Z</dc:date>
    </item>
  </channel>
</rss>

