<?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 add space between first name and last name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106477#M763489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing a cross table load on your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jul 2018 11:20:10 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-20T11:20:10Z</dc:date>
    <item>
      <title>How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106470#M763479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Champs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help on how can I add space between First &amp;amp; last name in below example table?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Space.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208288_Space.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I need to have space&amp;nbsp; like below&lt;/P&gt;&lt;P&gt;Brolin Helen&lt;/P&gt;&lt;P&gt;Callins Joan&lt;/P&gt;&lt;P&gt;Carsson Rob etc.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106470#M763479</guid>
      <dc:creator>mandilicious</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106471#M763480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left(SalesPersons, FindOneOf(SalesPersons, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 2)-1) &amp;amp; ' ' &amp;amp; Mid(SalesPersons, FindOneOf(SalesPersons, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ', 2)) as NewSalesPersons;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SalesPersons&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BrolinHelen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CallinsJoan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CarssonRob&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208316_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106471#M763480</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T13:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106472#M763481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you very much I worked , maybe I am asking obvious question can you please explain why u used ?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;1) 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;2) ', 2)-1) and &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;, 2)) ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:21:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106472#M763481</guid>
      <dc:creator>mandilicious</dc:creator>
      <dc:date>2018-07-19T13:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106473#M763482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;1) 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' ?&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;These are used as the second argument for the FindFirstOf function which will return the position of the 1st (or 2nd in this case) of the upper case letters ABCD... based on the third argument.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;2) ', 2)-1) and &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;, 2)) ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;2 is the third argument... I am looking to find the beginning of the last name which always seems to be begin with a upper case letter. -1 is for the left function... Essentially pick everything before the 2nd upper case letter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:25:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106473#M763482</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T13:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106474#M763483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it does.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106474#M763483</guid>
      <dc:creator>mandilicious</dc:creator>
      <dc:date>2018-07-19T13:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106475#M763486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Super &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106475#M763486</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-19T13:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106476#M763488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quick one actually its related to the above question but differ little bit.i have table as below but i need to separate them like to have only Month(Jul,May,Oct,Sep etc ) and year(2015 and 2016) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Company:&lt;/P&gt;&lt;P&gt;LOAD Field, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jul-Sep 2015],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [May-Aug 2015], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Oct-Dec 2015], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jan-Mar 2016]&lt;/P&gt;&lt;P&gt;from &lt;/P&gt;&lt;P&gt;C:\Users..........&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 09:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106476#M763488</guid>
      <dc:creator>mandilicious</dc:creator>
      <dc:date>2018-07-20T09:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106477#M763489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing a cross table load on your data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 11:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106477#M763489</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-20T11:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106478#M763490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No i was not doing &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; cross table.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 13:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106478#M763490</guid>
      <dc:creator>mandilicious</dc:creator>
      <dc:date>2018-07-20T13:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106479#M763491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share few rows of data with the expected output from it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 13:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106479#M763491</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-20T13:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106480#M763492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to separate it like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month &lt;/P&gt;&lt;P&gt;JUL&lt;/P&gt;&lt;P&gt;OCT&lt;/P&gt;&lt;P&gt;JAN&lt;/P&gt;&lt;P&gt;APR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YEAR&lt;/P&gt;&lt;P&gt;2016&lt;/P&gt;&lt;P&gt;2015&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 13:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106480#M763492</guid>
      <dc:creator>mandilicious</dc:creator>
      <dc:date>2018-07-20T13:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106481#M763493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;CrossTable(MonthYear, Data)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Country, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; " [Jul-Sep 2015]", &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; [May-Aug 2015]", &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; [Oct-Dec 2015]", &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&amp;nbsp;&amp;nbsp;&amp;nbsp; [Jan-Mar 2016]"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;[..\..\Downloads\Exp (1).xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;NewTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Date(MakeDate(Year, Month)) as MonthYear;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Country,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Month(Date#(Left(Trim(PurgeChar(MonthYear, ']['&amp;amp;Chr(160))), 3), 'MMM')) as Month,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Year(Date#(Right(Trim(PurgeChar(MonthYear, ']['&amp;amp;Chr(160))), 4), 'YYYY')) as Year,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;DROP Table Table;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/208451_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 13:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106481#M763493</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-20T13:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to add space between first name and last name</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106482#M763494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Sunny you are the best:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2018 13:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-space-between-first-name-and-last-name/m-p/106482#M763494</guid>
      <dc:creator>mandilicious</dc:creator>
      <dc:date>2018-07-20T13:56:37Z</dc:date>
    </item>
  </channel>
</rss>

