<?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 Split same table into two in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Split-same-table-into-two/m-p/226498#M78690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ranjit, I don't understand why you want to split that table.&lt;/P&gt;&lt;P&gt;If I were you I would do something like this (just the idea) :&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load * from bool1.xlsx;&lt;/P&gt;&lt;P&gt;ResidentTable1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;DateCoded,&lt;/P&gt;&lt;P&gt;DateCoded as Phase,&lt;/P&gt;&lt;P&gt;if(DateCoded 12 - 15 nov, DateCoded) as Phase1,&lt;/P&gt;&lt;P&gt;if(DateCoded 16- 17 nov, DateCoded) as Phase2&lt;/P&gt;&lt;P&gt;resident Table1;&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Dec 2010 10:00:40 GMT</pubDate>
    <dc:creator>marcel_olmo</dc:creator>
    <dc:date>2010-12-17T10:00:40Z</dc:date>
    <item>
      <title>Split same table into two</title>
      <link>https://community.qlik.com/t5/QlikView/Split-same-table-into-two/m-p/226496#M78688</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;I have attached an excel sheet. There i need to split same table into two.&lt;/P&gt;&lt;P&gt;I want to assign a field name as '&lt;STRONG&gt;Phase1'&lt;/STRONG&gt; From DateCoded (12-Nov - 15-Nov)&lt;/P&gt;&lt;P&gt;and '&lt;STRONG&gt;Phase2&lt;/STRONG&gt;' from DateCoded (16-Nov - 17-Nov)&lt;/P&gt;&lt;P&gt;So in my application i should able to select a field called &lt;STRONG&gt;Phase&lt;/STRONG&gt;, there i should able to selecet Phase1 and Phase2&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 09:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-same-table-into-two/m-p/226496#M78688</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-12-17T09:47:18Z</dc:date>
    </item>
    <item>
      <title>AW:Split same table into two</title>
      <link>https://community.qlik.com/t5/QlikView/Split-same-table-into-two/m-p/226497#M78689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Ranjit&lt;/P&gt;&lt;P&gt;you must not split your table, better you enter a new field like this:&lt;/P&gt;&lt;P&gt;If(DateCoded&amp;gt;Firstdate And DateCoded&amp;lt;Lastdate,'Phase 1','Phase2') As Phase&lt;/P&gt;&lt;P&gt;Firstdate can be a variable or a Datefield or an expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 09:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-same-table-into-two/m-p/226497#M78689</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2010-12-17T09:59:41Z</dc:date>
    </item>
    <item>
      <title>Split same table into two</title>
      <link>https://community.qlik.com/t5/QlikView/Split-same-table-into-two/m-p/226498#M78690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ranjit, I don't understand why you want to split that table.&lt;/P&gt;&lt;P&gt;If I were you I would do something like this (just the idea) :&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;load * from bool1.xlsx;&lt;/P&gt;&lt;P&gt;ResidentTable1:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;DateCoded,&lt;/P&gt;&lt;P&gt;DateCoded as Phase,&lt;/P&gt;&lt;P&gt;if(DateCoded 12 - 15 nov, DateCoded) as Phase1,&lt;/P&gt;&lt;P&gt;if(DateCoded 16- 17 nov, DateCoded) as Phase2&lt;/P&gt;&lt;P&gt;resident Table1;&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 10:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-same-table-into-two/m-p/226498#M78690</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2010-12-17T10:00:40Z</dc:date>
    </item>
    <item>
      <title>AW:Split same table into two</title>
      <link>https://community.qlik.com/t5/QlikView/Split-same-table-into-two/m-p/226499#M78691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Martina thanks for your reply,&lt;/P&gt;&lt;P&gt;It worked fine,&lt;/P&gt;&lt;P&gt;I framed it like below&lt;/P&gt;&lt;P&gt;If([Date Coded]&amp;gt;= 40494 And [Date Coded]&amp;lt; 40501,'Phase 1','Phase 2') As Phase,&lt;/P&gt;&lt;P&gt;Is there a way where in instead putting 40494, can i put 12-nov or 11/12/2010. When i tried 11/12/2010 it dint work, because the system needs to understand the format.&lt;/P&gt;&lt;P&gt;Please suggest. But your answer worked perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 10:27:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-same-table-into-two/m-p/226499#M78691</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-12-17T10:27:33Z</dc:date>
    </item>
    <item>
      <title>AW:Split same table into two</title>
      <link>https://community.qlik.com/t5/QlikView/Split-same-table-into-two/m-p/226500#M78692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Ranjit wrote:Is there a way where in instead putting 40494, can i put 12-nov or 11/12/2010. When i tried 11/12/2010 it dint work, because the system needs to understand the format.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Here are a couple ways:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;makedate(2010,11,12)&lt;BR /&gt;date#('11/12/2010','MM/DD/YYYY')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Dec 2010 01:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Split-same-table-into-two/m-p/226500#M78692</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-12-18T01:17:07Z</dc:date>
    </item>
  </channel>
</rss>

