<?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: Merge multiple columns to one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Merge-multiple-columns-to-one/m-p/1777218#M717445</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your Data is in CrossTable Format. Try to &lt;STRONG&gt;convert into generic form&lt;/STRONG&gt; using &lt;SPAN&gt;Crosstable&amp;nbsp; prefix.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Look into docs -&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/crosstable.htm#:~:text=A%20crosstable%20is%20a%20common,have%20one%20column%20per%20month." target="_self"&gt;Crosstable Doc&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result should be something like :&lt;/P&gt;&lt;P&gt;User | skill | value&lt;/P&gt;&lt;P&gt;Tom | skill1 | yes&lt;/P&gt;&lt;P&gt;Tom | skill2 | yes&lt;/P&gt;&lt;P&gt;Tom | skill3 | no&lt;/P&gt;&lt;P&gt;.... and so on&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In your case you can use&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Crosstable (skill, value, 1) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;..... Source&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Jan 2021 16:35:23 GMT</pubDate>
    <dc:creator>PradeepK</dc:creator>
    <dc:date>2021-01-25T16:35:23Z</dc:date>
    <item>
      <title>Merge multiple columns to one</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-multiple-columns-to-one/m-p/1777213#M717444</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a matrix in excel which looks like this&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;User&lt;/TD&gt;&lt;TD&gt;skill1&lt;/TD&gt;&lt;TD&gt;skill2&lt;/TD&gt;&lt;TD&gt;skill3&lt;/TD&gt;&lt;TD&gt;skill4&lt;/TD&gt;&lt;TD&gt;skill5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Tom&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD&gt;no&lt;/TD&gt;&lt;TD&gt;no&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jerry&lt;/TD&gt;&lt;TD&gt;no&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD&gt;no&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Daisy&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD&gt;no&lt;/TD&gt;&lt;TD&gt;no&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to load this in to qlikview so i can have a listbox, which let me select the skills?&lt;/P&gt;&lt;P&gt;So the listbox would include skill1,skill2,skill3,skill4,skill5. And by selecting any skill it would just show the users who actually have the skill?&lt;/P&gt;&lt;P&gt;If i select skill2,skill3&amp;nbsp; , it would show jerry, Daisy.&lt;/P&gt;&lt;P&gt;If i select skill4 it will showm jerry&lt;/P&gt;&lt;P&gt;If i sellect skill4,skill5 there is no match.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Murlimes&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 16:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-multiple-columns-to-one/m-p/1777213#M717444</guid>
      <dc:creator>Murlimes</dc:creator>
      <dc:date>2021-01-25T16:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Merge multiple columns to one</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-multiple-columns-to-one/m-p/1777218#M717445</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your Data is in CrossTable Format. Try to &lt;STRONG&gt;convert into generic form&lt;/STRONG&gt; using &lt;SPAN&gt;Crosstable&amp;nbsp; prefix.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Look into docs -&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/crosstable.htm#:~:text=A%20crosstable%20is%20a%20common,have%20one%20column%20per%20month." target="_self"&gt;Crosstable Doc&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result should be something like :&lt;/P&gt;&lt;P&gt;User | skill | value&lt;/P&gt;&lt;P&gt;Tom | skill1 | yes&lt;/P&gt;&lt;P&gt;Tom | skill2 | yes&lt;/P&gt;&lt;P&gt;Tom | skill3 | no&lt;/P&gt;&lt;P&gt;.... and so on&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In your case you can use&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Crosstable (skill, value, 1) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;..... Source&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 16:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-multiple-columns-to-one/m-p/1777218#M717445</guid>
      <dc:creator>PradeepK</dc:creator>
      <dc:date>2021-01-25T16:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Merge multiple columns to one</title>
      <link>https://community.qlik.com/t5/QlikView/Merge-multiple-columns-to-one/m-p/1777453#M717446</link>
      <description>&lt;P&gt;thx, i already thought about this. I will try it on a small sample and see if its provide the format i need.&lt;/P&gt;&lt;P&gt;Do you maybe have an idea how this can be solved beforehand? I can change the Format in the Excel Sheet, but i dont really know if this would actually help.&lt;/P&gt;&lt;P&gt;Because if i would just do one column called Skills and then fill it with skil1-5 (column would have multiple entries)&amp;nbsp; , i dont see how this would let me create a listbox, it would just list all possible permuttation of all skills in the colums but not each seperate. Is there maybe a qlikview function or custom listbox which can solve this?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Murlimes&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 14:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merge-multiple-columns-to-one/m-p/1777453#M717446</guid>
      <dc:creator>Murlimes</dc:creator>
      <dc:date>2021-01-26T14:39:26Z</dc:date>
    </item>
  </channel>
</rss>

