<?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: Concatenate 2 Columns as a prescribed column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Concatenate-2-Columns-as-a-prescribed-column/m-p/1679604#M728296</link>
    <description>&lt;P&gt;If the post you received was what you needed, be sure you return to the thread and on that user's post, use the Accept as Solution button to mark that as the solution, which gives the poster credit for the help and lets other Members know that worked.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only other thing I can offer is a Design Blog post that may also be an option to consider:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the base URL for the Design Blog area for future reference, as there are over 700 posts there, mostly how-to material that should be helpful to you.&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>Wed, 26 Feb 2020 17:56:23 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-02-26T17:56:23Z</dc:date>
    <item>
      <title>Concatenate 2 Columns as a prescribed column</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-2-Columns-as-a-prescribed-column/m-p/1671946#M728294</link>
      <description>&lt;P&gt;Hi Qlik experts,&lt;/P&gt;&lt;P&gt;I have already created the columns vBreach and vMisconduct, 1 means true and 0 stands for false.&lt;/P&gt;&lt;P&gt;I am wondering if there is possibility to create the third column MNBR for all 1s?&lt;/P&gt;&lt;TABLE width="227"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="58"&gt;vBreach&lt;/TD&gt;&lt;TD width="84"&gt;vMisconduct&lt;/TD&gt;&lt;TD width="85"&gt;MNBR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;Breach&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;Breach&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;vMisconduct&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;Breach&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;vMisconduct&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;vMisconduct&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-2-Columns-as-a-prescribed-column/m-p/1671946#M728294</guid>
      <dc:creator>lark9820</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 2 Columns as a prescribed column</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-2-Columns-as-a-prescribed-column/m-p/1671955#M728295</link>
      <description>&lt;P&gt;Please try:&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;Load *,&lt;BR /&gt;pick(Match(vBreach&amp;amp;vMisconduct,10,01,),'Breach','vMisconduct') as MNBR_Test;&lt;BR /&gt;Load * Inline [&lt;BR /&gt;vBreach,vMisconduct&lt;BR /&gt;1,0&lt;BR /&gt;1,0&lt;BR /&gt;0,1&lt;BR /&gt;1,0&lt;BR /&gt;0,1&lt;BR /&gt;0,1&lt;BR /&gt;&lt;BR /&gt;];&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2020 05:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-2-Columns-as-a-prescribed-column/m-p/1671955#M728295</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2020-02-04T05:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate 2 Columns as a prescribed column</title>
      <link>https://community.qlik.com/t5/QlikView/Concatenate-2-Columns-as-a-prescribed-column/m-p/1679604#M728296</link>
      <description>&lt;P&gt;If the post you received was what you needed, be sure you return to the thread and on that user's post, use the Accept as Solution button to mark that as the solution, which gives the poster credit for the help and lets other Members know that worked.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only other thing I can offer is a Design Blog post that may also be an option to consider:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Mapping-and-not-the-geographical-kind/ba-p/1463192&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here is the base URL for the Design Blog area for future reference, as there are over 700 posts there, mostly how-to material that should be helpful to you.&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>Wed, 26 Feb 2020 17:56:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Concatenate-2-Columns-as-a-prescribed-column/m-p/1679604#M728296</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-02-26T17:56:23Z</dc:date>
    </item>
  </channel>
</rss>

