<?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: Combine mutiple columns into one column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combine-mutiple-columns-into-one-column/m-p/1602921#M738785</link>
    <description>&lt;P&gt;Best I have for you given I am not too swift when it comes to development, is to check out the following link and search around there, as I think you may be able to find something to help you there.&amp;nbsp; Hopefully this may allow you to move things forward.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 16 Jul 2019 21:41:07 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2019-07-16T21:41:07Z</dc:date>
    <item>
      <title>Combine mutiple columns into one column</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-mutiple-columns-into-one-column/m-p/1592021#M738782</link>
      <description>&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I have few columns like ID, Status, Description, Reject_Rsn, Comment. from these columns i need to create a new column based on few search keywords. i created a column as category. But here i have three different category columns but i need to define these three&amp;nbsp; different category columns into one column. Can anyone help me on this. I am sharing sample code here: I have category like 1, 2 and 3 and i want to show in one column like Category with values like Details, Reason, Status.&lt;/P&gt;&lt;P&gt;if(status='withdrawn'&lt;BR /&gt;if(match(comment,'Null','N/A'),&lt;BR /&gt;if(match(description,'Null','N/A'),'Details'&lt;BR /&gt;))) as Category1&lt;/P&gt;&lt;P&gt;if(status='withdrawn',&lt;BR /&gt;if(Reject_Rsn='Id was submitted',&lt;BR /&gt;if(wildmatch(comment,'*Invalid**','**Mistake**'),'Reason'),&lt;BR /&gt;&lt;BR /&gt;if(Reject_Rsn='Not available',&lt;BR /&gt;if(wildmatch(comment,'*Not repeated**','**Not Applicable**'),'Reason'),&lt;BR /&gt;&lt;BR /&gt;if(Reject_Rsn='Duplicate ID',&lt;BR /&gt;if(wildmatch(comment,'*Duplicate**','**Simple**','Same'),'Reason'),&lt;BR /&gt;&lt;BR /&gt;if(Reject_Rsn='Designed',&lt;BR /&gt;if(wildmatch(comment,'*Expected**','**Designed**'),'Reason'),&lt;BR /&gt;&lt;BR /&gt;if(Reject_Rsn='Not to Fix',&lt;BR /&gt;if(wildmatch(comment,'*Business**','**Accept**','**Impact**'),'Reason')&lt;BR /&gt;)))))) as Category2&lt;/P&gt;&lt;P&gt;if(status='Withdrawn', if(not(match(comment, 'Withdrawn','Withdrawing')), if(not(match(Description, 'Withdrawn','Withdrawing')),&lt;BR /&gt;if(Reject_Rsn='Id was submitted',&lt;BR /&gt;if(wildmatch(comment,'*Invalid**','**Mistake**'),'Status'),&lt;BR /&gt;&lt;BR /&gt;if(Reject_Rsn='Not available',&lt;BR /&gt;if(wildmatch(comment,'*Not repeated**','**Not Applicable**'),'Status'),&lt;/P&gt;&lt;P&gt;if(Reject_Rsn='Duplicate ID',&lt;BR /&gt;if(wildmatch(comment,'*Duplicate**','**Simple**','Same'),'Status'),&lt;/P&gt;&lt;P&gt;if(Reject_Rsn='Designed',&lt;BR /&gt;if(wildmatch(comment,'*Expected**','**Designed**'),'Status'),&lt;BR /&gt;&lt;BR /&gt;if(Reject_Rsn='Not to Fix',&lt;BR /&gt;if(wildmatch(comment,'*Business**','**Accept**','**Impact**'),'Status')&lt;BR /&gt;))))))&lt;BR /&gt;))) as Category3&lt;/P&gt;&lt;P&gt;I tried using another method like creating flags and three different columns in one column by using concatenation, but i am not getting expected output. and i have a question here. can we use case condition instead of if condition. can anyone help me on this. Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-mutiple-columns-into-one-column/m-p/1592021#M738782</guid>
      <dc:creator>shabarish0587</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Combine mutiple columns into one column</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-mutiple-columns-into-one-column/m-p/1592034#M738783</link>
      <description>Hi,&lt;BR /&gt;could you please share sample of data (xlsx, txt) with your source fields (Reject_Rsn, comment, etc.)?&lt;BR /&gt;Thank you.&lt;BR /&gt;Martin</description>
      <pubDate>Fri, 14 Jun 2019 11:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-mutiple-columns-into-one-column/m-p/1592034#M738783</guid>
      <dc:creator>mato32188</dc:creator>
      <dc:date>2019-06-14T11:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Combine mutiple columns into one column</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-mutiple-columns-into-one-column/m-p/1592066#M738784</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I am sharing sample file for that. can you please look into this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2019 12:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-mutiple-columns-into-one-column/m-p/1592066#M738784</guid>
      <dc:creator>shabarish0587</dc:creator>
      <dc:date>2019-06-14T12:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Combine mutiple columns into one column</title>
      <link>https://community.qlik.com/t5/QlikView/Combine-mutiple-columns-into-one-column/m-p/1602921#M738785</link>
      <description>&lt;P&gt;Best I have for you given I am not too swift when it comes to development, is to check out the following link and search around there, as I think you may be able to find something to help you there.&amp;nbsp; Hopefully this may allow you to move things forward.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2019 21:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combine-mutiple-columns-into-one-column/m-p/1602921#M738785</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-07-16T21:41:07Z</dc:date>
    </item>
  </channel>
</rss>

