<?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 Combine two fields into one single dimension Qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Combine-two-fields-into-one-single-dimension-Qliksense/m-p/1964508#M79503</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I have below fields in my data model and I have used them as filter like below :-&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1659600126539.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85937i4DF1861C2780526D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1659600126539.png" alt="Aspiring_Developer_0-1659600126539.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_1-1659600148055.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85938iF8E5A9F595ED3C05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_1-1659600148055.png" alt="Aspiring_Developer_1-1659600148055.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I wish to combine them into one single dimension named as 'Speed' covering the values in both the fields.&lt;/P&gt;
&lt;P&gt;I tried using concat but it is giving me the values of only first dimension and not for the second one.&lt;/P&gt;
&lt;P&gt;Can anyone please anyone ?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Thu, 04 Aug 2022 08:05:08 GMT</pubDate>
    <dc:creator>Aspiring_Developer</dc:creator>
    <dc:date>2022-08-04T08:05:08Z</dc:date>
    <item>
      <title>Combine two fields into one single dimension Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-two-fields-into-one-single-dimension-Qliksense/m-p/1964508#M79503</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I have below fields in my data model and I have used them as filter like below :-&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1659600126539.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85937i4DF1861C2780526D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1659600126539.png" alt="Aspiring_Developer_0-1659600126539.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_1-1659600148055.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85938iF8E5A9F595ED3C05/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_1-1659600148055.png" alt="Aspiring_Developer_1-1659600148055.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I wish to combine them into one single dimension named as 'Speed' covering the values in both the fields.&lt;/P&gt;
&lt;P&gt;I tried using concat but it is giving me the values of only first dimension and not for the second one.&lt;/P&gt;
&lt;P&gt;Can anyone please anyone ?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 08:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-two-fields-into-one-single-dimension-Qliksense/m-p/1964508#M79503</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2022-08-04T08:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two fields into one single dimension Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-two-fields-into-one-single-dimension-Qliksense/m-p/1964569#M79509</link>
      <description>&lt;P&gt;Could you share your script? Concate should have worked, if you are renaming both fields to Speed.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 10:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-two-fields-into-one-single-dimension-Qliksense/m-p/1964569#M79509</guid>
      <dc:creator>vidyutverma</dc:creator>
      <dc:date>2022-08-04T10:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two fields into one single dimension Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-two-fields-into-one-single-dimension-Qliksense/m-p/1964597#M79513</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/87767"&gt;@vidyutverma&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your response.&lt;/P&gt;
&lt;P&gt;Both the fields are coming from different tables and I tried to concatenate in front end. Here is my script:-&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1659610666202.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85957i2F152A0DA608765A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1659610666202.png" alt="Aspiring_Developer_0-1659610666202.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_1-1659610704189.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85958iF6FE4C8843C6F29A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_1-1659610704189.png" alt="Aspiring_Developer_1-1659610704189.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_2-1659610729832.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85959i8CE0D2EB07B76C85/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_2-1659610729832.png" alt="Aspiring_Developer_2-1659610729832.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 10:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-two-fields-into-one-single-dimension-Qliksense/m-p/1964597#M79513</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2022-08-04T10:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two fields into one single dimension Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-two-fields-into-one-single-dimension-Qliksense/m-p/1964602#M79514</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Would need the Two dimension on a single table then you can something like you did in with brand and date to get key_SpeedB.&lt;/P&gt;
&lt;P&gt;Where you create your link table, can you not join the values in? create you combined dimension and maybe drop the fields again?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 11:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-two-fields-into-one-single-dimension-Qliksense/m-p/1964602#M79514</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2022-08-04T11:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Combine two fields into one single dimension Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Combine-two-fields-into-one-single-dimension-Qliksense/m-p/1964615#M79515</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/87767" target="_blank"&gt;Hi @vidyutverma&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1. Kindly try to concate the script .&amp;nbsp; Speed and Speed_Bracket . And rename the field " Speed Bracket " as Speed&amp;nbsp; and load the data( It will concate Automatically)&lt;/P&gt;
&lt;P&gt;2. Rename the Speed Bracket Field as Speed and join the table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 11:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combine-two-fields-into-one-single-dimension-Qliksense/m-p/1964615#M79515</guid>
      <dc:creator>Lakshminarayanan_J</dc:creator>
      <dc:date>2022-08-04T11:39:59Z</dc:date>
    </item>
  </channel>
</rss>

