<?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 combine three fields in to one field from same table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2762#M402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this what need to be the output &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 641px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" height="20" width="152"&gt;11&lt;/TD&gt;&lt;TD width="109"&gt;JJ&lt;/TD&gt;&lt;TD width="128"&gt;&lt;/TD&gt;&lt;TD width="129"&gt;2017-10-24 17:43:31&lt;/TD&gt;&lt;TD width="123"&gt;2017-10-25 19:26:37&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in rowno 11 there are multiple dates which dates need to be there ? or you want both the dates ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2018 08:05:08 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2018-01-18T08:05:08Z</dc:date>
    <item>
      <title>How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2761#M401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are doing great!&lt;/P&gt;&lt;P&gt;Can any one please explain how to combine multiple fields into one field?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please find the attached excel example data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;from timestamp field i need only date and need to combine in to one field.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 07:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2761#M401</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-18T07:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2762#M402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for this what need to be the output &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 641px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" height="20" width="152"&gt;11&lt;/TD&gt;&lt;TD width="109"&gt;JJ&lt;/TD&gt;&lt;TD width="128"&gt;&lt;/TD&gt;&lt;TD width="129"&gt;2017-10-24 17:43:31&lt;/TD&gt;&lt;TD width="123"&gt;2017-10-25 19:26:37&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in rowno 11 there are multiple dates which dates need to be there ? or you want both the dates ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 08:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2762#M402</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-18T08:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2763#M403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this, Using concatenate symbol&lt;/P&gt;&lt;P&gt;we can combine the fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;CapturedDate1&amp;amp;'|'&amp;amp;CapturedDate2&lt;/SPAN&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: #1f497d;"&gt;&amp;amp;'|'&amp;amp;CampturedDate3 &lt;/SPAN&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;as FinalDate,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d; font-family: Calibri, sans-serif; font-size: 14.6667px;"&gt;Pradeep&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 08:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2763#M403</guid>
      <dc:creator>vangurideepu</dc:creator>
      <dc:date>2018-01-18T08:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2764#M404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please give expected result for this data&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1-18-2018 3-08-19 PM.png" class="jive-image image-1" src="/legacyfs/online/190457_1-18-2018 3-08-19 PM.png" style="height: 76px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;An Pham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 08:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2764#M404</guid>
      <dc:creator>kenphamvn</dc:creator>
      <dc:date>2018-01-18T08:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2765#M405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response. &lt;/P&gt;&lt;P&gt;That fields all are Timestamps, from that i need only Date and need to combine the three fields in too one fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this,&lt;/P&gt;&lt;P&gt;23.10.2017&lt;/P&gt;&lt;P&gt;24.10.2017&lt;/P&gt;&lt;P&gt;25.10.2017&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 08:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2765#M405</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-18T08:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2766#M406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pradeep,&lt;/P&gt;&lt;P&gt;Can you please find below scripts.It's showing wrong.&lt;/P&gt;&lt;P&gt;please advice.&lt;/P&gt;&lt;P&gt;TRIP:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;Date1 &amp;amp;'|'&amp;amp; Date2 &amp;amp;'|'&amp;amp; Date3&amp;nbsp; as finalDate,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Code], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DayStart([Stage1Captured Time], 'DD.MM.YYYY')) as Date1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DayStart([Stage2Captured Time], 'DD.MM.YYYY')) as Date2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DayStart([Stage3Captured Time], 'DD.MM.YYYY')) as Date3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;(...&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is [Trip Report]);&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 09:05:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2766#M406</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-18T09:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2767#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Pham,&lt;/P&gt;&lt;P&gt;Its should be only one date. Excludes time. &lt;/P&gt;&lt;P&gt;FinalDate&lt;/P&gt;&lt;P&gt;23.10.2017&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 09:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2767#M407</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-18T09:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2768#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try preceding load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRIP:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date1 &amp;amp;'|'&amp;amp; Date2 &amp;amp;'|'&amp;amp; Date3&amp;nbsp; as finalDate,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Name],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Code],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DayStart([Stage1Captured Time], 'DD.MM.YYYY')) as Date1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DayStart([Stage2Captured Time], 'DD.MM.YYYY')) as Date2,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DayStart([Stage3Captured Time], 'DD.MM.YYYY')) as Date3;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Name],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Code],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Stage1Captured Time,&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Stage2Captured Time,&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Stage3Captured Time&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;FROM&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(...&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;(ooxml, embedded labels, table is [Trip Report]); &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;A _jive_internal="true" class="jive-acclaim-likelink" data-command="like" data-object-id="1419455" data-object-type="2" href="https://community.qlik.com/thread/288223" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;How to combine three fields in to one field from same table&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 09:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2768#M408</guid>
      <dc:creator>shanky1907</dc:creator>
      <dc:date>2018-01-18T09:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2769#M409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shashank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;Date1 &amp;amp;'|'&amp;amp; Date2 &amp;amp;'|'&amp;amp; Date3&amp;nbsp; as finalDate;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DayStart([Stage1Captured Time], 'DD.MM.YYYY')) as Date1,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DayStart([Stage2Captured Time], 'DD.MM.YYYY')) as Date2,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATE(DayStart([Stage3Captured Time], 'DD.MM.YYYY')) as Date3;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Name],&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Code],&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;Stage1Captured Time,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;Stage2Captured Time,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13px;"&gt;Stage3Captured Time&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; color: #3d3d3d; background-color: #f2f2f2;"&gt;FROM&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; color: #3d3d3d; background-color: #f2f2f2;"&gt;(...&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; color: #3d3d3d; background-color: #f2f2f2;"&gt;(ooxml, embedded labels, table is [Trip Report]);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 09:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2769#M409</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-18T09:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2770#M410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 09:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2770#M410</guid>
      <dc:creator>shanky1907</dc:creator>
      <dc:date>2018-01-18T09:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2771#M411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;hi &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;are you expecting the result of this script?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;note : your last column is camptured date in the sheet :d :d :d&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;LOAD DISTINCT StoreID, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManagerName,final_date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; WHERE LEN(TRIM(final_date))&amp;gt;0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;load StoreID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManagerName,date#(SubField(CapturedDate1_date &amp;amp;','&amp;amp; CapturedDate2_date &amp;amp; ',' &amp;amp; CampturedDate3_date,','),'MM/DD/YYYY') as final_date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD StoreID, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManagerName, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(TIMESTAMP#(CapturedDate1,'YYYY-MM-DD hh:mm:ss')))as&amp;nbsp; CapturedDate1_date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(TIMESTAMP#(CapturedDate2,'YYYY-MM-DD hh:mm:ss'))) as CapturedDate2_date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(TIMESTAMP#(CampturedDate3,'YYYY-MM-DD hh:mm:ss'))) as CampturedDate3_date,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CapturedDate1,&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CapturedDate2, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CampturedDate3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sampledata.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 09:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2771#M411</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-18T09:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2772#M412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; no errors but there is no data in fields, finalDate, Date1,Date2,Date3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 09:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2772#M412</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-18T09:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2773#M413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help Pradhosh, &lt;/P&gt;&lt;P&gt;Its working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190470_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;can i see the dates from starting. like if the date is started from July. It should show like this and format also.&lt;/P&gt;&lt;P&gt;need to see ' . ' (dot) Instead of '-' . How to remove that space in DO Number listbox? &lt;/P&gt;&lt;P&gt;02.05.2017&lt;/P&gt;&lt;P&gt;10.05.2017&lt;/P&gt;&lt;P&gt;06.06.2017 etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 10:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2773#M413</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-18T10:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2774#M414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 13.3333px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;LOAD DISTINCT StoreID,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManagerName,final_date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;WHERE LEN(TRIM(final_date))&amp;gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;load StoreID,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManagerName,date(date#(SubField(CapturedDate1_date &amp;amp;','&amp;amp; CapturedDate2_date &amp;amp; ',' &amp;amp; CampturedDate3_date,','),'MM/DD/YYYY').'DD.MM.YYYY') as final_date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;LOAD StoreID,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ManagerName,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(TIMESTAMP#(CapturedDate1,'YYYY-MM-DD hh:mm:ss')))as&amp;nbsp; CapturedDate1_date,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(TIMESTAMP#(CapturedDate2,'YYYY-MM-DD hh:mm:ss'))) as CapturedDate2_date,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(floor(TIMESTAMP#(CampturedDate3,'YYYY-MM-DD hh:mm:ss'))) as CampturedDate3_date,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CapturedDate1, &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CapturedDate2,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CampturedDate3&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Sampledata.xlsx&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;IN THE LIST BOX&amp;nbsp; SORT IT BY final_date to see it sorted .&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;for DO Number use&amp;nbsp;&amp;nbsp; if(len(trim([&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;STRONG&gt; DO Number]))&amp;gt;0,&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;STRONG&gt;[&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;&lt;STRONG&gt; DO Number]) as expression in list box&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 10:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2774#M414</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-18T10:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2775#M415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;script is not &lt;SPAN style="font-size: 13.3333px;"&gt;reloading, strucked at initially only. I have lot of fields in my table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;load&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Trip Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Vehicle Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Movement Type], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Do Number],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Plant1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Carrier Code], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage1 Driver Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage1First Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage1Last Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage1Truck Compliance], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage1Driver Compliance], &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage1User Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage1Device Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage1Approved/Rejected By], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage1Approved/Rejected Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage2Driver Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage2First Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage2Last Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage2Truck Compliance], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage2Driver Compliance], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage2User Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage2Device Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage2Approved/Rejected By], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage2Approved/Rejected Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage3Driver Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage3First Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage3Last Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage3Truck Compliance], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage3Driver Compliance], &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage3User Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage3Device Id], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage3Approved/Rejected By], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Stage3Approved/Rejected Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; date((SubField(CapturedDate1_date &amp;amp;','&amp;amp; CapturedDate2_date &amp;amp; ',' &amp;amp; CampturedDate3_date,','),'MM/DD/YYYY'),'DD.MM.YYYY')as final_date&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190479_Capture3.PNG" style="height: 258px; width: 620px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 10:47:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2775#M415</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-18T10:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2776#M416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are not following the way i have described . Please follow and it shall work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 12:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2776#M416</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-18T12:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine three fields in to one field from same table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2777#M417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your time and help Pradosh,&lt;/P&gt;&lt;P&gt;Its working now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 12:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-three-fields-in-to-one-field-from-same-table/m-p/2777#M417</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-01-18T12:30:34Z</dc:date>
    </item>
  </channel>
</rss>

