<?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 Get As Report - Text Justification in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Get-As-Report-Text-Justification/m-p/517130#M74355</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to justify the text to the left:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Niros_0-1656830764850.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43744iC8D8EE7F6B165E99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Niros_0-1656830764850.png" alt="Niros_0-1656830764850.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;VLB2&amp;lt;&amp;lt;append( Report_P = CollectionFileStacked&amp;lt;&amp;lt;Get As Report );
Report_P[Tablebox(1)] &amp;lt;&amp;lt; Set Underline Headings(1);
Report_P[Tablebox(1)] &amp;lt;&amp;lt; Horizontal Alignment( "Left" );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This doesn't seem to work, I also try to unselect specific columns with no success, the Scripting Index for the 'Get As Report' and 'Table Box' doesn't seem to be of much help...&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 17:03:18 GMT</pubDate>
    <dc:creator>Niros</dc:creator>
    <dc:date>2023-06-09T17:03:18Z</dc:date>
    <item>
      <title>Get As Report - Text Justification</title>
      <link>https://community.jmp.com/t5/Discussions/Get-As-Report-Text-Justification/m-p/517130#M74355</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to justify the text to the left:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Niros_0-1656830764850.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/43744iC8D8EE7F6B165E99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Niros_0-1656830764850.png" alt="Niros_0-1656830764850.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;VLB2&amp;lt;&amp;lt;append( Report_P = CollectionFileStacked&amp;lt;&amp;lt;Get As Report );
Report_P[Tablebox(1)] &amp;lt;&amp;lt; Set Underline Headings(1);
Report_P[Tablebox(1)] &amp;lt;&amp;lt; Horizontal Alignment( "Left" );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This doesn't seem to work, I also try to unselect specific columns with no success, the Scripting Index for the 'Get As Report' and 'Table Box' doesn't seem to be of much help...&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 17:03:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-As-Report-Text-Justification/m-p/517130#M74355</guid>
      <dc:creator>Niros</dc:creator>
      <dc:date>2023-06-09T17:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get As Report - Text Justification</title>
      <link>https://community.jmp.com/t5/Discussions/Get-As-Report-Text-Justification/m-p/517138#M74357</link>
      <description>&lt;P&gt;The tablebox is a collection of columnboxes (StringColBox,NumberColBox).&amp;nbsp; You need to use messages at that level of the display tree.&amp;nbsp; But I think you might find that justification (&amp;lt;&amp;lt;SetJustify) only works with string column boxes.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2022 07:33:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-As-Report-Text-Justification/m-p/517138#M74357</guid>
      <dc:creator>David_Burnham</dc:creator>
      <dc:date>2022-07-03T07:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Get As Report - Text Justification</title>
      <link>https://community.jmp.com/t5/Discussions/Get-As-Report-Text-Justification/m-p/517139#M74358</link>
      <description>&lt;P&gt;When a data table is moved to a Report format by using &amp;lt;&amp;lt; Get As Report, it is moved into a Table Box object, not into a Text Box.&amp;nbsp; And even more specifically, since Date is a numeric column, it is moved into a Number Col Box object which is right justified.&amp;nbsp; Looking into the Script Index, for Number Col Box I do not see any way to change the justification, for a Number Col Box.&lt;/P&gt;
&lt;P&gt;A solution to your problem would be to change the Data Type of the Date column&amp;nbsp; to Character&amp;nbsp; in the data table.&amp;nbsp; Then do your Get As Report,.&amp;nbsp; Then your Date column will be moved into a String Col Box object, which is left justified.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jul 2022 07:37:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-As-Report-Text-Justification/m-p/517139#M74358</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-07-03T07:37:36Z</dc:date>
    </item>
  </channel>
</rss>

