<?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 AW:Create a personal function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205362#M1209331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For that performance reasons I prefer to do that in QV, but seems that it's not possible to do a function at the begining of the QV script to be called after.&lt;/P&gt;&lt;P&gt;Thank you, Ralf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Nov 2009 18:07:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-26T18:07:33Z</dc:date>
    <item>
      <title>Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205360#M1209329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;I've been working with QV for some weeks and this is my first post.&lt;/P&gt;&lt;P&gt;I want to know how to stablish personal functions in QV to call them on Load part.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Function Calc (...);&lt;/P&gt;&lt;P&gt;Load Calc (Customer_type) as NewType&lt;/P&gt;&lt;P&gt;From qvd (qvd)&lt;/P&gt;&lt;P&gt;where Customer_type = 1;&lt;/P&gt;&lt;P&gt;Is possible to do this?&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 17:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205360#M1209329</guid>
      <dc:creator />
      <dc:date>2009-11-26T17:09:33Z</dc:date>
    </item>
    <item>
      <title>AW:Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205361#M1209330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can only create personal functions in VB script which can be used in QV script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;function calc (ByVal customer_type)&lt;BR /&gt; ... do something&lt;BR /&gt; calc = result&lt;BR /&gt;end function&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;But I would suggest always to try to use build in script functions first for performance reasons.&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 17:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205361#M1209330</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-11-26T17:29:59Z</dc:date>
    </item>
    <item>
      <title>AW:Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205362#M1209331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For that performance reasons I prefer to do that in QV, but seems that it's not possible to do a function at the begining of the QV script to be called after.&lt;/P&gt;&lt;P&gt;Thank you, Ralf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 18:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205362#M1209331</guid>
      <dc:creator />
      <dc:date>2009-11-26T18:07:33Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205363#M1209332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do a lot of interesting things with QV mappings...&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 18:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205363#M1209332</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-11-26T18:11:28Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205364#M1209333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can also do some kinf of function using sub() for example.&lt;/P&gt;&lt;P&gt;But in this case you can only do QV things such as calculate specific values in tables, create tables, update variables, etc..&lt;/P&gt;&lt;P&gt;Sébastien&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 18:59:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205364#M1209333</guid>
      <dc:creator />
      <dc:date>2009-11-26T18:59:06Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205365#M1209334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sébastien, sub function seems good, but it's not possible to use "call" into load part.&lt;/P&gt;&lt;P&gt;"Load call function(parameter) as result_function From file.qvd (qvd)"&lt;/P&gt;&lt;P&gt;I want to do something like that...&lt;/P&gt;&lt;P&gt;Thanks! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 19:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205365#M1209334</guid>
      <dc:creator />
      <dc:date>2009-11-26T19:49:56Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205366#M1209335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right but in some case you can do a loop and for each loop retrieve the result in a variable then use this variable in the field...&lt;/P&gt;&lt;P&gt;I don't know if it can be an easy solution comparing to vbs but why not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 20:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205366#M1209335</guid>
      <dc:creator />
      <dc:date>2009-11-26T20:01:07Z</dc:date>
    </item>
    <item>
      <title>AW:Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205367#M1209336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pepe,&lt;/P&gt;&lt;P&gt;I found another way to do this in the forum: http://community.qlik.com/forums/p/18140/70878.aspx#70878&lt;/P&gt;&lt;P&gt;Also see the attached example udf.qvw!&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 00:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205367#M1209336</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-11-27T00:49:19Z</dc:date>
    </item>
    <item>
      <title>AW:Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205368#M1209337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Attachments &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 01:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205368#M1209337</guid>
      <dc:creator />
      <dc:date>2009-11-27T01:38:24Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205369#M1209338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;follow the link...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2009 02:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205369#M1209338</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2009-11-27T02:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205370#M1209339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know how to load form a qvd in vbscript?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 16:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205370#M1209339</guid>
      <dc:creator>farolito20</dc:creator>
      <dc:date>2013-01-11T16:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create a personal function</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205371#M1209340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I answer you in &lt;A _jive_internal="true" href="https://community.qlik.com/message/299394#299394"&gt;this post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use your SQL request in QlikView.&lt;/P&gt;&lt;P&gt;Or transform it in AQL, the QlikView language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin Favier&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jan 2013 16:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-personal-function/m-p/205371#M1209340</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2013-01-11T16:04:57Z</dc:date>
    </item>
  </channel>
</rss>

