<?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: variable in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094962#M465125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Simply try,&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LET varCons = &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;('map_coda_number_codes','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;1490'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2016 07:54:28 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2016-03-30T07:54:28Z</dc:date>
    <item>
      <title>variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094955#M465118</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 have a field in my load script called 'STATUS'. Via applymap I translate this value into an Expression.&lt;/P&gt;&lt;P&gt;Now I want to create in the script a variable, that gives me the translated Expression back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have in my script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;asset_statuscode&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&amp;nbsp; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('map_coda_number_codes',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;asset_status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(DirDataQVD)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;efa_asset.qvd&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this, but it is not working:&lt;/P&gt;&lt;P&gt;LET varCons = &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('map_coda_number_codes',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;STATUS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) where STATUS ='1490'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does someone of you have an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094955#M465118</guid>
      <dc:creator />
      <dc:date>2016-03-30T07:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094956#M465119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk dis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1000887"&gt;Let Statement&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094956#M465119</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-30T07:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094957#M465120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help with the link.&lt;/P&gt;&lt;P&gt;I am not very good at this, so I unfortunately dont understand everything.&lt;/P&gt;&lt;P&gt;Would you please translate this for me for my script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094957#M465120</guid>
      <dc:creator />
      <dc:date>2016-03-30T07:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094958#M465121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what ur exctly tryng to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094958#M465121</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-30T07:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094959#M465122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Status 1490 is the code in the Oracle database for under construction.&lt;/P&gt;&lt;P&gt;the applymap is the Translation to get rid of the code and use the Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have a variable with this Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094959#M465122</guid>
      <dc:creator />
      <dc:date>2016-03-30T07:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094960#M465123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LET varCons =' &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;('map_coda_number_codes',&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #800000;"&gt;STATUS&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;) where STATUS ='1490' ';&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094960#M465123</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-30T07:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094961#M465124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello!&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;LET varCons = &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('map_coda_number_codes',&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;1490&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094961#M465124</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-30T07:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094962#M465125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Simply try,&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LET varCons = &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;('map_coda_number_codes','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;1490'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094962#M465125</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-03-30T07:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094963#M465126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;small change for abve&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;LET varCons = &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;('map_coda_number_codes&lt;STRONG&gt;',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 8pt; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1490&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 07:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094963#M465126</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-30T07:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094964#M465127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hm, what is difference between your post and my post? )))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094964#M465127</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-30T08:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094965#M465128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or you can simply filter the Value in Mapping load itself&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094965#M465128</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-30T08:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094966#M465129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chanty,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you it works. But one last question.&lt;/P&gt;&lt;P&gt;I created this variable in a script-qvw (structure file).&lt;/P&gt;&lt;P&gt;My working qvw (it is a layout file) is filled binary with the data from script file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this layout file the variable is not there. I think it has something to do with the calcualtion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know what happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094966#M465129</guid>
      <dc:creator />
      <dc:date>2016-03-30T08:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094967#M465130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u do binary load&amp;nbsp;&amp;nbsp; the sheet objects and&amp;nbsp; variables&amp;nbsp; will not come to ur Qvw.&amp;nbsp;&amp;nbsp; only data model will appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can copy objects if u hve same field names in current qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094967#M465130</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-30T08:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094968#M465131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much to all of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094968#M465131</guid>
      <dc:creator />
      <dc:date>2016-03-30T08:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094969#M465132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess, Suresh was mentioned the semicolon at the end of the statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LET varCons = &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;('map_coda_number_codes&lt;SPAN style="font-style: inherit; font-size: 10.6667px; font-family: inherit;"&gt;&lt;STRONG&gt;',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG&gt;1490&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10.6667px; font-style: inherit; background-color: #f2f2f2; font-family: inherit;"&gt;&lt;STRONG&gt;)&lt;SPAN style="color: #ff0000;"&gt; ;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094969#M465132</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-03-30T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094970#M465133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;)))) facepalm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 08:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094970#M465133</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-03-30T08:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094971#M465134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 09:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094971#M465134</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-03-30T09:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: variable in script</title>
      <link>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094972#M465135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LET varCons = &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f2f2f2;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;('map_coda_number_codes&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10.6667px; font-family: inherit;"&gt;',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10.6667px; font-family: inherit;"&gt;1490&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10.6667px; font-family: inherit; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10.6667px; font-family: inherit;"&gt;)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10.6667px; font-family: inherit; color: #ff0000;"&gt; ;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 17:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-in-script/m-p/1094972#M465135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-31T17:17:18Z</dc:date>
    </item>
  </channel>
</rss>

