<?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: Conditional Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681953#M247248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;faisalac3&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try closing the post, once ur problem got resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be useful the one, who comes in and searches for the same question of yours &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2014 03:54:55 GMT</pubDate>
    <dc:creator>parthiband</dc:creator>
    <dc:date>2014-07-16T03:54:55Z</dc:date>
    <item>
      <title>Conditional Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681946#M247241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i want to hide a text if there are currently no selections in the worksheet. Can you please guide me? thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 22:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681946#M247241</guid>
      <dc:creator />
      <dc:date>2014-07-15T22:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681947#M247242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a text object and go to properties&amp;gt;layout and create a conditional show:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;=if(&lt;/SPAN&gt;GetCurrentSelections&lt;SPAN class="s1"&gt;() &amp;gt;1,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2014-07-15 at 18.22.36.png" class="jive-image" src="/legacyfs/online/62467_Screen Shot 2014-07-15 at 18.22.36.png" style="width: 620px; height: 524px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 22:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681947#M247242</guid>
      <dc:creator />
      <dc:date>2014-07-15T22:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681948#M247243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Matthew,&lt;/P&gt;&lt;P&gt;just a follow up question, what if i wanted the text box to show based on a certain field and only when it is selected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 00:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681948#M247243</guid>
      <dc:creator />
      <dc:date>2014-07-16T00:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681949#M247244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetFieldSelections&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(YourField) &amp;gt;1,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 00:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681949#M247244</guid>
      <dc:creator />
      <dc:date>2014-07-16T00:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681950#M247245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you once again, this works great but i have to click on the value for that particular field. I have a bar chart and i would like it that soon as a user narrows the selection down to a single field the text box should show up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 01:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681950#M247245</guid>
      <dc:creator />
      <dc:date>2014-07-16T01:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681951#M247246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ok, in that case this should work:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GetCurrentSelections&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;() &amp;gt;=1,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If not, don't hesitate to upload a qvw showing what you want, may be simpler way to get exactly what you need. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Matt&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 01:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681951#M247246</guid>
      <dc:creator />
      <dc:date>2014-07-16T01:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681952#M247247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(getpossiblecount(YourField)=1,1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 02:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681952#M247247</guid>
      <dc:creator>NZFei</dc:creator>
      <dc:date>2014-07-16T02:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681953#M247248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="font-color-meta" style="padding: 0 0 5px; font-size: 1.2em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #e6e6e6;"&gt;&lt;SPAN class="replyToName" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;faisalac3&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try closing the post, once ur problem got resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be useful the one, who comes in and searches for the same question of yours &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2014 03:54:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Object/m-p/681953#M247248</guid>
      <dc:creator>parthiband</dc:creator>
      <dc:date>2014-07-16T03:54:55Z</dc:date>
    </item>
  </channel>
</rss>

