<?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: Conditionally Show Sheet count of field greater than Zero in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33268#M772863</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below &lt;/P&gt;&lt;P&gt;=if(sum(DISTINCT _AreaFlag)&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2018 09:56:50 GMT</pubDate>
    <dc:creator>big_dreams</dc:creator>
    <dc:date>2018-05-15T09:56:50Z</dc:date>
    <item>
      <title>Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33263#M772854</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 the attached Document, I only want the sheet "Show Me" to appear if the Field "_Area Flag" has a value greater than zero when a Selection is made, if the values is equal to zero I do not want this sheet to appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33263#M772854</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33264#M772855</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;put this on the conditional display of that sheet:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=GetSelectedCount(_AreaFlag)&amp;lt;&amp;gt;0 and GetFieldSelections(_AreaFlag)&amp;gt;0&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 09:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33264#M772855</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-15T09:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33265#M772857</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;go to sheet property &amp;gt; general &amp;gt; conditional &amp;gt; write below expression&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(_AreaFlag)&amp;gt;0 and GetSelectedCount(_AreaFlag)=1,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 09:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33265#M772857</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-05-15T09:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33266#M772859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works but only if you select the field _AreaFlag i.e. if I select the value 1, but I want it to work on any field selected as long as the total count for that field is greater than 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 09:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33266#M772859</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2018-05-15T09:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33267#M772861</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;on the sheet which apperas vhen you select a value, you enter in propertie and you write this :&lt;/P&gt;&lt;P&gt;=sum(_AreaFlag)&amp;gt;0 and not isnull(GetCurrentSelections())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2018-05-15_11h51_47.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202402_2018-05-15_11h51_47.png" style="height: 327px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;have a nice day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 09:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33267#M772861</guid>
      <dc:creator>juliensaintmaxent3113</dc:creator>
      <dc:date>2018-05-15T09:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33268#M772863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try below &lt;/P&gt;&lt;P&gt;=if(sum(DISTINCT _AreaFlag)&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 09:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33268#M772863</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-05-15T09:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33269#M772865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(wildmatch(GetCurrentSelections(),'*'),1,0)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 09:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33269#M772865</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-15T09:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33270#M772867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, you could try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=SubStringcount(GetCurrentSelections('',',') ,',')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this you can get actually how many values from different fields are selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 10:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33270#M772867</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-05-15T10:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33271#M772868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't work I'm afraid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33271#M772868</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2018-05-15T12:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33272#M772869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Doesn't work I'm afraid&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33272#M772869</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2018-05-15T12:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33273#M772870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Doesn't work I'm afraid&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33273#M772870</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2018-05-15T12:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33274#M772871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Doesn't work I'm afraid&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33274#M772871</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2018-05-15T12:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33275#M772872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is missing on this app ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33275#M772872</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-15T12:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33276#M772873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean doesn't work??&lt;/P&gt;&lt;P&gt;can explain little bit more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33276#M772873</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-05-15T12:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33277#M772874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look at the attached, it is selecting NewTableName = "dbo.BSsignedUserAliBS" the Text box is showing that there is no _AreaFlag greater than 0 but the Sheet "Show Me" appears, it should only appearing when that value in the Text Box is greater than 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33277#M772874</guid>
      <dc:creator>ivandrago</dc:creator>
      <dc:date>2018-05-15T12:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33278#M772875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Len(Trim(GetCurrentSelections())) &amp;gt; 0 and _AreaFlag &amp;gt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33278#M772875</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-05-15T12:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33279#M772876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the same (as in textbox) expression as the conditional expression of the sheet. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( {$&amp;lt;[_AreaFlag]={'1'}&amp;gt;} [_AreaFlag])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:27:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33279#M772876</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-05-15T12:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33280#M772877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should work for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(wildmatch(GetCurrentSelections(),'*'),1,0) and Concat(DISTINCT _AreaFlag)=1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33280#M772877</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-05-15T12:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33281#M772878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try&lt;/P&gt;&lt;P&gt;=(Index(GetCurrentSelections(','),'_AreaFlag: 1')&amp;gt;0 AND Index(GetCurrentSelections(','),'_AreaFlag: 1')&amp;lt;Len(GetCurrentSelections(',')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33281#M772878</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-05-15T12:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally Show Sheet count of field greater than Zero</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33282#M772879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you try my suggestion???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where are your putting those expresssion??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be in show me sheet &amp;gt; property &amp;gt; general &amp;gt; conditional &amp;gt;&lt;/P&gt;&lt;P&gt;=if(sum(DISTINCT _AreaFlag)&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2018 12:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-Show-Sheet-count-of-field-greater-than-Zero/m-p/33282#M772879</guid>
      <dc:creator>big_dreams</dc:creator>
      <dc:date>2018-05-15T12:38:34Z</dc:date>
    </item>
  </channel>
</rss>

