<?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 query converting  from sql into qlikview script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/query-converting-from-sql-into-qlikview-script/m-p/1594152#M738107</link>
    <description>&lt;P&gt;CASE&lt;/P&gt;&lt;P&gt;WHEN&lt;/P&gt;&lt;P&gt;[Alternate Resolution Date(UTC/GMT)] IS NULL&lt;/P&gt;&lt;P&gt;THEN&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;CASE WHEN _days_between(current_timestamp,[ Target Resolution Date(UTC/GMT)]) &amp;gt; 0 THEN 'Y' ELSE 'N' END&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;WHEN&lt;/P&gt;&lt;P&gt;[Alternate Resolution Date(UTC/GMT)] IS NOT NULL&lt;/P&gt;&lt;P&gt;THEN&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;CASE WHEN _days_between(current_timestamp,[ Alternate Resolution Date(UTC/GMT)]) &amp;gt; 0 THEN 'Y' ELSE 'N'&lt;/P&gt;&lt;P&gt;END&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;END&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cananyoneplease help me in qlikview script in if condition&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>qlikapple</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>query converting  from sql into qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/query-converting-from-sql-into-qlikview-script/m-p/1594152#M738107</link>
      <description>&lt;P&gt;CASE&lt;/P&gt;&lt;P&gt;WHEN&lt;/P&gt;&lt;P&gt;[Alternate Resolution Date(UTC/GMT)] IS NULL&lt;/P&gt;&lt;P&gt;THEN&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;CASE WHEN _days_between(current_timestamp,[ Target Resolution Date(UTC/GMT)]) &amp;gt; 0 THEN 'Y' ELSE 'N' END&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;WHEN&lt;/P&gt;&lt;P&gt;[Alternate Resolution Date(UTC/GMT)] IS NOT NULL&lt;/P&gt;&lt;P&gt;THEN&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;CASE WHEN _days_between(current_timestamp,[ Alternate Resolution Date(UTC/GMT)]) &amp;gt; 0 THEN 'Y' ELSE 'N'&lt;/P&gt;&lt;P&gt;END&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;END&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cananyoneplease help me in qlikview script in if condition&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-converting-from-sql-into-qlikview-script/m-p/1594152#M738107</guid>
      <dc:creator>qlikapple</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: query converting  from sql into qlikview script</title>
      <link>https://community.qlik.com/t5/QlikView/query-converting-from-sql-into-qlikview-script/m-p/1594161#M738108</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Len(Trim([Alternate Resolution Date(UTC/GMT)])) = 0,
If(current_timestamp - [ Target Resolution Date(UTC/GMT)] &amp;gt; 0, 'Y', 'N'),
If(current_timestamp - [ Alternate Resolution Date(UTC/GMT)]) &amp;gt; 0, 'Y', 'N')
)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 20 Jun 2019 14:02:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/query-converting-from-sql-into-qlikview-script/m-p/1594161#M738108</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-06-20T14:02:03Z</dc:date>
    </item>
  </channel>
</rss>

