Hi all, I have some '0' values in my table. When I put it in character format : put (x,best.) and then list in the table using Proc Report: define var2 / " Column_name " style(header)=[cellwidth=10.5%] style(column)=[just=d posttext=' '] ; I receive the following issue: The column where I have just zero values and values without decimal are shifted right ( I marked green the line that should be shifted left ). I think that put '0' in the view' '0.000' will be enough to align the figures to the center. Have you ever faced the issue and what could be a solution for the case? Thank you!
... View more