Get As Report - Text Justification
Hello, I am trying to justify the text to the left:VLB2<<append( Report_P = CollectionFileStacked<<Get As Report );
Report_P[Tablebox(1)] << Set Underline Headings(1);
Report_P[Tablebox(1)] << Horizontal Alignment( "Left" );
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....