<?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: Checking condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Checking-condition/m-p/497059#M185849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bill.....!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2013 05:55:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-22T05:55:24Z</dc:date>
    <item>
      <title>Checking condition</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-condition/m-p/497057#M185847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to use below SQL code in qlikview&amp;nbsp; i need to check column from tbl1 &amp;amp; if exist then need to &lt;/P&gt;&lt;P&gt;run select * from tbl222; statement...i tried below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PQR:&lt;/P&gt;&lt;P&gt;IF EXISTS &lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;select distinct clumn1 from tbl1&lt;/P&gt;&lt;P&gt;where tbl1.clumn1 ='ABC'&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;select * from tbl222;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 10:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-condition/m-p/497057#M185847</guid>
      <dc:creator />
      <dc:date>2013-10-21T10:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Checking condition</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-condition/m-p/497058#M185848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Rahul&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;PQR:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;load sql&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;select distinct clumn1 from tbl1&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;where tbl1.clumn1 ='ABC'&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;let vNoOfRows =&amp;nbsp; NoOfRows('SalaryBin') ;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Trace $(vNoOfRows) Rows in table PQR ;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if vNoOfRows &amp;gt; 0 then &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; let vTraceMess = today() ;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; Trace Getting data from tbl222 ;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #339966;"&gt;&amp;nbsp; // and here insert code to get the data from tbl222&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; else&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; Trace&amp;nbsp; NOT Getting data from tbl222 ;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;endif &lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Oct 2013 12:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-condition/m-p/497058#M185848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-21T12:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Checking condition</title>
      <link>https://community.qlik.com/t5/QlikView/Checking-condition/m-p/497059#M185849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bill.....!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2013 05:55:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checking-condition/m-p/497059#M185849</guid>
      <dc:creator />
      <dc:date>2013-10-22T05:55:24Z</dc:date>
    </item>
  </channel>
</rss>

