<?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: straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193633#M875349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the question is how to split the names, then something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =SubField([Manager Name], ',', 1)&amp;nbsp;&amp;nbsp; // first name/Primary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SubField([Manager Name], ',', 2)&amp;nbsp;&amp;nbsp; // second name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Trim(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SubField([Manager Name], ',', 2))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2016 05:06:14 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2016-10-26T05:06:14Z</dc:date>
    <item>
      <title>straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193632#M875348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have a source like this in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 126px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="126"&gt;&lt;STRONG&gt;Manager names&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Carry, Jim&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Pitt, Brad&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;Watson, James&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;&lt;P&gt;Rao, Subba&lt;/P&gt;&lt;/TD&gt;&lt;TD class="xl64" height="20" style="border-top: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need a straight table in qlikview like the below as shown:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="48" style="width: 161px; height: 40px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="73"&gt;Primary &lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Jim&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;Secondary&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;P&gt;Carry&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest how to do.&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/straight-table/m-p/1193632#M875348</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193633#M875349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the question is how to split the names, then something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =SubField([Manager Name], ',', 1)&amp;nbsp;&amp;nbsp; // first name/Primary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SubField([Manager Name], ',', 2)&amp;nbsp;&amp;nbsp; // second name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Trim(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SubField([Manager Name], ',', 2))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 05:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193633#M875349</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-10-26T05:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193634#M875350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually my source was like this..sorry for the inconvenience caused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid rgb(0, 0, 0); width: 186px; height: 83px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Manager Names&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Carry, Jim&lt;/P&gt;&lt;P&gt;Pinto, Noel&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Pitt, Brad&lt;/P&gt;&lt;P&gt;Carry, Jim&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Watson, James&lt;/P&gt;&lt;P&gt;Pinto, Noel&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need an output like this in qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="59" style="border: 1px solid rgb(0, 0, 0); width: 268px; height: 61px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Primary&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Jim Carry&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Secondary&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Noel Pinto&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt; please hlep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 05:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193634#M875350</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-26T05:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193635#M875351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;actually my source was like this..sorry for the inconvenience caused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="99" style="border: 1px solid #000000; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Manager Names&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Carry, Jim&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Pinto, Noel&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Pitt, Brad&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Carry, Jim&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Watson, James&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Pinto, Noel&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;i need an output like this in qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="59" style="border: 1px solid #000000; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Primary name&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; background-position: no-repeat; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Jim Carry&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Secondary name&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;Noel Pinto&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;please help&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 15px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1149136" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;Re: straight table&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 05:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193635#M875351</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-26T05:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193636#M875352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share the Excel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 06:01:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193636#M875352</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-26T06:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193637#M875353</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 try with the below code,&lt;/P&gt;&lt;P&gt;Tbl:&lt;/P&gt;&lt;P&gt;LOAD ManagerName,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SubField(ManagerName,';',1) as Primary,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SubField(ManagerName,';',2) as Secondary;&lt;/P&gt;&lt;P&gt;LOAD Replace(ManagerName,chr(10),';') as ManagerName&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;TestData.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assumed, the space between values in the same cell as "enter key value" and provided the code. &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Replace(ManagerName,chr(10),';')&amp;nbsp; - This will replace the "enter key" which chr(10) with ";" so the data will get modified to "&lt;/SPAN&gt;Carry, Jim;Pinto, Noel" and using Subfield we can take the Primary and Secondary values as in screenshot below,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141969_screenshot.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Leni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 07:03:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193637#M875353</guid>
      <dc:creator>leni_harishwara</dc:creator>
      <dc:date>2016-10-26T07:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193638#M875354</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;Is this what you're looking for,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Splitting Field in straight table-237640.PNG" class="jive-image image-1" src="/legacyfs/online/141975_Splitting Field in straight table-237640.PNG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;By using this below script,Check this,&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14774662494368905 jive_text_macro" jivemacro_uid="_14774662494368905" modifiedtitle="true"&gt;
