<?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: can we pass a function in a variable ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647460#M1079476</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;Check this thread hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-3836" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Calculating&lt;/EM&gt; &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Months&lt;/EM&gt; &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;difference&lt;/EM&gt; between two dates&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regadr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2014 06:21:45 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-07-10T06:21:45Z</dc:date>
    <item>
      <title>can we pass a function in a variable ??</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647456#M1079472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have an issue,please could you guide me solving this??&lt;/P&gt;&lt;P&gt;I have a logic as shown below.can we implement this using variable and function??&lt;/P&gt;&lt;P&gt;eg: variable&amp;nbsp; v(x)=x+2&lt;/P&gt;&lt;P&gt;now can I pass my x value ??&lt;/P&gt;&lt;P&gt;like v(2)=4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v(3)=5 etc...&amp;nbsp; how can we do this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sahana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 04:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647456#M1079472</guid>
      <dc:creator />
      <dc:date>2014-07-10T04:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: can we pass a function in a variable ??</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647457#M1079473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like myFunction = rangesum($1+2)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="62123" alt="Var.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/62123_Var.png" style="max-width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 04:29:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647457#M1079473</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-07-10T04:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: can we pass a function in a variable ??</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647458#M1079474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Example...&lt;/P&gt;&lt;P&gt;Create a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vSUM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;P&gt;RangeSum(10 + $1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a text box&lt;/P&gt;&lt;P&gt;=$(vSUM(10))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;=$(vSUM(15))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see that whatever value you are passing while calling variable, 10 is added to the total...&lt;/P&gt;&lt;P&gt;Hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 05:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647458#M1079474</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-07-10T05:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: can we pass a function in a variable ??</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647459#M1079475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this sample qvw will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 05:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647459#M1079475</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-07-10T05:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: can we pass a function in a variable ??</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647460#M1079476</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;Check this thread hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-3836" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Calculating&lt;/EM&gt; &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Months&lt;/EM&gt; &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;difference&lt;/EM&gt; between two dates&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regadr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 06:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647460#M1079476</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-10T06:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: can we pass a function in a variable ??</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647461#M1079477</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;Check this thread hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="j-search-result-value" href="https://community.qlik.com/docs/DOC-3836" style="margin: 0 0 3px; font-weight: bold; font-size: 15px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;&lt;SPAN class="j-search-result-title" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Calculating&lt;/EM&gt; &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;Months&lt;/EM&gt; &lt;EM class="jive-hilite" style="font-family: inherit; background-color: #ffffcd;"&gt;difference&lt;/EM&gt; between two dates&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 06:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647461#M1079477</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-10T06:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: can we pass a function in a variable ??</title>
      <link>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647462#M1079478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanku all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; for your valuable help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 09:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/can-we-pass-a-function-in-a-variable/m-p/647462#M1079478</guid>
      <dc:creator />
      <dc:date>2014-07-10T09:27:02Z</dc:date>
    </item>
  </channel>
</rss>

