<?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 Display Column values to row in Straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Display-Column-values-to-row-in-Straight-table/m-p/1026535#M927072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;Team&lt;/STRONG&gt; as dimension and &lt;STRONG&gt;Concat(Dept, ';')&lt;/STRONG&gt; as expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 13:17:12 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-03-31T13:17:12Z</dc:date>
    <item>
      <title>How to Display Column values to row in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Column-values-to-row-in-Straight-table/m-p/1026533#M927070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have data like&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="230" style="border: 1px solid rgb(0, 0, 0); border-image: none; width: 336px; height: 231.64px;"&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;Team&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;Dept&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Aab IT&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;Other&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Aab IT&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;IT&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Ssms&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Normal&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Abbms&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;None&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; here when I select&amp;nbsp; filter Team(&lt;STRONG style="font-size: 12pt;"&gt;Aab IT)&lt;/STRONG&gt; in my straight table it is showing Other and IT in two rows, But I want to show it in a single row&lt;/P&gt;&lt;P&gt;like &lt;SPAN style="font-size: 12pt;"&gt;&lt;STRONG&gt;'Other;IT'.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I show it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&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-Display-Column-values-to-row-in-Straight-table/m-p/1026533#M927070</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Column values to row in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Column-values-to-row-in-Straight-table/m-p/1026534#M927071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I presume your expression I currently "dept", in which case, change it to &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dept&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,';') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 13:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Column-values-to-row-in-Straight-table/m-p/1026534#M927071</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2016-03-31T13:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Display Column values to row in Straight table</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Display-Column-values-to-row-in-Straight-table/m-p/1026535#M927072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;Team&lt;/STRONG&gt; as dimension and &lt;STRONG&gt;Concat(Dept, ';')&lt;/STRONG&gt; as expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 13:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Display-Column-values-to-row-in-Straight-table/m-p/1026535#M927072</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-31T13:17:12Z</dc:date>
    </item>
  </channel>
</rss>

