<?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 Logical Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313767#M408083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add a column called "Traded" requirement&amp;nbsp; is such that if a customer has traded with in its invoice date then it should show value 'Traded' else 'Not Traded'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Mar 2017 17:15:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-30T17:15:17Z</dc:date>
    <item>
      <title>Logical Help</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313767#M408083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add a column called "Traded" requirement&amp;nbsp; is such that if a customer has traded with in its invoice date then it should show value 'Traded' else 'Not Traded'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 17:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313767#M408083</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-30T17:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Help</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313768#M408084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the field used here for CustomerTradeDate? &lt;/P&gt;&lt;P&gt;May be you can try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(CustomerTradeDate &amp;lt;= InvoiceDate, 'Traded', 'NotTraded')&amp;nbsp; AS TradeFlag&lt;/P&gt;&lt;P&gt;FROM yoursourcename; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 17:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313768#M408084</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-30T17:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Help</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313769#M408085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Field1, Field2, customer, [invoice date], &lt;STRONG&gt;If(customer &amp;lt;= [incoice date], 'Traded','Not Traded')&lt;/STRONG&gt; as Traded&lt;/P&gt;&lt;P&gt;From &amp;lt;Datasource&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 17:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313769#M408085</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-30T17:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Help</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313770#M408086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no column such like&amp;nbsp; date &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 17:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313770#M408086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-30T17:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Help</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313771#M408087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So how you going to check if that customer is within the InvoiceDate, there should be some datefield right? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 18:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313771#M408087</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-30T18:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Help</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313772#M408088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would help you to get answers if you provided information about existing fields in your data model instead of non existing ones ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 22:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help/m-p/1313772#M408088</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-03-30T22:59:12Z</dc:date>
    </item>
  </channel>
</rss>

