<?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: Help!!!!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help/m-p/329680#M121361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Feb 2012 21:17:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-29T21:17:43Z</dc:date>
    <item>
      <title>Help!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/329672#M121353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Is it possible if I activate one chart keep a text object, if I activate another chart, hide this text object?&lt;/P&gt;&lt;P&gt;Thanks in advanced,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 16:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/329672#M121353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T16:19:16Z</dc:date>
    </item>
    <item>
      <title>Help!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/329673#M121354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but it's a little messy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable: vShow&lt;/P&gt;&lt;P&gt;For the text object, set its conditional show property (on the Layout tab) to =vShow = 'True'&lt;/P&gt;&lt;P&gt;Go to the sheet properties, and click the Triggers tab.&lt;/P&gt;&lt;P&gt;Select the Chart for which you want to show the text object.&lt;/P&gt;&lt;P&gt;Add an On Activate action.&lt;/P&gt;&lt;P&gt;Add|External|Set Variable&amp;nbsp; - variable is vShow, Value is 'True'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the Chart for which you want to hide the text object.&lt;/P&gt;&lt;P&gt;Add an On Activate action.&lt;/P&gt;&lt;P&gt;Add|External|Set Variable&amp;nbsp; - variable is vShow, Value is 'False'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 16:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/329673#M121354</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-02-29T16:34:02Z</dc:date>
    </item>
    <item>
      <title>Help!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/329674#M121355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Keep in mind that the OnActive Object trigger goes away in QV11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 16:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/329674#M121355</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-02-29T16:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/329675#M121356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mwoolf,&lt;/P&gt;&lt;P&gt;Could you do it in my attached file.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 17:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/329675#M121356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T17:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/329676#M121357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I'm not exactly sure what you are after, but since your app has buttons for showing and hiding the charts, just add more actions to the buttons.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 17:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/329676#M121357</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2012-02-29T17:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/329677#M121358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, when I click a button, chart is restored. I need in this chart to show a Text box. When I click another buton, restore another chart and old Text box should be hide.&lt;/P&gt;&lt;P&gt;Do you understand the idea?&lt;/P&gt;&lt;P&gt;Activate chart 1- text box shows&lt;/P&gt;&lt;P&gt;Activate chart 2- text box hide ( or show text box 2)&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 18:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/329677#M121358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T18:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/329678#M121359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any tricks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 18:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/329678#M121359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T18:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/329679#M121360</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 hope the attach application helps you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 19:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/329679#M121360</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-02-29T19:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help!!!!!</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/329680#M121361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 21:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/329680#M121361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-29T21:17:43Z</dc:date>
    </item>
  </channel>
</rss>

