<?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 Combined Field Values Not Combining Properly in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Combined-Field-Values-Not-Combining-Properly/m-p/1783951#M61102</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;This code generates the first bar chart which is almost perfect. I want to combine two of the values, 'SpecialOctave' and 'OverloadSoundTestAdder'. See below.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let vChrs = chr(32)&amp;amp;chr(160)&amp;amp;chr(10)&amp;amp;chr(13)&amp;amp;chr(9);
if(isnull([Sound Test_WESSOUNDTEST Description]),
	'None',
	purgechar([Sound Test_WESSOUNDTEST Description],'$(vChrs)')) as [WESSOUNDTEST_Consolidated],&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="original_soundtest.JPG" style="width: 740px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49394iC1ACE88C74AFFF19/image-size/large?v=v2&amp;amp;px=999" role="button" title="original_soundtest.JPG" alt="original_soundtest.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's the code I wrote to combine the values and the result I'm getting which is NOT what I want. Any thoughts?&amp;nbsp; Source data is attached.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let vChrs = chr(32)&amp;amp;chr(160)&amp;amp;chr(10)&amp;amp;chr(13)&amp;amp;chr(9);
if(isnull([Sound Test_WESSOUNDTEST Description]),
	'None',
     if(match(purgechar([Sound Test_WESSOUNDTEST Description],'$(vChrs)'),'SpecialOctave','OverloadSoundTestAdder'),
     	'SpecialOctave_OverloadSoundTestAdder',
		sound_test_tmp
    )
    ) as [WESSOUNDTEST_Consolidated],&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="update_soundtest.JPG" style="width: 855px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49395i8CB1DB33E178CBD8/image-size/large?v=v2&amp;amp;px=999" role="button" title="update_soundtest.JPG" alt="update_soundtest.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:05:46 GMT</pubDate>
    <dc:creator>WiscoSippi</dc:creator>
    <dc:date>2021-12-20T21:05:46Z</dc:date>
    <item>
      <title>Combined Field Values Not Combining Properly</title>
      <link>https://community.qlik.com/t5/App-Development/Combined-Field-Values-Not-Combining-Properly/m-p/1783951#M61102</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;This code generates the first bar chart which is almost perfect. I want to combine two of the values, 'SpecialOctave' and 'OverloadSoundTestAdder'. See below.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let vChrs = chr(32)&amp;amp;chr(160)&amp;amp;chr(10)&amp;amp;chr(13)&amp;amp;chr(9);
if(isnull([Sound Test_WESSOUNDTEST Description]),
	'None',
	purgechar([Sound Test_WESSOUNDTEST Description],'$(vChrs)')) as [WESSOUNDTEST_Consolidated],&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="original_soundtest.JPG" style="width: 740px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49394iC1ACE88C74AFFF19/image-size/large?v=v2&amp;amp;px=999" role="button" title="original_soundtest.JPG" alt="original_soundtest.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here's the code I wrote to combine the values and the result I'm getting which is NOT what I want. Any thoughts?&amp;nbsp; Source data is attached.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let vChrs = chr(32)&amp;amp;chr(160)&amp;amp;chr(10)&amp;amp;chr(13)&amp;amp;chr(9);
if(isnull([Sound Test_WESSOUNDTEST Description]),
	'None',
     if(match(purgechar([Sound Test_WESSOUNDTEST Description],'$(vChrs)'),'SpecialOctave','OverloadSoundTestAdder'),
     	'SpecialOctave_OverloadSoundTestAdder',
		sound_test_tmp
    )
    ) as [WESSOUNDTEST_Consolidated],&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="update_soundtest.JPG" style="width: 855px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49395i8CB1DB33E178CBD8/image-size/large?v=v2&amp;amp;px=999" role="button" title="update_soundtest.JPG" alt="update_soundtest.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:05:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Combined-Field-Values-Not-Combining-Properly/m-p/1783951#M61102</guid>
      <dc:creator>WiscoSippi</dc:creator>
      <dc:date>2021-12-20T21:05:46Z</dc:date>
    </item>
  </channel>
</rss>

