<?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 Qlik Sense combine two columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-combine-two-columns/m-p/2027226#M1222237</link>
    <description>&lt;P&gt;Hello Community,&lt;/P&gt;
&lt;P&gt;i have the section access code, where i load user data from a database, like:&lt;/P&gt;
&lt;P&gt;section access;&lt;/P&gt;
&lt;P&gt;load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; upper(USERID) as USERID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACCESS;&lt;/P&gt;
&lt;P&gt;SQL SELECT ..... (SQL code here)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this ends in a table like:&lt;/P&gt;
&lt;P&gt;USERID, ACCESS&lt;/P&gt;
&lt;P&gt;user1, admin&lt;/P&gt;
&lt;P&gt;user2, user&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now i want to add to each user in the section access table a certain String (domain), like:&lt;/P&gt;
&lt;P&gt;'COMPANY\'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the resulting section access table should look like:&lt;/P&gt;
&lt;P&gt;USERID, ACCESS&lt;/P&gt;
&lt;P&gt;COMPANY\user1, admin&lt;/P&gt;
&lt;P&gt;COMPANY\user2, user&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how can i do this? i can not "hard code" it, because the table is automatically loaded from the SQL code and the user data is not defined in qlik.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me please?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2023 14:33:31 GMT</pubDate>
    <dc:creator>fatihu</dc:creator>
    <dc:date>2023-01-18T14:33:31Z</dc:date>
    <item>
      <title>Qlik Sense combine two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-combine-two-columns/m-p/2027226#M1222237</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;
&lt;P&gt;i have the section access code, where i load user data from a database, like:&lt;/P&gt;
&lt;P&gt;section access;&lt;/P&gt;
&lt;P&gt;load&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; upper(USERID) as USERID,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACCESS;&lt;/P&gt;
&lt;P&gt;SQL SELECT ..... (SQL code here)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this ends in a table like:&lt;/P&gt;
&lt;P&gt;USERID, ACCESS&lt;/P&gt;
&lt;P&gt;user1, admin&lt;/P&gt;
&lt;P&gt;user2, user&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now i want to add to each user in the section access table a certain String (domain), like:&lt;/P&gt;
&lt;P&gt;'COMPANY\'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the resulting section access table should look like:&lt;/P&gt;
&lt;P&gt;USERID, ACCESS&lt;/P&gt;
&lt;P&gt;COMPANY\user1, admin&lt;/P&gt;
&lt;P&gt;COMPANY\user2, user&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how can i do this? i can not "hard code" it, because the table is automatically loaded from the SQL code and the user data is not defined in qlik.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me please?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Best regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 14:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-combine-two-columns/m-p/2027226#M1222237</guid>
      <dc:creator>fatihu</dc:creator>
      <dc:date>2023-01-18T14:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense combine two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-combine-two-columns/m-p/2027267#M1222240</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/210907"&gt;@fatihu&lt;/a&gt;&amp;nbsp;, please check if something like this is what are you looking for :&lt;/P&gt;
&lt;P&gt;Aux:&lt;BR /&gt;load&lt;BR /&gt;upper(USERID) as USER,&lt;BR /&gt;ACCESS;&lt;BR /&gt;SQL SELECT ..... (SQL code here);&lt;/P&gt;
&lt;P&gt;Left join&lt;BR /&gt;Domain:&lt;BR /&gt;Load&lt;BR /&gt;USERFIELD as USER,&lt;BR /&gt;DOMAINFIELD as DOMAIN&lt;BR /&gt;From SQLSOURCE;&lt;/P&gt;
&lt;P&gt;Section access;&lt;/P&gt;
&lt;P&gt;SECTIONACCESS:&lt;BR /&gt;Load&lt;BR /&gt;DOMAIN &amp;amp; '\' &amp;amp; USER as USERID,&lt;BR /&gt;ACCESS&lt;BR /&gt;Resident Aux;&lt;BR /&gt;drop table Aux;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 15:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-combine-two-columns/m-p/2027267#M1222240</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2023-01-18T15:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense combine two columns</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-Sense-combine-two-columns/m-p/2027321#M1222243</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121051"&gt;@QFabian&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first of all thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how and where can I put the domain string 'JM' in the code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 16:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-Sense-combine-two-columns/m-p/2027321#M1222243</guid>
      <dc:creator>fatihu</dc:creator>
      <dc:date>2023-01-18T16:19:11Z</dc:date>
    </item>
  </channel>
</rss>

