<?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 Need urgent help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-urgent-help/m-p/466342#M174267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have urgent requirement, like in a sheet I have four objects like (Pivot table, Bar Chart, Straight table), all are minimized and arranged in a order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I press Pivot table object that is dispalying perfectly as the the same for all the objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is If I press the Bar Chart object I need to display both Bar chart and Pivot table, in their positions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Properties ---&amp;gt; Layout ---&amp;gt; Show --&amp;gt; Conditional but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jan 2013 06:24:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-29T06:24:39Z</dc:date>
    <item>
      <title>Need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-urgent-help/m-p/466342#M174267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I have urgent requirement, like in a sheet I have four objects like (Pivot table, Bar Chart, Straight table), all are minimized and arranged in a order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I press Pivot table object that is dispalying perfectly as the the same for all the objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is If I press the Bar Chart object I need to display both Bar chart and Pivot table, in their positions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried Properties ---&amp;gt; Layout ---&amp;gt; Show --&amp;gt; Conditional but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 06:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-urgent-help/m-p/466342#M174267</guid>
      <dc:creator />
      <dc:date>2013-01-29T06:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-urgent-help/m-p/466343#M174268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;take a variable--&lt;/P&gt;&lt;P&gt;example- vhide=1 (true) write in conditional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;supoose you have two listbox- A and B&lt;/P&gt;&lt;P&gt;now go to setting--&amp;gt; document properties--&amp;gt; variable--&amp;gt;new--&amp;gt; visibility(create variable)&lt;/P&gt;&lt;P&gt;now take a button ---&amp;gt; action--&amp;gt; external--&amp;gt; set variable--&amp;gt;write name= visibility and value='A'&lt;/P&gt;&lt;P&gt;now go to properties of A --/. lay out --&amp;gt; conditional--&amp;gt;write visibility='A'&lt;/P&gt;&lt;P&gt;now go to properties of B --/. lay out --&amp;gt; conditional--&amp;gt;write visibility='B'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;****************************************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;you can also solve this problem by using macro.---&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sub test&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set v = ActiveDocument.Variable("visibility")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ActiveDocument.GetSheetObject("LB03") . IsMinimized then &lt;/STRONG&gt;&lt;STRONG&gt;ActiveDocument.GetSheetObject("LB03") . maximized&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;v.SetContent&amp;nbsp; "0", true&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;endif&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;end sub&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 06:37:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-urgent-help/m-p/466343#M174268</guid>
      <dc:creator />
      <dc:date>2013-01-29T06:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-urgent-help/m-p/466344#M174269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u selected Bar chart it automatically activate pivot also. Hope it helps u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 06:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-urgent-help/m-p/466344#M174269</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-01-29T06:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-urgent-help/m-p/466345#M174270</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;You can create a button functionality.&amp;nbsp; Link the below macro to the button by following below navigation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Properties&amp;gt;Actions&amp;gt;Add&amp;gt;External and select run macro&amp;gt;type "ShowChart1and2" in Macro name field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ShowChart1and2&lt;/P&gt;&lt;P&gt;set c=ActiveDocument.GetSheetObject ("CH1")&lt;/P&gt;&lt;P&gt;set d=ActiveDocument.GetSheetObject ("CH2")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if c.IsMinimized&amp;nbsp; then&lt;BR /&gt;&amp;nbsp;&amp;nbsp; c.Restore &lt;BR /&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if d.IsMinimized&amp;nbsp; then&lt;BR /&gt;&amp;nbsp;&amp;nbsp; d.Restore &lt;BR /&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject ("CH3").Minimize&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject ("CH4").Minimize&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 07:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-urgent-help/m-p/466345#M174270</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2013-01-29T07:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need urgent help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-urgent-help/m-p/466346#M174271</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;You can create a button functionality.&amp;nbsp; Link the below macro to the button by following below navigation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Properties&amp;gt;Actions&amp;gt;Add&amp;gt;External and select run macro&amp;gt;type "ShowChart1and2" in Macro name field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ShowChart1and2&lt;/P&gt;&lt;P&gt;set c=ActiveDocument.GetSheetObject ("CH1")&lt;/P&gt;&lt;P&gt;set d=ActiveDocument.GetSheetObject ("CH2")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if c.IsMinimized&amp;nbsp; then&lt;BR /&gt;&amp;nbsp;&amp;nbsp; c.Restore &lt;BR /&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if d.IsMinimized&amp;nbsp; then&lt;BR /&gt;&amp;nbsp;&amp;nbsp; d.Restore &lt;BR /&gt;end if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject ("CH3").Minimize&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject ("CH4").Minimize&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 07:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-urgent-help/m-p/466346#M174271</guid>
      <dc:creator>raghavsurya</dc:creator>
      <dc:date>2013-01-29T07:04:30Z</dc:date>
    </item>
  </channel>
</rss>

