<?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 Help me in hiding the chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901925#M1010652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have one text object with one bulb. It has four statuses.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; 1. no color&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;2. green&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;3. red&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;4. orange&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Now by default it has No color&amp;nbsp; --- at this point my barchart needs to be hidden.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;suppose if bulb color changed to green or red or orange, Now i need to click on the bulb and then i need to display the hidden chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Please help me in writing trigger or in some other way to hide and display the object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;durga&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Apr 2015 11:24:30 GMT</pubDate>
    <dc:creator>durgabhavani</dc:creator>
    <dc:date>2015-04-24T11:24:30Z</dc:date>
    <item>
      <title>Help me in hiding the chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901925#M1010652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have one text object with one bulb. It has four statuses.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; 1. no color&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;2. green&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;3. red&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;4. orange&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Now by default it has No color&amp;nbsp; --- at this point my barchart needs to be hidden.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;suppose if bulb color changed to green or red or orange, Now i need to click on the bulb and then i need to display the hidden chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Please help me in writing trigger or in some other way to hide and display the object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;durga&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 11:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901925#M1010652</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-04-24T11:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding the chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901926#M1010653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create a variable e.g v_ShowChart, with a definition of 0&lt;/P&gt;&lt;P&gt;2. on the bulb text object, add an action - External&amp;gt;SetVariable, add the above variable and set the value to &lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;v_ShowChart&lt;/EM&gt;&lt;/STRONG&gt; =1,0,1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3. On the Barchart - Layout - show &amp;gt; add the condition,&lt;SPAN style="font-size: 10pt;"&gt; =&lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;v_ShowChart&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;=1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 11:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901926#M1010653</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-24T11:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding the chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901927#M1010654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Layout tab of Chart properties..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write the conditional expression under show section as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(GetFieldSelections(Date)&amp;gt;0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="show.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/84985_show.PNG" style="height: 246px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 11:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901927#M1010654</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-24T11:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding the chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901928#M1010655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great! its working!.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is working based on text object what i expected! Nice!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if click on clear selections text object in my dashboard it is displaying the barchart in current status.&lt;/P&gt;&lt;P&gt;but i want to hidden bar chart displaying when i click on clear selections.&amp;nbsp; Please Advice!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ Ankitha&lt;/P&gt;&lt;P&gt;it is working but without clicking on the bulb it is display barchart! but clicking on clear selections barchart is hiding what i am expecting!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 12:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901928#M1010655</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-04-24T12:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding the chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901929#M1010656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lol! you want to combine these 2 solutions &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 12:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901929#M1010656</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-24T12:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding the chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901930#M1010657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you click on the text box a second time, the chart will hide again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 14:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901930#M1010657</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-24T14:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding the chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901931#M1010658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I tried implementing it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only problem is when I clear the selections I have to again click the button to hide the chart, it doesnt hide automatically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 14:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901931#M1010658</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-24T14:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding the chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901932#M1010659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, easy way is to create your own clear selections button that both clears selections and also resets the variable to 0 again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 14:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901932#M1010659</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-24T14:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding the chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901933#M1010660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmm..will try that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2015 14:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-the-chart/m-p/901933#M1010660</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-24T14:30:24Z</dc:date>
    </item>
  </channel>
</rss>

