<?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: How can I write below sql statement in qlikview edit script and in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545386#M1124068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aptha, we can't use the SET analysis type syntax in the Qlikview script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use IF function to achieve the this type of requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 22:08:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-21T22:08:02Z</dc:date>
    <item>
      <title>How can I write below sql statement in qlikview edit script and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545381#M1124061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; How can I write this sql statement in qlikview edit script and in set analysis.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt; &lt;SPAN style="color: #ff0000; font-size: 8pt;"&gt;&lt;STRONG style="color: #ff0000; font-size: 8pt;"&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MISC_FEE_RECURR_FLG&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Y' ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;if &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ACTACC_RECURR_FLG&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ='Y',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;then&lt;/SPAN&gt; [Miscellenious Fee]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[ActualAccount]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;/SPAN&gt;&lt;STRONG style="color: #ff0000; font-size: 8pt;"&gt;&lt;STRONG style="color: #ff0000; font-size: 8pt;"&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; AS Reccuring &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 17:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545381#M1124061</guid>
      <dc:creator />
      <dc:date>2014-01-21T17:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: How can I write below sql statement in qlikview edit script and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545382#M1124064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;In your load script this would be&lt;/P&gt;&lt;P&gt;If(MISC_FEE_RECURR_FLG='Y' and ACTACC_RECURR_FLG='Y', [Miscellenious Fee] + [ActualAccount], Null()) as Reccuring&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In set Analysis:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;MISC_FEE_RECURR_FLG={'Y'},ACTACC_RECURR_FLG={'Y'}&amp;gt;}&amp;nbsp; [Miscellenious Fee] + [ActualAccount])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 17:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545382#M1124064</guid>
      <dc:creator>marcus_malinow</dc:creator>
      <dc:date>2014-01-21T17:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I write below sql statement in qlikview edit script and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545383#M1124065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Aptha,&lt;/P&gt;&lt;P&gt;Please check out the attached file. Hope it helps you.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 18:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545383#M1124065</guid>
      <dc:creator />
      <dc:date>2014-01-21T18:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can I write below sql statement in qlikview edit script and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545384#M1124066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Small note - set analysis is for the front end expressions.&amp;nbsp; Don't attempt it in script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 18:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545384#M1124066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-21T18:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can I write below sql statement in qlikview edit script and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545385#M1124067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 21:31:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545385#M1124067</guid>
      <dc:creator />
      <dc:date>2014-01-21T21:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I write below sql statement in qlikview edit script and in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545386#M1124068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aptha, we can't use the SET analysis type syntax in the Qlikview script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use IF function to achieve the this type of requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 22:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-write-below-sql-statement-in-qlikview-edit-script-and/m-p/545386#M1124068</guid>
      <dc:creator />
      <dc:date>2014-01-21T22:08:02Z</dc:date>
    </item>
  </channel>
</rss>

