<?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: Multiple transaction date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-transaction-date/m-p/1376256#M420107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your split code? I am thinking about creating FLAG to use different scenario. Have you done the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Date1 as DateField, 'Date1' as Flag, .....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Concatenate&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Load Date2 as DateField, 'Date2' as Flag, .....;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Concatenate&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Load Date3 as DateField, 'Date3' as Flag, .....;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In UI, you can use any one of Flag as per business need like&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Flag = {'Date3'}&amp;gt;} Measure) // This returns only sums the Measure where Date3 field has data points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2017 03:05:26 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-09-20T03:05:26Z</dc:date>
    <item>
      <title>Multiple transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-transaction-date/m-p/1376255#M420106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with 10 million records, but i have three diff dates (Created_Date, Closed_Date, Win_Date).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a Master calendar where I have "Date_Field".&amp;nbsp; (concatenation of all the three dates)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the transaction happened for all three dates in different charts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have split the 10 million table into three different table with Created_Date, Closed_Date and Win_Date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My application is heavy now. with 30 million records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another approach where i can get this without splitting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks&lt;/P&gt;&lt;P&gt;Renjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2017 19:57:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-transaction-date/m-p/1376255#M420106</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2017-09-19T19:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-transaction-date/m-p/1376256#M420107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your split code? I am thinking about creating FLAG to use different scenario. Have you done the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Date1 as DateField, 'Date1' as Flag, .....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Concatenate&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Load Date2 as DateField, 'Date2' as Flag, .....;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Concatenate&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Load Date3 as DateField, 'Date3' as Flag, .....;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In UI, you can use any one of Flag as per business need like&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Flag = {'Date3'}&amp;gt;} Measure) // This returns only sums the Measure where Date3 field has data points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 03:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-transaction-date/m-p/1376256#M420107</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-20T03:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-transaction-date/m-p/1376257#M420108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried this, but will you connect from this bridge table to the Transaction table with Three dates. &lt;/P&gt;&lt;P&gt;Which Key ? I have to have a combination key in my transaction table too. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2017 06:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-transaction-date/m-p/1376257#M420108</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2017-09-20T06:52:46Z</dc:date>
    </item>
  </channel>
</rss>

