<?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: &amp;lt;= in my table expression does not function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/lt-in-my-table-expression-does-not-function/m-p/1305768#M406483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Danke Marcus&lt;/P&gt;&lt;P&gt;Will es mahl testen&lt;/P&gt;&lt;P&gt;aber denke es wird ein normale straight tabel ohne if-statements und nur jahr-filters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Court&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2017 12:27:42 GMT</pubDate>
    <dc:creator>pacoli2013</dc:creator>
    <dc:date>2017-06-30T12:27:42Z</dc:date>
    <item>
      <title>&lt;= in my table expression does not function</title>
      <link>https://community.qlik.com/t5/QlikView/lt-in-my-table-expression-does-not-function/m-p/1305766#M406481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table, Dimension auftrag + positionsnummer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several date - filters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my fact table I have joined several fields to make if-statements in my straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Need if-statements because in the same table I will have some TEXT-Fields (like Lieferart) so AGGR-functions doesn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the table I have an Expression Versanddatum with following if Statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* 20) Year and Month */&lt;BR /&gt;if (Isl_YearMonth &amp;lt;= (Year&amp;amp;Month), Versanddatum,&lt;/P&gt;&lt;P&gt;/* 21) Year and Week */&lt;BR /&gt;if (Isl_YearWeek &amp;lt;= (Year&amp;amp;Week), Versanddatum,&lt;/P&gt;&lt;P&gt;/* 22) Year and DayShortName */&lt;BR /&gt;if (Isl_YearWeekdayShortName &amp;lt;= (Year&amp;amp;DayShortName), Versanddatum, &lt;/P&gt;&lt;P&gt;/* 23) Year and&amp;nbsp; Day */&lt;BR /&gt;if (Isl_YearMonthDay &amp;lt;= (Year&amp;amp;Day), Versanddatum,&lt;/P&gt;&lt;P&gt;/* 24) Year */&lt;BR /&gt;if (Isl_Year &amp;lt;= (Year), Versanddatum&lt;BR /&gt;)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the = part functions the &amp;lt; part not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can explain me why or why on?&lt;/P&gt;&lt;P&gt;Are such Statements possible at All? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an other solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Court&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 09:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-in-my-table-expression-does-not-function/m-p/1305766#M406481</guid>
      <dc:creator>pacoli2013</dc:creator>
      <dc:date>2017-06-30T09:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= in my table expression does not function</title>
      <link>https://community.qlik.com/t5/QlikView/lt-in-my-table-expression-does-not-function/m-p/1305767#M406482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It didn't work because you tried to use a numerical operator for string-values. Instead of &amp;lt;&amp;gt; you could try it with &lt;STRONG&gt;precedes&lt;/STRONG&gt; or &lt;STRONG&gt;follows&lt;/STRONG&gt; as operators.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beside them I wouldn't use string-values for it and I'm not sure if the whole approach to control dimensions/expressions with so many date-fields is really handy - at least I would use dual(string, number) for these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 10:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-in-my-table-expression-does-not-function/m-p/1305767#M406482</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-06-30T10:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;= in my table expression does not function</title>
      <link>https://community.qlik.com/t5/QlikView/lt-in-my-table-expression-does-not-function/m-p/1305768#M406483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Danke Marcus&lt;/P&gt;&lt;P&gt;Will es mahl testen&lt;/P&gt;&lt;P&gt;aber denke es wird ein normale straight tabel ohne if-statements und nur jahr-filters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Court&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2017 12:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/lt-in-my-table-expression-does-not-function/m-p/1305768#M406483</guid>
      <dc:creator>pacoli2013</dc:creator>
      <dc:date>2017-06-30T12:27:42Z</dc:date>
    </item>
  </channel>
</rss>

