BookmarkSubscribeRSS Feed
JGreenberg
Fluorite | Level 6

Hi SAS-VA community,

 

I am trying to display a scorecard with 4 columns as a table: metric, value, average, and percent delta from the average. Ideally, I would like the negative percent changes to display in parenthesis such as they do with the PERCENTw.d format in base SAS; So I want -x.xx% to become (x.xx%).Unfortunately when applying the PERCENTw.d format to the delta column in my custom query in SAS-VA the negative percentages are still displayed as -x.xx%, not (x.xx%)

 

Does anyone know how to fix this display issue?

 

Thanks!

3 REPLIES 3
SASKiwi
PROC Star

Well that's strange. That's the behaviour of PERCENTNw.d. What happens with that format?

JGreenberg
Fluorite | Level 6

Thanks for the response SASKiwi, unfortunately PERCENTNw.d yields the same results.

SASKiwi
PROC Star

I checked SAS Notes on this and couldn't find anything. I suggest you open a track to SAS Tech Support if you haven't done so already. The only workaround I can think of is a custom PICTURE format and these are explicitly not supported in VA.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Tips for filtering data sources in SAS Visual Analytics

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.

Discussion stats
  • 3 replies
  • 2106 views
  • 0 likes
  • 2 in conversation