<?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: Adding a line break in 'concatenate' operator in SAS VA in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-a-line-break-in-concatenate-operator-in-SAS-VA/m-p/866854#M17072</link>
    <description>&lt;P&gt;If I understand correctly, the request is that the three values are in one table cell, but they will display with linebreaks when you add them to a List Table object? I think this is not possible, sorry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: Actually, it is not that simple. You can use the "\n" escape sequence to specify a newline character, but it appears that this is ignored most of the time. It does appear to be honored in data tips. This is not recommended, I am seeing some buggy behavior with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am investigating this with the dev team.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2023 19:46:51 GMT</pubDate>
    <dc:creator>Sam_SAS</dc:creator>
    <dc:date>2023-03-28T19:46:51Z</dc:date>
    <item>
      <title>Adding a line break in 'concatenate' operator in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-a-line-break-in-concatenate-operator-in-SAS-VA/m-p/866827#M17069</link>
      <description>&lt;P&gt;Hi VA experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to insert a line break using &lt;STRONG&gt;concatenate&lt;/STRONG&gt; operator in SAS VA? For example, I have a table that looks like this:&lt;/P&gt;
&lt;P&gt;Issue&amp;nbsp; Action1 Action2 Action3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to concatenate those last 3 columns into one column called 'Action'. The Action column should look like below:&lt;/P&gt;
&lt;P&gt;Action1&lt;/P&gt;
&lt;P&gt;Action2&lt;/P&gt;
&lt;P&gt;Action3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any help you can provide!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 18:40:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-a-line-break-in-concatenate-operator-in-SAS-VA/m-p/866827#M17069</guid>
      <dc:creator>tweehh</dc:creator>
      <dc:date>2023-03-28T18:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a line break in 'concatenate' operator in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-a-line-break-in-concatenate-operator-in-SAS-VA/m-p/866830#M17070</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All calculations in the VA expression editor are evaluated at the row level (one row in, one row out) so it should not be possible to output multiple rows in the way you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe one approach to what you want to do would be to use the&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/p1n9l1b2dg00w9n1h3tovj0rwlos.htm" target="_self"&gt;TRANSPOSE procedure&lt;/A&gt;&amp;nbsp;in your data preparation stage. You can get help with that in the&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/bd-p/sas_procedures" target="_self"&gt;SAS Procedures community&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if that helps,&lt;/P&gt;
&lt;P&gt;Sam&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 18:52:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-a-line-break-in-concatenate-operator-in-SAS-VA/m-p/866830#M17070</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2023-03-28T18:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a line break in 'concatenate' operator in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-a-line-break-in-concatenate-operator-in-SAS-VA/m-p/866836#M17071</link>
      <description>Just wanted to clarify, I'd like to concatenate Action1,2 and 3 into one row with a line break between them.</description>
      <pubDate>Tue, 28 Mar 2023 18:59:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-a-line-break-in-concatenate-operator-in-SAS-VA/m-p/866836#M17071</guid>
      <dc:creator>tweehh</dc:creator>
      <dc:date>2023-03-28T18:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a line break in 'concatenate' operator in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-a-line-break-in-concatenate-operator-in-SAS-VA/m-p/866854#M17072</link>
      <description>&lt;P&gt;If I understand correctly, the request is that the three values are in one table cell, but they will display with linebreaks when you add them to a List Table object? I think this is not possible, sorry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: Actually, it is not that simple. You can use the "\n" escape sequence to specify a newline character, but it appears that this is ignored most of the time. It does appear to be honored in data tips. This is not recommended, I am seeing some buggy behavior with this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am investigating this with the dev team.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2023 19:46:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-a-line-break-in-concatenate-operator-in-SAS-VA/m-p/866854#M17072</guid>
      <dc:creator>Sam_SAS</dc:creator>
      <dc:date>2023-03-28T19:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a line break in 'concatenate' operator in SAS VA</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-a-line-break-in-concatenate-operator-in-SAS-VA/m-p/925397#M17965</link>
      <description>&lt;P&gt;Here is something you can do:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="thomasvandriel_0-1713883822427.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95780iD25F59E041D0D259/image-size/medium?v=v2&amp;amp;px=400" role="button" title="thomasvandriel_0-1713883822427.png" alt="thomasvandriel_0-1713883822427.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;In text: Concatenate(Concatenate('Text'n, ' - '), 'Text'n)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So the idea is to use the concatenate function multiple times.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 14:52:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Adding-a-line-break-in-concatenate-operator-in-SAS-VA/m-p/925397#M17965</guid>
      <dc:creator>thomasvandriel</dc:creator>
      <dc:date>2024-04-23T14:52:10Z</dc:date>
    </item>
  </channel>
</rss>