&lt;P&gt;Temp:&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;/P&gt;
&lt;P&gt;If(Right(RowNo()/2,2)&amp;lt;&amp;gt;'.5',[Manager Names] &amp;amp;':' &amp;amp; Peek([Manager Names])) as New&lt;/P&gt;
&lt;P&gt; INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Manager Names&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Carry, Jim"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Pinto, Noel"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Pitt, Brad"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Carry, Jim"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Watson, James"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Pinto, Noel"&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;Load RowNo() as ID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(SubField(New,':',2),',',2)&amp;amp;' '&amp;amp;SubField(SubField(New,':',2),',',1) as Primary_Name,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SubField(SubField(New,':',1),',',2)&amp;amp;' '&amp;amp;SubField(SubField(New,':',1),',',1) as Secondary_Name&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Resident Temp Where New&amp;lt;&amp;gt;Null();&lt;/P&gt;
&lt;P&gt;Drop Table Temp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this Helps,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;else Can u please elaborate your'e requirement, with providing much more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 07:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193638#M875354</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-10-26T07:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193639#M875355</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;This is helpful for you.&lt;/P&gt;&lt;P&gt;please check it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 07:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193639#M875355</guid>
      <dc:creator>maniram23</dc:creator>
      <dc:date>2016-10-26T07:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193640#M875356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you harish, this ight help. But only one thing is i dont need id numbers in the table. i just need primary name and secondary name. but inline wil not help for me as i have huge rows of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 09:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193640#M875356</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-26T09:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193641#M875357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srujana&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;=Replace([Manager names],',',' ')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 09:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193641#M875357</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2016-10-26T09:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193642#M875358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post some sample data, it will be helpful to look more further. &lt;SPAN style="font-size: 10pt;"&gt;yup! you can exclude 'ID' field from your'e Straight table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 10:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193642#M875358</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-10-26T10:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193643#M875360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 182px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="118"&gt;Manager names&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="64"&gt;Application name&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Pinto, Noel&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;abs&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Patrick, Marie&lt;BR /&gt; Jim, carry&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfe&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Subba, Rao&lt;BR /&gt; Noel, Pinto&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;gff&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Brad, Pitt&lt;BR /&gt; Jim, Carry&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;gtr&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Pinto, Noel&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;eert&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Patrick, Marie&lt;BR /&gt; Jim, carry&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfesdf&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Subba, Rao&lt;BR /&gt; Noel, Pinto&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfesdfgghj&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Brad, Pitt&lt;BR /&gt; Jim, Carry&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;v&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Pinto, Noel&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfehjilp&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Patrick, Marie&lt;BR /&gt; Jim, carry&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfe677&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Subba, Rao&lt;BR /&gt; Noel, Pinto&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfe345&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Brad, Pitt&lt;BR /&gt; Jim, Carry&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfe234&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Pinto, Noel&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfe908&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Patrick, Marie&lt;BR /&gt; Jim, carry&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfel;p&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Subba, Rao&lt;BR /&gt; Noel, Pinto&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfe89;,&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Brad, Pitt&lt;BR /&gt; Jim, Carry&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfeasd&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="20" style="border-top: none;"&gt;Pinto, Noel&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfeqwe&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Patrick, Marie&lt;BR /&gt; Jim, carry&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfezxc&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Subba, Rao&lt;BR /&gt; Noel, Pinto&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;dfe23415678&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="40" style="border-top: none;" width="118"&gt;Brad, Pitt&lt;BR /&gt; Jim, Carry&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;P&gt;dfe000&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i created a search box in qlikview for application name. so when i click any application in search i need to get the table as shown:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say for example if i search an application "dfe" i need to get like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="198"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="40" width="110"&gt;Primary name&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="88"&gt;Marie Patrick&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="40" style="border-top: none;"&gt;Secondary name&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Jim Carry&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;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 10:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193643#M875360</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-26T10:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193644#M875362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it like every app will have their ,&lt;SPAN style="font-size: 10pt;"&gt;Primary and secondary names or what , as i can see from the above data its not like that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide data in excel sheet,it will be helpful to look for&amp;nbsp; clear mapping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 10:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193644#M875362</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-10-26T10:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193645#M875364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 514px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; background: yellow; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Manager names&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-left: none; background: yellow; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Application name&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Pinto, Noel&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;abs&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Patrick, Marie&lt;BR /&gt; Jim, carry&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfesdf&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Subba, Rao&lt;BR /&gt; Noel, Pinto&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;gf&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Brad, Pitt&lt;BR /&gt; Jim, Carry&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;gt&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Pinto, Noel&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;e&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Patrick, Marie&lt;BR /&gt; Jim, carry&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfe123&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Subba, Rao&lt;BR /&gt; Noel, Pinto&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfe456&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Brad, Pitt&lt;BR /&gt; Jim, Carry&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;v234&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Pinto, Noel&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfe567&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Patrick, Marie&lt;BR /&gt; Jim, carry&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfe789&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Subba, Rao&lt;BR /&gt; Noel, Pinto&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfetyuh&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Brad, Pitt&lt;BR /&gt; Jim, Carry&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfenmj&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Pinto, Noel&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfecvf&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Patrick, Marie&lt;BR /&gt; Jim, carry&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfedftr&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Subba, Rao&lt;BR /&gt; Noel, Pinto&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfesde&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Brad, Pitt&lt;BR /&gt; Jim, Carry&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfegtyu&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD nowrap="nowrap" style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Pinto, Noel&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfeuoi&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Patrick, Marie&lt;BR /&gt; Jim, carry&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfeawse&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Subba, Rao&lt;BR /&gt; Noel, Pinto&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfenmjyd&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="249"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Brad, Pitt&lt;BR /&gt; Jim, Carry&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="266"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;dfe12wsd&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 11:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193645#M875364</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-26T11:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193646#M875366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry cant give in excel. each application has two names. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i search on application , the table should give me primary name as the first in that cell, and the other as secondary from the same cell. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 11:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193646#M875366</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-26T11:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193647#M875368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the very first one, has only one name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 11:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193647#M875368</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-10-26T11:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193648#M875370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which ever application name has one name , secondary name will be null. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 11:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193648#M875370</guid>
      <dc:creator>srujanaponnuru</dc:creator>
      <dc:date>2016-10-26T11:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: straight table</title>
      <link>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193649#M875372</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;Check this,By using the provided data,In front end by selecting 'application name' you can look into 'primary and secondary' managers.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="142012" alt="Splitting Field in straight table Loop-237640.PNG" class="jive-image image-1" src="/legacyfs/online/142012_Splitting Field in straight table Loop-237640.PNG" style="height: 173px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;At Script ,By Creating a loop for each 'Application Name' with the [Manager names] column,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14774895991216538" jivemacro_uid="_14774895991216538"&gt;
&lt;P&gt;Temp:&lt;/P&gt;
&lt;P&gt;LOAD [Manager names],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Isnull([Application name]),Peek([Application name]),[Application name]) as Appname,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Application name]&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[Manger Names and apps.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;Load [Manager names],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Appname&lt;/P&gt;
&lt;P&gt;Resident Temp;&lt;/P&gt;
&lt;P&gt;Drop Table Temp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;For each Appname in New&lt;/P&gt;
&lt;P&gt;Concatenate&lt;/P&gt;
&lt;P&gt;New:&lt;/P&gt;
&lt;P&gt;load&lt;/P&gt;
&lt;P&gt;Concat([Manager names],':') as [New Manager names],&lt;/P&gt;
&lt;P&gt;Appname&lt;/P&gt;
&lt;P&gt;resident Data&lt;/P&gt;
&lt;P&gt;Group by Appname;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Next;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Final_Table:&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;Load Appname,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [New Manager names]&lt;/P&gt;
&lt;P&gt;Resident Data Where [New Manager names]&amp;lt;&amp;gt;Null();&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Drop Table Data;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;


&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 13:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/straight-table/m-p/1193649#M875372</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-10-26T13:49:40Z</dc:date>
    </item>
  </channel>
</rss>

