I'm using tagsets.excelxp to display a proc report table.
tagattr='format:###%' correctly display the output as xx% (eg 10%).
However 0% shows up as %.
Any ideas? Thank you.
A format of ##0% may work. But the easiest way to get percentages is to format them as percentages in SAS as percent so that they come out the way you want. (eg. 10%)
The tagset automatically detects percentage values and does the right thing with them.
Eric
A format of ##0% may work. But the easiest way to get percentages is to format them as percentages in SAS as percent so that they come out the way you want. (eg. 10%)
The tagset automatically detects percentage values and does the right thing with them.
Eric
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.