<?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: Display chart based on a value from the selction box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108987#M759551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that, but it does not hide the table initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything else I need to do to hide the table? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2018 04:44:49 GMT</pubDate>
    <dc:creator>shamitshah</dc:creator>
    <dc:date>2018-08-22T04:44:49Z</dc:date>
    <item>
      <title>Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108980#M759544</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 want the chart only to appear based on a selection from the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example list box called Project with values 11,12,13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the chart hidden and only appear on the selection of either 11,12,13&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the GetFieldSelections(Project)='*' in&amp;nbsp; Chart Properties -&amp;gt;Layout -&amp;gt; Conditional but does not seem to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&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/Display-chart-based-on-a-value-from-the-selction-box/m-p/108980#M759544</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108981#M759545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shamit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly try it&lt;/P&gt;&lt;P&gt;Project = '11' or &lt;SPAN style="font-size: 13.3333px;"&gt;Project = '12' or &lt;SPAN style="font-size: 13.3333px;"&gt;Project = '13' in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;in&amp;nbsp; Chart Properties -&amp;gt;Layout -&amp;gt; Conditional&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 02:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108981#M759545</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-22T02:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108982#M759546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shamit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=Wildmatch(GetFieldSelections(Project),'11','12','13')&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 03:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108982#M759546</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-08-22T03:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108983#M759547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about where I have quite a huge number of Projects to chose from? I have only included 3 project numbers in the example above. In reality, there will be more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shamit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 03:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108983#M759547</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2018-08-22T03:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108984#M759548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a quick question. You want to display the chart if there is only one selection (not multiple) in the listbox. Am I right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, then try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=GetSelectedCount(Project)=1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 03:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108984#M759548</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-08-22T03:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108985#M759549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either one or multiple selections (i.e. both).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what syntax I should use to capture all the projects in x below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=Wildmatch(GetFieldSelections(Project),x)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 04:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108985#M759549</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2018-08-22T04:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108986#M759550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;=GetSelectedCount(Project)&amp;gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 04:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108986#M759550</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-08-22T04:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108987#M759551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that, but it does not hide the table initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything else I need to do to hide the table? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 04:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108987#M759551</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2018-08-22T04:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108988#M759552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shamit - It nothing is selected in the "Project" field, it will automatically hide the chart. Have a look at the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 04:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108988#M759552</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-08-22T04:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108989#M759553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You used &lt;EM&gt;GetFieldSelections()&lt;/EM&gt;. Try using &lt;STRONG&gt;GetSelectedCount()&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 04:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108989#M759553</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-08-22T04:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108990#M759554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I missed to check the screenshot.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 05:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108990#M759554</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-08-22T05:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108991#M759555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 05:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108991#M759555</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2018-08-22T05:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108992#M759556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I note that GetSelectedCount() works fine with one dimension within (). How do I bring in additional dimensions?&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, 22 Aug 2018 05:30:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108992#M759556</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2018-08-22T05:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108993#M759557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then use : =Len(GetCurrentSelections())&amp;gt;0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 05:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108993#M759557</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-08-22T05:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display chart based on a value from the selction box</title>
      <link>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108994#M759558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 22:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-chart-based-on-a-value-from-the-selction-box/m-p/108994#M759558</guid>
      <dc:creator>shamitshah</dc:creator>
      <dc:date>2018-08-22T22:58:56Z</dc:date>
    </item>
  </channel>
</rss>

