<?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 Macro understanding problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-understanding-problem/m-p/455028#M169749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m new to macro pls anybody explain me wht does this macro means&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sub SanctionAmtSettings&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Range")&lt;BR /&gt;v.SetContent "10",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Range1")&lt;BR /&gt;v.SetContent "100",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Range2")&lt;BR /&gt;v.SetContent "1000",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Range3")&lt;BR /&gt;v.SetContent "1000",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount First Limit")&lt;BR /&gt;v.SetContent "100",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Second Limit")&lt;BR /&gt;v.SetContent "1000",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Third Limit")&lt;BR /&gt;v.SetContent "10000",true&lt;BR /&gt;MSGBOX("Sanction Amt Values Set to Default")&lt;BR /&gt;end sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 May 2013 03:58:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-14T03:58:53Z</dc:date>
    <item>
      <title>Macro understanding problem</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-understanding-problem/m-p/455028#M169749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;m new to macro pls anybody explain me wht does this macro means&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sub SanctionAmtSettings&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Range")&lt;BR /&gt;v.SetContent "10",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Range1")&lt;BR /&gt;v.SetContent "100",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Range2")&lt;BR /&gt;v.SetContent "1000",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Range3")&lt;BR /&gt;v.SetContent "1000",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount First Limit")&lt;BR /&gt;v.SetContent "100",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Second Limit")&lt;BR /&gt;v.SetContent "1000",true&lt;BR /&gt;set v = ActiveDocument.Variables("v Sanction Loan Amount Third Limit")&lt;BR /&gt;v.SetContent "10000",true&lt;BR /&gt;MSGBOX("Sanction Amt Values Set to Default")&lt;BR /&gt;end sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 03:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-understanding-problem/m-p/455028#M169749</guid>
      <dc:creator />
      <dc:date>2013-05-14T03:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Macro understanding problem</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-understanding-problem/m-p/455029#M169750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The qvw has a list of variables:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;v Sanction Loan Amount Range&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;v Sanction Loan Amount Range1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;v Sanction Loan Amount Range2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;This macros sets each variable to a default value.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;v Sanction Loan Amount Range to 10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;v Sanction Loan Amount Range1 to 100&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;v Sanction Loan Amount Range2 to 1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 11:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-understanding-problem/m-p/455029#M169750</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2013-05-14T11:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Macro understanding problem</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-understanding-problem/m-p/455030#M169751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is assigning values to a list of specific variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v Sanction Loan Amount Range = 10&lt;/P&gt;&lt;P&gt;v Sanction Loan Amount Range1 = 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so on...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 11:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-understanding-problem/m-p/455030#M169751</guid>
      <dc:creator />
      <dc:date>2013-05-14T11:09:56Z</dc:date>
    </item>
  </channel>
</rss>

