<?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: Vertical Bar || merging coluns in Select database in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017433#M84019</link>
    <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Dec 2022 13:44:42 GMT</pubDate>
    <dc:creator>rbr199</dc:creator>
    <dc:date>2022-12-16T13:44:42Z</dc:date>
    <item>
      <title>Vertical Bar || merging coluns in Select database</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017130#M83993</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;
&lt;P&gt;I just got a database as a "heritage" from my former peer and I faced a problem while merging two columns into a new one as a Case. I tried to find several hints and guides, but the vertical bars command " || " worked well and I could find nothing even in Qlik guides explaining how it works.&lt;/P&gt;
&lt;P&gt;The example below is that I'm using:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;SELECT&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CTB.BATCH,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CTB.SEQUENCE,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;CTB.BATCH || '/' || CTB.SEQUENCE as BATCH _SEQUENCE,&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;FROM...&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Does anyone knows why this works in Qlik? My former peer already left the company without this explanation for me and I can't reach him.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 15:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017130#M83993</guid>
      <dc:creator>rbr199</dc:creator>
      <dc:date>2022-12-15T15:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Bar || merging coluns in Select database</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017147#M83996</link>
      <description>&lt;P&gt;This isn't Qlik script. This is an SQL query that is passed on to the database as, so the concatenation is being handled on that side of things.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 15:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017147#M83996</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-12-15T15:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Bar || merging coluns in Select database</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017150#M83998</link>
      <description>&lt;P&gt;I agree with you, but the SQL concat I usually see uses a command &lt;STRONG&gt;+, &lt;/STRONG&gt;not the &lt;STRONG&gt;||&lt;/STRONG&gt;. This still is a mistery for me.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 15:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017150#M83998</guid>
      <dc:creator>rbr199</dc:creator>
      <dc:date>2022-12-15T15:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Bar || merging coluns in Select database</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017288#M84005</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/208480"&gt;@rbr199&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SQL Concatenate Operator uses || not + if I am not wrong.&lt;/P&gt;
&lt;P&gt;Please check SQL Documentations for more details on this.&lt;/P&gt;
&lt;P&gt;For reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.geeksforgeeks.org/sql-concatenation-operator/" target="_blank"&gt;SQL | Concatenation Operator - GeeksforGeeks&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 06:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017288#M84005</guid>
      <dc:creator>Vishal_Gupta</dc:creator>
      <dc:date>2022-12-16T06:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Bar || merging coluns in Select database</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017433#M84019</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 13:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017433#M84019</guid>
      <dc:creator>rbr199</dc:creator>
      <dc:date>2022-12-16T13:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Bar || merging coluns in Select database</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017808#M84057</link>
      <description>&lt;P&gt;&lt;SPAN&gt;different database support different concatenation operators some support '+'&amp;nbsp; some support&amp;nbsp; '||'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 08:25:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Bar-merging-coluns-in-Select-database/m-p/2017808#M84057</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-12-19T08:25:00Z</dc:date>
    </item>
  </channel>
</rss>

