<?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 How to, IF do else don´t in script? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-IF-do-else-don-t-in-script/m-p/360308#M133807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I´m creating a Datekey by startdate &amp;amp; '_' &amp;amp; Enddate as Datekey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but some of my post are corrupt and don´t have either start or enddate. I think qlikview then just give me a _ in the datekey field. When there are no start/enddate I would like qw to just move one and not construct a datekey. How is this done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2012 16:46:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-20T16:46:34Z</dc:date>
    <item>
      <title>How to, IF do else don´t in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-IF-do-else-don-t-in-script/m-p/360308#M133807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I´m creating a Datekey by startdate &amp;amp; '_' &amp;amp; Enddate as Datekey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but some of my post are corrupt and don´t have either start or enddate. I think qlikview then just give me a _ in the datekey field. When there are no start/enddate I would like qw to just move one and not construct a datekey. How is this done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 16:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-IF-do-else-don-t-in-script/m-p/360308#M133807</guid>
      <dc:creator />
      <dc:date>2012-03-20T16:46:34Z</dc:date>
    </item>
    <item>
      <title>How to, IF do else don´t in script?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-IF-do-else-don-t-in-script/m-p/360309#M133808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could attach &lt;/P&gt;&lt;P&gt;WHERE (NOT ISNULL(startdate) or NOT ISNULL(enddate)) or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the problem is with spaces you can also try:&lt;/P&gt;&lt;P&gt;WHERE LEN(TRIM(startdate))&amp;gt;0 or LEN(TRIM(enddate))&amp;gt;0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 19:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-IF-do-else-don-t-in-script/m-p/360309#M133808</guid>
      <dc:creator />
      <dc:date>2012-03-20T19:12:08Z</dc:date>
    </item>
  </channel>
</rss>

