<?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 Conditional Show on Text Objects being used to hide charts (help needed) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Show-on-Text-Objects-being-used-to-hide-charts-help/m-p/441038#M1151613</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about conditional show with regard to text objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data set is essentially a number of linked tables with the variable DOC_ID pulling together information about documents in a data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a number of graphs on my pages which looks terrible when only one Document ID is selected and so have created the below conditional show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount([DOC_ID])=1 ,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this works absolutely fine when I select a DOC_ID from the main list box on the left hand side, but there are two list boxes below (Document Type and Document Source) and when I select one of either of these (even though they only bring back one result also) it obviously does not show the text boxes, just the terrible looking graphs and charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, is there anything I can put in instead of DOC_ID, which will tell QlikView that when only one result is being returned to pop the text boxes, instead of just when one DOC_ID is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2013 18:50:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-08T18:50:35Z</dc:date>
    <item>
      <title>Conditional Show on Text Objects being used to hide charts (help needed)</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-on-Text-Objects-being-used-to-hide-charts-help/m-p/441038#M1151613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about conditional show with regard to text objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data set is essentially a number of linked tables with the variable DOC_ID pulling together information about documents in a data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a number of graphs on my pages which looks terrible when only one Document ID is selected and so have created the below conditional show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount([DOC_ID])=1 ,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now this works absolutely fine when I select a DOC_ID from the main list box on the left hand side, but there are two list boxes below (Document Type and Document Source) and when I select one of either of these (even though they only bring back one result also) it obviously does not show the text boxes, just the terrible looking graphs and charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, is there anything I can put in instead of DOC_ID, which will tell QlikView that when only one result is being returned to pop the text boxes, instead of just when one DOC_ID is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 18:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-on-Text-Objects-being-used-to-hide-charts-help/m-p/441038#M1151613</guid>
      <dc:creator />
      <dc:date>2013-05-08T18:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Show on Text Objects being used to hide charts (help needed)</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Show-on-Text-Objects-being-used-to-hide-charts-help/m-p/441039#M1151614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try the GetPossibleCount function. If a selection in for example Document Type results in only one possible DOC_ID value then &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;if(GetPossibleCount([DOC_ID])=1 ,1,0) would return 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 19:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Show-on-Text-Objects-being-used-to-hide-charts-help/m-p/441039#M1151614</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-08T19:09:10Z</dc:date>
    </item>
  </channel>
</rss>

