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
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.
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.