<?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 create a function ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879181#M658543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure that I understand your question.&amp;nbsp; Could you clarify ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2015 13:21:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-29T13:21:22Z</dc:date>
    <item>
      <title>Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879180#M658542</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;I try to know how I can call a function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I make a table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Documents&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;and now I want to use this table in each other table I have without copy/past. Until now I put this table into a variable and I wonder if is it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879180#M658542</guid>
      <dc:creator />
      <dc:date>2015-05-29T13:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879181#M658543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure that I understand your question.&amp;nbsp; Could you clarify ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879181#M658543</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-29T13:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879182#M658544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually I try to show all error that my apply can make. And I have this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vError = FIRST 1 CONCATENATE(ERROR) LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; COUNTRY_CODE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(NbRows)' as NB_ROWS,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(ScriptErrorCount)' as ERROR_SEQ_NUMBER,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(#ScriptError)' as ERROR_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(ScriptError)' as ERROR_NAME,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(ScriptErrorDetails)' as ERROR_DETAIL,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(ScriptErrorList)' as ERROR_LIST,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; now() as ERROR_DATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident COUNTRY;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;I want to put this script into every table I have to check and put into a table. And i wonder if this way to work is correct or there's other way to make it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:23:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879182#M658544</guid>
      <dc:creator />
      <dc:date>2015-05-29T13:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879183#M658545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply use an alias as a name for the table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Documents;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now you can use MyTable for example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * resident MyTable;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879183#M658545</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-05-29T13:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879184#M658546</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;If you specify your problem, then we may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a function with a VB like script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sub function ()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Documents&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;end sub&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;call function&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;In Chart and function guide there is some example (&lt;A href="https://help.qlik.com/sense/en-us/pdf/Script%20Syntax%20and%20Chart%20Functions%20Guide.pdf" title="https://help.qlik.com/sense/en-us/pdf/Script%20Syntax%20and%20Chart%20Functions%20Guide.pdf"&gt;https://help.qlik.com/sense/en-us/pdf/Script%20Syntax%20and%20Chart%20Functions%20Guide.pdf&lt;/A&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm not sure, that is it, what you want.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HTH&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879184#M658546</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-05-29T13:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879185#M658547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Variables can hold a single value, it doesn't store the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have load the table and keep a name for that and use as needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use previously loaded table into memory then&lt;/P&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;Resident TableName;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879185#M658547</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2015-05-29T13:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879186#M658548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then, I have to write this table each time I have to use? Because, actually I have to manage a lot of table and if I put this table in each table, the day that I have to correct it will be a little complexe no ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:40:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879186#M658548</guid>
      <dc:creator />
      <dc:date>2015-05-29T13:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879187#M658549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your expectation, how you are going to use this table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879187#M658549</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2015-05-29T13:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879188#M658550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SET vError = FIRST 1 CONCATENATE(ERROR) LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; COUNTRY_CODE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; '$(NbRows)' as NB_ROWS,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; '$(ScriptErrorCount)' as ERROR_SEQ_NUMBER,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; '$(#ScriptError)' as ERROR_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; '$(ScriptError)' as ERROR_NAME,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; '$(ScriptErrorDetails)' as ERROR_DETAIL,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; '$(ScriptErrorList)' as ERROR_LIST,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; now() as ERROR_DATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;resident COUNTRY;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;//**********************************************************************//&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;my_table1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;From&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Documents;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #ff0000; font-size: 13px; font-style: inherit; font-family: inherit;"&gt;SET vError;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;my_table2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;From&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Documents;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000; font-style: inherit; font-family: inherit;"&gt;SET vError;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;my_table3:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;From&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Documents;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #ff0000; font-style: inherit; font-family: inherit;"&gt;SET vError;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;/****************************************************/&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have this, I want to know if there's something to call&amp;nbsp; "SET vError" as a variable can only have a single value.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Is it mandatory to put "SET vError" table in every tables ? &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879188#M658550</guid>
      <dc:creator />
      <dc:date>2015-05-29T13:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879189#M658551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In general such an approach will work with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vError = "CONCATENATE(ERROR)&lt;/P&gt;&lt;P&gt;LOAD FIRST 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; COUNTRY_CODE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(NbRows)' as NB_ROWS,&lt;/P&gt;&lt;P&gt; '$(ScriptErrorCount)' as ERROR_SEQ_NUMBER,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(#ScriptError)' as ERROR_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(ScriptError)' as ERROR_NAME,&lt;/P&gt;&lt;P&gt; '$(ScriptErrorDetails)' as ERROR_DETAIL,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(ScriptErrorList)' as ERROR_LIST,&lt;/P&gt;&lt;P&gt;&amp;nbsp; now() as ERROR_DATE&lt;/P&gt;&lt;P&gt;resident COUNTRY;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and called simply with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vError)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the syntax-checker won't recognize them as correct and it is not flexible. Therefore I suggest you to put this into a include-variable and extended it to a generic table like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include-file:&lt;/P&gt;&lt;P&gt;let vLoadTable = TableName(NoOfTables() - 1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONCATENATE(ERROR)&lt;/P&gt;&lt;P&gt;LOAD FIRST 1&lt;/P&gt;&lt;P&gt;&amp;nbsp; COUNTRY_CODE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(NbRows)' as NB_ROWS,&lt;/P&gt;&lt;P&gt; '$(ScriptErrorCount)' as ERROR_SEQ_NUMBER,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(#ScriptError)' as ERROR_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(ScriptError)' as ERROR_NAME,&lt;/P&gt;&lt;P&gt; '$(ScriptErrorDetails)' as ERROR_DETAIL,&lt;/P&gt;&lt;P&gt;&amp;nbsp; '$(ScriptErrorList)' as ERROR_LIST,&lt;/P&gt;&lt;P&gt;&amp;nbsp; now() as ERROR_DATE&lt;/P&gt;&lt;P&gt;resident $(vLoadTable);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and adds maybe some more useful informations like documentname(), today() ... and so on - see for include: &lt;A href="https://community.qlik.com/qlik-blogpost/4142"&gt;The $(Include) which you $(Must_Include) into your toolkit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879189#M658551</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-05-29T13:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879190#M658552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One addition, maybe it's better to remove the COUNTRY_CODE and put the tablename or something similar within these error-load and use an autogenerate 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 14:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879190#M658552</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-05-29T14:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879191#M658553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see what you are trying to do and I think it's very clever.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use either the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;$(vError); approach as Marcus suggested or an $(incude). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If using the $(include),&amp;nbsp; be careful that there are no statements in the include before that LOAD, as that would reset the *Error variables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should also remove the CONCATENATE and just rely on auto concatenation. Then you won't have to pre-create the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 14:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879191#M658553</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-29T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879192#M658554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;I tried your answer and I got a problem. Do you know why my errors are reset? They are all at NULL and 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 08:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879192#M658554</guid>
      <dc:creator />
      <dc:date>2015-06-01T08:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879193#M658555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always get the same error. All my Error variable turn NULL when I use $(vError) and when I put my all error script next to my table I get everything I need. If you have a idea I take it! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 08:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879193#M658555</guid>
      <dc:creator />
      <dc:date>2015-06-01T08:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879194#M658556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try what you sent to me, but the result is NULL after my table. I wonder if this call function doesn't reset my error varible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 08:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879194#M658556</guid>
      <dc:creator />
      <dc:date>2015-06-01T08:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879195#M658557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post an example (not your original - a small dummy with a few inline-tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 09:05:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879195#M658557</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-06-01T09:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879196#M658558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;lt;&lt;/SPAN&gt;//include-file:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let vLoadTable = TableName(NoOfTables() - 1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONCATENATE(ERROR)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; //COUNTRY_CODE,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(NbRows)' as NB_ROWS,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(ScriptErrorCount)' as ERROR_SEQ_NUMBER,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(#ScriptError)' as ERROR_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(ScriptError)' as ERROR_NAME,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(ScriptErrorDetails)' as ERROR_DETAIL,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; '$(ScriptErrorList)' as ERROR_LIST,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; now() as ERROR_DATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;resident $(vLoadTable);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/**************************************/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaxString(AC) AS "GENERIC_1",&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaxString(AD) AS "GENERIC_2",&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaxString(AE) AS "GENERIC_3",&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaxString(AF) AS "GENERIC_4",&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MaxString(AG) AS "GENERIC_5",&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;count('*') AS "NB_OF_DUPLICATED"&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;FROM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="ftp://$(AAA):$(AAA)@$(PATH_ADDRESS)/$(vDirectory)/Prospect.xlsx" rel="nofollow"&gt;ftp://$(AAA):$(AAA)@$(PATH_ADDRESS)/$(vDirectory)/Prospect.xlsx&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;(ooxml, no labels, header is 1 lines, table is DATA)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;where (Len("A") &amp;gt; 0)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;Group By A, B, '$(vCountry)';&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;STORE Datas Into &lt;C&gt; (txt); &lt;SPAN style="color: #ff0000;"&gt;&amp;lt;--- error&lt;/SPAN&gt;&lt;/C&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;$(include=$(vLoadTable));&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/******************************************************************************************/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error inline avec include.PNG" class="jive-image image-1" src="/legacyfs/online/88029_error inline avec include.PNG" style="height: 45px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 09:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879196#M658558</guid>
      <dc:creator />
      <dc:date>2015-06-01T09:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879197#M658559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Insert the code as Marcus suggested, with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vError);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that should work. If it doesn't ,please post the script you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 17:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879197#M658559</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-06-01T17:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879198#M658560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The LET statement will reset your error variables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 17:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879198#M658560</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-06-01T17:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can create a function ?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879199#M658561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The CALL will reset the Error variable. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 17:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-create-a-function/m-p/879199#M658561</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-06-01T17:20:34Z</dc:date>
    </item>
  </channel>
</rss>

