<?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 Complex IF Statement. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/217568#M70758</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finaly managed to get it to work this morning quite simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this as IF&lt;/P&gt;&lt;P&gt;if($(vAfsprakencounter)+$(vTodocounter)+$(vMessagecounter) = $(vMessagedone)+$(vTododone)+$(vAppointmentsdone), 'Done', 'Open')&lt;/P&gt;&lt;P&gt;I edited my script to also load a list of completed fields and when this sum matches it show me if everything has been completed or no. Not minding that some value's are 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Dec 2010 10:23:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-09T10:23:30Z</dc:date>
    <item>
      <title>Complex IF Statement.</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/217565#M70755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Im trying to create a document that will only select a field when it matches a certain valua's how ever he selects the valuas from differnt tables. So far so simple to do this i created to follow IF statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=IF(Todo.FK_WORKFLOWSTATE ='43EA659F-14BB-473A-869B-819C63EF43AC'&lt;/P&gt;&lt;P&gt;AND Inboundmessages.FK_WORKFLOWSTATE = '6E490B26-35EF-41F3-97FB-68E5E2DB1344'&lt;/P&gt;&lt;P&gt;AND APPOINTMENTS.FK_WORKFLOWSTATE ='43EA659F-14BB-473A-869B-819C63EF43AC' , actionscope.code)&lt;/P&gt;&lt;P&gt;How ever i also need to the select actionscope.code when 1 of them matches and the other are not present(null). Or when 2 match and the other is not present ect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhelp or surgestions??&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Luuk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 15:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/217565#M70755</guid>
      <dc:creator />
      <dc:date>2010-12-08T15:44:50Z</dc:date>
    </item>
    <item>
      <title>Complex IF Statement.</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/217566#M70756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can't you work with extra ()'s?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF( (statement from above) OR (additional statement) OR (additional statement) ) etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 15:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/217566#M70756</guid>
      <dc:creator>amien</dc:creator>
      <dc:date>2010-12-08T15:53:01Z</dc:date>
    </item>
    <item>
      <title>Complex IF Statement.</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/217567#M70757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a option yes how ever i dont know how i tell qlikview to load it in the right way&lt;/P&gt;&lt;P&gt;I have 3 tables with different records with a status field, i need to load all files when they are all done or one when the others are null. like this :&lt;/P&gt;&lt;P&gt;a Done b Done c Done, &amp;lt;---Load it here&lt;/P&gt;&lt;P&gt;a Done b Null c Done, &amp;lt; ---- Load here&lt;/P&gt;&lt;P&gt;a Done B not ready c Done &amp;lt;---- Don't Load&lt;/P&gt;&lt;P&gt;How ever i dont know how i create a statement like this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 17:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/217567#M70757</guid>
      <dc:creator />
      <dc:date>2010-12-08T17:12:49Z</dc:date>
    </item>
    <item>
      <title>Complex IF Statement.</title>
      <link>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/217568#M70758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finaly managed to get it to work this morning quite simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this as IF&lt;/P&gt;&lt;P&gt;if($(vAfsprakencounter)+$(vTodocounter)+$(vMessagecounter) = $(vMessagedone)+$(vTododone)+$(vAppointmentsdone), 'Done', 'Open')&lt;/P&gt;&lt;P&gt;I edited my script to also load a list of completed fields and when this sum matches it show me if everything has been completed or no. Not minding that some value's are 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 10:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Complex-IF-Statement/m-p/217568#M70758</guid>
      <dc:creator />
      <dc:date>2010-12-09T10:23:30Z</dc:date>
    </item>
  </channel>
</rss>

