<?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 Show formatted text in list table in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Show-formatted-text-in-list-table/m-p/974728#M18873</link>
    <description>&lt;P&gt;I want to display text in a cell in a SAS Viya, where the text is both readable in full AND keeps its formatting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, I seem to only be able to chose between one of two options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Disable "wrap text" (which shows the cell content on a single line, no formatting, cut off at end of cell), and use mouse-over/hover to show the pop-up with formatted text:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RVO_0-1757497870924.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/109847i8AA4FA5F2B62F3C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RVO_0-1757497870924.png" alt="RVO_0-1757497870924.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Problem with this is, that it requires another user interaction, the pop-ups are not reliable, and for longer texts the popups become difficult to read/use.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Enable "wrap text", which shows full cell content and adjusts cell height as needed, &lt;U&gt;but removes any formatting&lt;/U&gt;:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RVO_0-1757498143896.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/109848iA1BB496BF485FFB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RVO_0-1757498143896.png" alt="RVO_0-1757498143896.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I want the cell-height of option 2 with the formatting of option 1. Seems like a simple request, but I cannot figure out how to achieve this (if it is even possible). I have used multiple newline codes (a true enter using concatenation in Viya/VA, '0A'x in EG where data is prepared, byte(10), byte(13), etc.) to force a newline in wrap text, but all to no avail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone shed light on whether this is possible (and if so how) or not? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If it helps, the SAS versions available to me:&lt;/P&gt;&lt;P&gt;SAS EG: 8.3 Update 2 (8.3.2.140) (32-bit)&lt;BR /&gt;SAS VA: Long-Term Support 2024.09, Release: 20250324.1742820425642&lt;/P&gt;</description>
    <pubDate>Wed, 10 Sep 2025 10:18:51 GMT</pubDate>
    <dc:creator>RVO</dc:creator>
    <dc:date>2025-09-10T10:18:51Z</dc:date>
    <item>
      <title>Show formatted text in list table</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Show-formatted-text-in-list-table/m-p/974728#M18873</link>
      <description>&lt;P&gt;I want to display text in a cell in a SAS Viya, where the text is both readable in full AND keeps its formatting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far, I seem to only be able to chose between one of two options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Disable "wrap text" (which shows the cell content on a single line, no formatting, cut off at end of cell), and use mouse-over/hover to show the pop-up with formatted text:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RVO_0-1757497870924.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/109847i8AA4FA5F2B62F3C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RVO_0-1757497870924.png" alt="RVO_0-1757497870924.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Problem with this is, that it requires another user interaction, the pop-ups are not reliable, and for longer texts the popups become difficult to read/use.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Enable "wrap text", which shows full cell content and adjusts cell height as needed, &lt;U&gt;but removes any formatting&lt;/U&gt;:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RVO_0-1757498143896.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/109848iA1BB496BF485FFB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RVO_0-1757498143896.png" alt="RVO_0-1757498143896.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;I want the cell-height of option 2 with the formatting of option 1. Seems like a simple request, but I cannot figure out how to achieve this (if it is even possible). I have used multiple newline codes (a true enter using concatenation in Viya/VA, '0A'x in EG where data is prepared, byte(10), byte(13), etc.) to force a newline in wrap text, but all to no avail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone shed light on whether this is possible (and if so how) or not? Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If it helps, the SAS versions available to me:&lt;/P&gt;&lt;P&gt;SAS EG: 8.3 Update 2 (8.3.2.140) (32-bit)&lt;BR /&gt;SAS VA: Long-Term Support 2024.09, Release: 20250324.1742820425642&lt;/P&gt;</description>
      <pubDate>Wed, 10 Sep 2025 10:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Show-formatted-text-in-list-table/m-p/974728#M18873</guid>
      <dc:creator>RVO</dc:creator>
      <dc:date>2025-09-10T10:18:51Z</dc:date>
    </item>
  </channel>
</rss>

