<?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: How to merge table cells? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152466#M93346</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163902"&gt;@YanivZi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This is a solution depending on the need, as it is an expression the search will not be enabled, hence the idea of ​​taking the Concat() function to the script editor creating a new field for these values ​​together with the group by clause function&lt;/P&gt;
&lt;P&gt;Example&lt;BR /&gt;Load&lt;BR /&gt;fieldA,&lt;BR /&gt;fieldB,&lt;BR /&gt;replace(concat(distinctCfield,','),',',chr(10)) as newCampo&lt;BR /&gt;resident table &lt;STRONG&gt;group by campoA,campoB&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;This way it will be possible to filter using the new Field, but as expected the search will present the addition of the Concat() function.&amp;nbsp;&lt;SPAN&gt;It may not be the best way. You will need to analyze whether it is viable, Then see the recommendations.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;Matheus&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 11:54:19 GMT</pubDate>
    <dc:creator>MatheusC</dc:creator>
    <dc:date>2023-12-13T11:54:19Z</dc:date>
    <item>
      <title>How to merge table cells?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152218#M93325</link>
      <description>&lt;P&gt;I would like to ask about the possibility of merging cells in a standard table chart in Qlik Sense. I understand that the vizlib library has functionality to merge cells, however I am working with a plain table chart (not a pivot table).&lt;/P&gt;
&lt;P&gt;Could you please advise if merging cells is supported in the native Qlik Sense table visualization? If not, are there any workarounds that could simulate this and are not 3rd party extension?&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;TABLE dir="rtl" style="width: 500px;" border="1" cellspacing="1" cellpadding="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="166.727px" height="25px" style="text-align: center;"&gt;&lt;STRONG&gt;City&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD colspan="1" width="186.852px" height="25px" style="text-align: center;"&gt;&lt;STRONG&gt;Country&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="145.422px" height="25px" style="text-align: center;"&gt;&lt;STRONG&gt;Continent&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="166.727px" height="26px" style="text-align: center;"&gt;New York&amp;nbsp;&lt;/TD&gt;
&lt;TD colspan="1" rowspan="2" width="186.852px" height="51px" style="text-align: center;"&gt;United States&amp;nbsp;&lt;/TD&gt;
&lt;TD rowspan="2" width="145.422px" height="51px" style="text-align: center;"&gt;America&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="166.727px" height="25px" style="text-align: center;"&gt;Washington&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="166.727px" height="25px" style="text-align: center;"&gt;Paris&lt;/TD&gt;
&lt;TD width="186.852px" height="25px" style="text-align: center;"&gt;France&lt;/TD&gt;
&lt;TD width="145.422px" height="25px" style="text-align: center;"&gt;Europe&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="166.727px" height="25px" style="text-align: center;"&gt;Shanghai&lt;/TD&gt;
&lt;TD colspan="1" rowspan="2" width="186.852px" height="50px" style="text-align: center;"&gt;China&lt;/TD&gt;
&lt;TD colspan="1" rowspan="2" width="145.422px" height="50px" style="text-align: center;"&gt;Asia&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="166.727px" height="25px" style="text-align: center;"&gt;Hong Kong&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P style="text-align: center;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 19:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152218#M93325</guid>
      <dc:creator>YanivZi</dc:creator>
      <dc:date>2023-12-12T19:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge table cells?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152228#M93327</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163902"&gt;@YanivZi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;See about the concat() function&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/pt-BR/sense/November2023/Subsystems/Hub/Content/Sense_Hub/Scripting/StringAggregationFunctions/concat.htm#:~:text=Concat()%20%C3%A9%20used" target="_blank" rel="noopener"&gt;https://help.qlik.com/pt-BR/sense/November2023/Subsystems/Hub/Content/Sense_Hub/Scripting/StringAggregationFunctions/concat.htm#:~:text=Concat()%20%C3%A9%20used&lt;/A&gt; %20to,by%20a%20cl%C3%A1usula%20group%20by.&lt;/P&gt;
&lt;P&gt;1 example - concat(distinct field,',') -&amp;gt; separator by ,&lt;BR /&gt;2 example - =replace(concat(distinct field,','),',',chr(10)) -&amp;gt; for line breaks&lt;/P&gt;
&lt;P&gt;Analyze the best way, I advise playing a role in the script. But it also works by expression&lt;/P&gt;
&lt;P&gt;Att,&lt;/P&gt;
&lt;P&gt;Matheus&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 20:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152228#M93327</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2023-12-12T20:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge table cells?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152249#M93331</link>
      <description>&lt;P&gt;As far as I know, this is not supported and there are no workarounds with the native object.&lt;/P&gt;
&lt;P&gt;As you seem to be aware of, you can get this done using a pivot table, or using extensions. You could try your luck with an Ideation request for this, but that would be more of a longer-term option and I wouldn't have much confidence in it being picked up by Qlik.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 22:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152249#M93331</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-12-12T22:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge table cells?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152303#M93335</link>
      <description>&lt;P&gt;In pivot the content of the table is measures (numeric) and i want to use text. right?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 05:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152303#M93335</guid>
      <dc:creator>YanivZi</dc:creator>
      <dc:date>2023-12-13T05:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge table cells?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152304#M93336</link>
      <description>&lt;P&gt;this did work, the search not looking good though&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":upside_down_face:"&gt;🙃&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 05:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152304#M93336</guid>
      <dc:creator>YanivZi</dc:creator>
      <dc:date>2023-12-13T05:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge table cells?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152393#M93339</link>
      <description>&lt;P&gt;Measures don't differ between tables and pivot tables, as far as I know. You can use numeric ones or textual ones - you just have to make sure that whatever data structure or aggregation you use returns a single value for each measure cell.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Or_0-1702459659373.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125322i67FBA2334C7A8194/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Or_0-1702459659373.png" alt="Or_0-1702459659373.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 09:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152393#M93339</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-12-13T09:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge table cells?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152466#M93346</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163902"&gt;@YanivZi&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This is a solution depending on the need, as it is an expression the search will not be enabled, hence the idea of ​​taking the Concat() function to the script editor creating a new field for these values ​​together with the group by clause function&lt;/P&gt;
&lt;P&gt;Example&lt;BR /&gt;Load&lt;BR /&gt;fieldA,&lt;BR /&gt;fieldB,&lt;BR /&gt;replace(concat(distinctCfield,','),',',chr(10)) as newCampo&lt;BR /&gt;resident table &lt;STRONG&gt;group by campoA,campoB&lt;/STRONG&gt;;&lt;/P&gt;
&lt;P&gt;This way it will be possible to filter using the new Field, but as expected the search will present the addition of the Concat() function.&amp;nbsp;&lt;SPAN&gt;It may not be the best way. You will need to analyze whether it is viable, Then see the recommendations.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;Matheus&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 11:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-merge-table-cells/m-p/2152466#M93346</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2023-12-13T11:54:19Z</dc:date>
    </item>
  </channel>
</rss>

