<?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 Condition in Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469707#M699251</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;can i write the following condition in Macro :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no sheetobjects in a sheet then &lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically i want to check whether there is any sheet object in a particular sheet or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2012 11:23:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-27T11:23:39Z</dc:date>
    <item>
      <title>Condition in Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469707#M699251</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;can i write the following condition in Macro :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no sheetobjects in a sheet then &lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically i want to check whether there is any sheet object in a particular sheet or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 11:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469707#M699251</guid>
      <dc:creator />
      <dc:date>2012-11-27T11:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469708#M699252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why would you want to do that with macro's? They are not supported by Qlikview and it can be done with buttons aswell..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 11:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469708#M699252</guid>
      <dc:creator />
      <dc:date>2012-11-27T11:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469709#M699253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use NoOfSheetObjects to get the number of objects on a sheet. If it is 0 then there are no objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set s=ActiveDocument.Sheets("Main")&lt;/P&gt;&lt;P&gt;if s.NoOfSheetObjects &amp;gt; 0 then&lt;/P&gt;&lt;P&gt;...do stuff&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;...do other stuff&lt;/P&gt;&lt;P&gt;end if&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 11:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469709#M699253</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-11-27T11:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469710#M699254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can You give a small Example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 11:34:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469710#M699254</guid>
      <dc:creator />
      <dc:date>2012-11-27T11:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469711#M699255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't reproduce one at the moment, but that's what Qliktech told me and why i don't use Macro's.. If your Macro doesn't work after an update you can't get support on them, while buttons should cover like 99% of the posibilities. Sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 11:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469711#M699255</guid>
      <dc:creator />
      <dc:date>2012-11-27T11:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469712#M699256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Gysbert i have similar Condition with sheets &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Sheet1 exists then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 18:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-Macro/m-p/469712#M699256</guid>
      <dc:creator />
      <dc:date>2012-11-27T18:31:05Z</dc:date>
    </item>
  </channel>
</rss>

