<?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: How to mergr two fields into one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-mergr-two-fields-into-one/m-p/1024065#M938488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to use a concept called Canonical Calendar. Read here: &lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2016 14:57:57 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-01T14:57:57Z</dc:date>
    <item>
      <title>How to mergr two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mergr-two-fields-into-one/m-p/1024063#M938486</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 want to merge two fields into one. I have these two fields in script LineStartDate and LastBillDate and I want to merge them into one Date field. I have tried renaming them the same but it gives an error, Fields must have unique names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please shade some light.&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;Arsalan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 14:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mergr-two-fields-into-one/m-p/1024063#M938486</guid>
      <dc:creator />
      <dc:date>2016-02-01T14:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to mergr two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mergr-two-fields-into-one/m-p/1024064#M938487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under what condition you need to merge these two fields ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you'll need to merge these fields with an IF condition, for example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LineStartDate&amp;gt;Today(),LastBillDate,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LineStartDate&lt;/SPAN&gt;) AS Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 14:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mergr-two-fields-into-one/m-p/1024064#M938487</guid>
      <dc:creator />
      <dc:date>2016-02-01T14:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to mergr two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mergr-two-fields-into-one/m-p/1024065#M938488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to use a concept called Canonical Calendar. Read here: &lt;A href="https://community.qlik.com/qlik-blogpost/3585"&gt;Canonical Date&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 14:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mergr-two-fields-into-one/m-p/1024065#M938488</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-01T14:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to mergr two fields into one</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-mergr-two-fields-into-one/m-p/1024066#M938489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this field called LineStatus, this is where it gets difficult and tricky. Within the LineStatus field, I have four filters: Active, On Hold, Replaced and Cancelled. I have to make a chart where I have to contemplate Active and On Hold with LineStartDate and Cancelled and Replaced filters with both the LineStartDate and also LastBillDate.&lt;/P&gt;&lt;P&gt;Active and On Hold : Line Start Date&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Cancelled and Replaced : Line Start Date and also Last Bill Date.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have NEVER had this situation where I had to make visualizations based on two different dates. If I count Last Bill Date in the chart Active and On Hold will also change along with Cancelled and Replaced which is not part of the report &lt;/SPAN&gt;requirements. My DW person has said this is 'doable' in Qlik but I do not know how. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Bottom Line is I need to merge both the Line Start Date and Last Bill Date into one Date with the exception Last Bill Date only filtering out Cancelled and Replaced leaving out Active and On Hold.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please let me know if you guys need more elaboration this is absolute must for my current project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thank you guys for your support.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2016 15:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-mergr-two-fields-into-one/m-p/1024066#M938489</guid>
      <dc:creator />
      <dc:date>2016-02-01T15:36:03Z</dc:date>
    </item>
  </channel>
</rss>

