guptana123
Programmer
Hello,
I am trying to use ODS and Proc Report to create a PDF file.
I want my table (dataset) to have no borders around or between cells, except a single line each time the group breaks. I tried using the foll:
break after aer_no/ul skip
(where aer_no is my group variable)
It still gives me all the other table borders.
I also tried inserting this:
style(report)= {bordercolor=white}
but this doesnt do it either
can you help?
Thanks
I am trying to use ODS and Proc Report to create a PDF file.
I want my table (dataset) to have no borders around or between cells, except a single line each time the group breaks. I tried using the foll:
break after aer_no/ul skip
(where aer_no is my group variable)
It still gives me all the other table borders.
I also tried inserting this:
style(report)= {bordercolor=white}
but this doesnt do it either
can you help?
Thanks