BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
EBB
Obsidian | Level 7 EBB
Obsidian | Level 7

I have a numeric variable that has been assigned to the clasification role "Category" in a data mart in VA. I noticed that "category" variables cant be changed to "measures" and this is actually my problem. I need this numeric variable to be a "measure" to be able to use it as input for a slider (slider object only takes "measures" variables as input) on a report I'm building in Visual Analytics designer mode.

 

Does anybody knows hoy to change one variable clasification from "category" to "measure" without having to rewrite the proc sql that is generatin the data mart beeing loaded in VA?

 

Thanks a lot! 

1 ACCEPTED SOLUTION

Accepted Solutions
Sam_SAS
SAS Super FREQ

One approach would be to create a calculated measure using the Parse() operator:

 

Parse('ZIP'n, 'F12.')

 

This should give you a measure output.

View solution in original post

3 REPLIES 3
Sam_SAS
SAS Super FREQ

One approach would be to create a calculated measure using the Parse() operator:

 

Parse('ZIP'n, 'F12.')

 

This should give you a measure output.

EBB
Obsidian | Level 7 EBB
Obsidian | Level 7

Sam,

 

This is working perfectly!!!. You saved me at least working 1 day!! Thanks a lot for your incredible fast answer too.  

Sam_SAS
SAS Super FREQ

Great! Thanks for following up with us.

SAS INNOVATE 2024

Innovate_SAS_Blue.png

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. 

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
  • 2404 views
  • 2 likes
  • 2 in conversation