<?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: let and if statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702071#M674729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a syntax error, try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(hora = $(vNOJOB),'NO JOB')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(hora = $(vNOJOB),'NO JOB','')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2014 10:45:01 GMT</pubDate>
    <dc:creator>PabloOrtiz</dc:creator>
    <dc:date>2014-07-18T10:45:01Z</dc:date>
    <item>
      <title>let and if statement</title>
      <link>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702067#M674725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have a 'status' variable which I derived and I want to include the status 'no job' in. And this status 'no job' is for when a variable 'time' is 0.0000. I've tried 'LET vNOJOB = 0.0000;' under a main tab in edit script and ' if((Time) = $(vNOJOB),'NO JOB' ' under another tab in edit script. However there's an error message saying ' if((Time) = $(vNOJOB),'NO JOB' ' statement takes 2-3 parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 03:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702067#M674725</guid>
      <dc:creator />
      <dc:date>2014-07-18T03:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: let and if statement</title>
      <link>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702068#M674726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess there should be two closing parenthesis after 'On Time', and you remove 2 after 'no job'.&lt;/P&gt;&lt;P&gt;As the error is describing, there's syntax error for if condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 04:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702068#M674726</guid>
      <dc:creator />
      <dc:date>2014-07-18T04:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: let and if statement</title>
      <link>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702069#M674727</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;Check there is bracket need to be complete after &lt;STRONG&gt;'On Time'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that If statement you are taking 4 parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 04:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702069#M674727</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-07-18T04:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: let and if statement</title>
      <link>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702070#M674728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the syntax of the IF clauses carefully.... I think it will be a minute mistake when using Nested-IF... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 04:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702070#M674728</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-07-18T04:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: let and if statement</title>
      <link>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702071#M674729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a syntax error, try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(hora = $(vNOJOB),'NO JOB')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(hora = $(vNOJOB),'NO JOB','')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 10:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702071#M674729</guid>
      <dc:creator>PabloOrtiz</dc:creator>
      <dc:date>2014-07-18T10:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: let and if statement</title>
      <link>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702072#M674730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rachel, on which place, you are using this condition ? it on LOAD or ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 11:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/let-and-if-statement/m-p/702072#M674730</guid>
      <dc:creator />
      <dc:date>2014-07-18T11:46:51Z</dc:date>
    </item>
  </channel>
</rss>

