<?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: External dll as base for user defined vb functions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/External-dll-as-base-for-user-defined-vb-functions/m-p/646026#M675860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you dathu for your suggestion but with the script above i get an error when i leave the macro module. It seems qlikview is unable to recognise the first line. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 21:02:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-24T21:02:56Z</dc:date>
    <item>
      <title>External dll as base for user defined vb functions</title>
      <link>https://community.qlik.com/t5/QlikView/External-dll-as-base-for-user-defined-vb-functions/m-p/646024#M675856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an external dll file that contains some functions that I need to use to transform data. I do not have the functions available elsewhere. I have succesfully used this DLL file in Excel where you would use a module like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_14036348417656252" jivemacro_uid="_14036348417656252" modifiedtitle="true"&gt;
&lt;P&gt;Declare Sub Lambert08ToLambert72 Lib "C:\Program Files\NGI\WINDOWS\32bits\ETRS89_LAMBERT_UTM_32bits.dll" (ByVal xi As Double, ByVal yi As Double, ByVal Hi As Double, ByRef xo As Double, ByRef yo As Double, ByRef Ho As Double)&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Function NGI_Lambert08ToLambert72(x As Double, y As Double) As Variant&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim xo, yo, Ho As Double&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Call Lambert08ToLambert72(x, y, 100, xo, yo, Ho)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NGI_Lambert08ToLambert72 = Array(xo, yo)&lt;/P&gt;
&lt;P&gt;End Function&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do the same in QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 18:36:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/External-dll-as-base-for-user-defined-vb-functions/m-p/646024#M675856</guid>
      <dc:creator />
      <dc:date>2014-06-24T18:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: External dll as base for user defined vb functions</title>
      <link>https://community.qlik.com/t5/QlikView/External-dll-as-base-for-user-defined-vb-functions/m-p/646025#M675857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe, you can create the USER defined functions and call this functions just like other predefined functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 20:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/External-dll-as-base-for-user-defined-vb-functions/m-p/646025#M675857</guid>
      <dc:creator />
      <dc:date>2014-06-24T20:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: External dll as base for user defined vb functions</title>
      <link>https://community.qlik.com/t5/QlikView/External-dll-as-base-for-user-defined-vb-functions/m-p/646026#M675860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you dathu for your suggestion but with the script above i get an error when i leave the macro module. It seems qlikview is unable to recognise the first line. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 21:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/External-dll-as-base-for-user-defined-vb-functions/m-p/646026#M675860</guid>
      <dc:creator />
      <dc:date>2014-06-24T21:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: External dll as base for user defined vb functions</title>
      <link>https://community.qlik.com/t5/QlikView/External-dll-as-base-for-user-defined-vb-functions/m-p/646027#M675862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No other ideas community?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 12:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/External-dll-as-base-for-user-defined-vb-functions/m-p/646027#M675862</guid>
      <dc:creator />
      <dc:date>2014-06-26T12:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: External dll as base for user defined vb functions</title>
      <link>https://community.qlik.com/t5/QlikView/External-dll-as-base-for-user-defined-vb-functions/m-p/646028#M675863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's possible !&lt;/P&gt;&lt;P&gt;Look at my post : &lt;A href="https://community.qlik.com/message/1079449"&gt;Calling a DLL function in my QV script ...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/External-dll-as-base-for-user-defined-vb-functions/m-p/646028#M675863</guid>
      <dc:creator>jhamard</dc:creator>
      <dc:date>2016-07-12T15:38:25Z</dc:date>
    </item>
  </channel>
</rss>

