<?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: Macro for increasing row height in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343205#M126744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122060_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2016 15:14:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-19T15:14:05Z</dc:date>
    <item>
      <title>Macro for increasing row height</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343198#M126737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want a macro for increasing row height of a table&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;I could not find that in the API Guide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 07:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343198#M126737</guid>
      <dc:creator />
      <dc:date>2012-05-09T07:35:40Z</dc:date>
    </item>
    <item>
      <title>Macro for increasing row height</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343199#M126738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sumit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you elaborate the requirment.&lt;/P&gt;&lt;P&gt;What you want to do Actualy ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh Gangurde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 08:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343199#M126738</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2012-05-09T08:32:52Z</dc:date>
    </item>
    <item>
      <title>Macro for increasing row height</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343200#M126739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a table with 10 rows. i have incorporated another table below that with one row. For some selection the second table disappears and that creates a void space below the first table. to remove that void space i want to adjust the height of the rows in first table such that it occupies the void space left.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 08:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343200#M126739</guid>
      <dc:creator />
      <dc:date>2012-05-09T08:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for increasing row height</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343201#M126740</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;Try this code,It will increase the cell height.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Height &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set TB = ActiveDocument.GetSheetObject("TB01")&lt;/P&gt;&lt;P&gt;set box=TB.GetProperties&lt;/P&gt;&lt;P&gt;box.Layout.MultiLine = 2&lt;/P&gt;&lt;P&gt;TB.SetProperties box &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;Hope it helps you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 08:57:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343201#M126740</guid>
      <dc:creator />
      <dc:date>2012-05-09T08:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for increasing row height</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343202#M126741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you use a variable in place of the 2 in the multiline properties?&amp;nbsp; I tried a few ways but not working.&amp;nbsp; What is syntax if possible, for using variable in macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343202#M126741</guid>
      <dc:creator />
      <dc:date>2016-04-19T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for increasing row height</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343203#M126742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Height &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; set TB = ActiveDocument.GetSheetObject("TB03")&lt;BR /&gt; &lt;BR /&gt; set box=TB.GetProperties&lt;BR /&gt;&lt;STRONG&gt; set vRows = ActiveDocument.GetVariable("vRowHeight")&lt;/STRONG&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; box.Layout.MultiLine = &lt;STRONG&gt;vRows&lt;/STRONG&gt;&lt;BR /&gt; &lt;BR /&gt; TB.SetProperties box &lt;BR /&gt; &lt;BR /&gt; End Sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not working.&amp;nbsp; how do I pass the variable to the box.layout.multline setting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343203#M126742</guid>
      <dc:creator />
      <dc:date>2016-04-19T14:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for increasing row height</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343204#M126743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deborah, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you open a new thread for this issue. ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:09:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343204#M126743</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-19T15:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for increasing row height</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343205#M126744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122060_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343205#M126744</guid>
      <dc:creator />
      <dc:date>2016-04-19T15:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for increasing row height</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343206#M126745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked so I am good!&amp;nbsp; Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343206#M126745</guid>
      <dc:creator />
      <dc:date>2016-04-19T15:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for increasing row height</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343207#M126746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad the you found the solution.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-increasing-row-height/m-p/343207#M126746</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-19T15:15:26Z</dc:date>
    </item>
  </channel>
</rss>

