Hello Everyone,
I have designed a report with some list tables in it.As there are many of them, the report looks cluttered.So,I want to remove borders from each of the list tables such that they get blend with the background color.I have tried every option on properties pane but i couldn't.Could anybody help me out on this? Thanks
Try to find some options in style tab
There is a Borders option on the Styles tab, but that controls an extra outside border (hidden by default) that also encompasses the title of the table report object if there is one.
It sounds like you want to remove the outside borders of the table itself, and I don't see a way to do that. You can toggle the internal cell borders of the table (Show horizontal lines / Show vertical lines), but I don't see an option for the outside border of the table.
Perhaps look into using a different ODS style, such as Journal. Or use one of the versions of Journal (my SAS install provided 3) as the base for your own.
Specify the style option on output:
ODS HTML style=journal;
or
ODS RTF style=journal;
or whichever destination you are using.
Look for help on STYLE.
I write code so I showed code that does what I want. The option should also exist where you set preferences to select the default style.
ballardw, is it possible to specify ODS options within Visual Analytics? You can specify themes, but those are different from ODS styles. (At least, I think so.)
Hey,
Me too ran in to the same issue. Did you find any work around? It try to create a text box with fill unfortunately that didn't work too.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.