<?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: Condition in back ground scripting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668162#M673517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nayan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first thing I would say is, you should not be making this change in your QV script, always try to get data fixed at source for you to read in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saying that if you absolutely have to do this then the below should work for you. This is assuming you have a single row for the item/month/customer/COS combination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Sales Qty]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[INCOME]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 8pt;"&gt; If ([item Code]='ABC' &lt;SPAN style="color: #0000ff;"&gt;and &lt;/SPAN&gt;Calendar Month='Jan 2014' &lt;SPAN style="color: #0000ff;"&gt;and &lt;SPAN style="color: #ff0000;"&gt;Customer Code='John Smith'&lt;/SPAN&gt;&lt;/SPAN&gt;, [COS]-40000,[COS]) As [COS],&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Financial Year],&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Calendar Month]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Item Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Customer Code]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;[\\ELL-QVW-001\Qlikview\Qlikview Models\QVD\Pol - ELLDAT\Transactions.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;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 07:52:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-23T07:52:13Z</dc:date>
    <item>
      <title>Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668160#M673515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi.&amp;nbsp; Below is an extract of my scripting. &lt;/P&gt;&lt;P&gt;Its basically bringing&amp;nbsp; Sales quantity, Sales Value, Cost of Sales per Item per per Customer per Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; &lt;SPAN style="font-size: 8pt;"&gt;[Sales Qty]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[INCOME]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[COS]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Financial Year],&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Calendar Month]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Item Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Customer Code]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;[\\ELL-QVW-001\Qlikview\Qlikview Models\QVD\Pol - ELLDAT\Transactions.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;In our data source, there were certain values which was incorrectly process and therefore i want to correct this in the scripting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg, say,&amp;nbsp; Item Code, ABC,&amp;nbsp; in Calendar month, Jan 2014 , Customer , 'John Smith',&amp;nbsp; the Cost of Sales (COS) was incorrectly processed by an extra $40 000.&amp;nbsp; How do i create a script that decrease the Cost of Sales by $40 000 for this item for that month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this correct?&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt; If ([item Code]='ABC' &lt;SPAN style="color: #0000ff;"&gt;and &lt;/SPAN&gt;Calendar Month='Jan 2014' &lt;SPAN style="color: #0000ff;"&gt;and &lt;SPAN style="color: #ff0000;"&gt;Customer Code='John Smith'&lt;/SPAN&gt;&lt;/SPAN&gt;, [COS]= -40000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #666699;"&gt;or do i use a 'where statement' at the end?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668160#M673515</guid>
      <dc:creator />
      <dc:date>2014-09-23T07:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668161#M673516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt; If ([item Code]='ABC' &lt;SPAN style="color: #0000ff;"&gt;and &lt;/SPAN&gt;Calendar Month='Jan 2014' &lt;SPAN style="color: #0000ff;"&gt;and &lt;SPAN style="color: #ff0000;"&gt;Customer Code='John Smith'&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;-40000, [COS] ) as&amp;nbsp; [COS]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;Update&lt;/STRONG&gt;(Thanking Joe)&lt;STRONG&gt;:&lt;/STRONG&gt; If you want the value to be reduced by 40000, then try:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="color: #000000;"&gt;If ([item Code]='ABC' and Calendar Month='Jan 2014' and Customer Code='John Smith', &lt;SPAN style="color: #ff00ff;"&gt;[COS]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff00ff;"&gt;-40000&lt;/SPAN&gt;, [COS] ) as&amp;nbsp; [COS]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668161#M673516</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-23T07:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668162#M673517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nayan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first thing I would say is, you should not be making this change in your QV script, always try to get data fixed at source for you to read in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saying that if you absolutely have to do this then the below should work for you. This is assuming you have a single row for the item/month/customer/COS combination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Sales Qty]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[INCOME]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 8pt;"&gt; If ([item Code]='ABC' &lt;SPAN style="color: #0000ff;"&gt;and &lt;/SPAN&gt;Calendar Month='Jan 2014' &lt;SPAN style="color: #0000ff;"&gt;and &lt;SPAN style="color: #ff0000;"&gt;Customer Code='John Smith'&lt;/SPAN&gt;&lt;/SPAN&gt;, [COS]-40000,[COS]) As [COS],&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Financial Year],&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Calendar Month]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Item Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;[Customer Code]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;[\\ELL-QVW-001\Qlikview\Qlikview Models\QVD\Pol - ELLDAT\Transactions.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;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:52:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668162#M673517</guid>
      <dc:creator />
      <dc:date>2014-09-23T07:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668163#M673518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do it directly for the column&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;[Sales Qty]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;[INCOME]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If ([item Code]='ABC' &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;and &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Calendar Month='Jan 2014' &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;and &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Customer Code='John Smith'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;, [COS]= -40000, COS) as &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;[COS]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;[Financial Year],&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;[Calendar Month]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;[Item Code]&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;[Customer Code]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;[\\ELL-QVW-001\Qlikview\Qlikview Models\QVD\Pol - ELLDAT\Transactions.qvd]&lt;BR /&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit; color: #0000ff;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: inherit;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668163#M673518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-23T07:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668164#M673519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that will replace the COS with -40k rather than reduce won't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668164#M673519</guid>
      <dc:creator />
      <dc:date>2014-09-23T07:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668165#M673520</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;Thank you for the reply.&amp;nbsp; will try it and reload and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668165#M673520</guid>
      <dc:creator />
      <dc:date>2014-09-23T07:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668166#M673521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, now I go through the post entirely(which I don't usually when it's a bit lenghty) &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;, I just saw his line and wanted to reproduce similar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668166#M673521</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-23T07:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668167#M673522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ha no worries, just checking it wasn't my early morning brain playing tricks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668167#M673522</guid>
      <dc:creator />
      <dc:date>2014-09-23T07:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668168#M673523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot change the data, hence i have to change it in the scripting.&amp;nbsp; Yes, i do have a single row&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try your scripting changes and let you know the outcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 07:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668168#M673523</guid>
      <dc:creator />
      <dc:date>2014-09-23T07:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668169#M673524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;haha &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:10:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668169#M673524</guid>
      <dc:creator />
      <dc:date>2014-09-23T08:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668170#M673525</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 get the following error reloading. Which says 'Field Names must be unique within Tables'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See image attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;IMG alt="Error Reloading.JPG" class="jive-image" src="/legacyfs/online/67413_Error Reloading.JPG" style="width: 620px; height: 423px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668170#M673525</guid>
      <dc:creator />
      <dc:date>2014-09-23T08:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668171#M673526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Comment out the first [COST] field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668171#M673526</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-23T08:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668172#M673527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the prompt response.&amp;nbsp; Will try and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668172#M673527</guid>
      <dc:creator />
      <dc:date>2014-09-23T08:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668173#M673528</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;Field names must be unique in the load statement, you have two [COST] fields, so rename any one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 08:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668173#M673528</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-09-23T08:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Condition in back ground scripting</title>
      <link>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668174#M673529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you , the formula worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 09:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Condition-in-back-ground-scripting/m-p/668174#M673529</guid>
      <dc:creator />
      <dc:date>2014-09-23T09:37:56Z</dc:date>
    </item>
  </channel>
</rss>

