<?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: Vbs functions in expressions (Web) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Vbs-functions-in-expressions-Web/m-p/1543382#M439612</link>
    <description>&lt;P&gt;Depends on the vbscript and the system setup. Certain functions, such as manipulating the Qlik sheet and objects (and others inside the sandbox) can work fine if server&amp;nbsp; scripts are enabled in QMC.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vbscript&amp;nbsp;&lt;/SPAN&gt;that needs access to the file system or other system&amp;nbsp;resources needs to be enabled separately in QMC (and is not enabled by default and not recommended). The Qlik service account will also need access to whatever resources are required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some triggers available in desktop are not available in&amp;nbsp;the web client.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 05:58:14 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2019-02-13T05:58:14Z</dc:date>
    <item>
      <title>Vbs functions in expressions (Web)</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs-functions-in-expressions-Web/m-p/1543318#M439602</link>
      <description>&lt;P&gt;I can use functions in my expressions that I wrote myself in vbs.&lt;/P&gt;&lt;P&gt;More on the link &lt;A href="https://community.qlik.com/t5/QlikView-Documents/StrCmp-Function/ta-p/1477443" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/StrCmp-Function/ta-p/1477443&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;But they do not work in the web client.&lt;/P&gt;&lt;P&gt;Is it possible for this to work in a web client?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs-functions-in-expressions-Web/m-p/1543318#M439602</guid>
      <dc:creator>warfollowmy_ver</dc:creator>
      <dc:date>2024-11-16T21:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Vbs functions in expressions (Web)</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs-functions-in-expressions-Web/m-p/1543382#M439612</link>
      <description>&lt;P&gt;Depends on the vbscript and the system setup. Certain functions, such as manipulating the Qlik sheet and objects (and others inside the sandbox) can work fine if server&amp;nbsp; scripts are enabled in QMC.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Vbscript&amp;nbsp;&lt;/SPAN&gt;that needs access to the file system or other system&amp;nbsp;resources needs to be enabled separately in QMC (and is not enabled by default and not recommended). The Qlik service account will also need access to whatever resources are required.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some triggers available in desktop are not available in&amp;nbsp;the web client.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 05:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs-functions-in-expressions-Web/m-p/1543382#M439612</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-02-13T05:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Vbs functions in expressions (Web)</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs-functions-in-expressions-Web/m-p/1543475#M439628</link>
      <description>&lt;P&gt;Function ABCDE (p1, p2)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;SPAN&gt;ABCDE&amp;nbsp; = p1 + p2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;End&amp;nbsp;Function&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Desktop&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Create TextBox&amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Expression = '=&amp;nbsp;ABCDE (1, 3)'&amp;nbsp; &amp;nbsp;&amp;gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Value of&amp;nbsp;TextBox = 4.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Web&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Message about error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I do not appeal to hard drives, do not open a copy of Excel and so on. This is an elementary function.&lt;BR /&gt;Is there a way to make this function work in Web ajax? What needs to be done for this?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 09:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs-functions-in-expressions-Web/m-p/1543475#M439628</guid>
      <dc:creator>warfollowmy_ver</dc:creator>
      <dc:date>2019-02-13T09:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Vbs functions in expressions (Web)</title>
      <link>https://community.qlik.com/t5/QlikView/Vbs-functions-in-expressions-Web/m-p/1543738#M439648</link>
      <description>&lt;P&gt;The logic works in general also on the server and within the AJAX client. To get it working you need to enable the macro-options within the qmc in tab security and also adding the following within the servers settings.ini:&lt;/P&gt;&lt;P&gt;AllowMacroFunctionsInExpressions=1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AllowMacroFunctionsInExpressions.JPG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5875i18B13D2D1A8A3AA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AllowMacroFunctionsInExpressions.JPG" alt="AllowMacroFunctionsInExpressions.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Like&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931" target="_self"&gt;jontydkpi&lt;/A&gt; stated there might be some restrictions respectively security risks to the kind of macro if there are any filesystem-access or similar measures included - and it will be executed with the user who runs the server services and not with the user who accessed the application per AJAX.&lt;/P&gt;&lt;P&gt;If anyhow possible this easter egg exception should be avoided and quite many calculations could replaced with native Qlik expressions and/or variables with parameter like stated in the link from your origin question.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 14:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vbs-functions-in-expressions-Web/m-p/1543738#M439648</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-02-13T14:44:27Z</dc:date>
    </item>
  </channel>
</rss>

