BookmarkSubscribeRSS Feed
sandeep_18
Obsidian | Level 7

Hi Guys,

 

I have a measure called Amount  332567.I can able to convert into dollars like 332,567 .But I want to convert into 3,33,567(It means 3 lakhs,33 thousand ,567).Can we create any measure so that it will be converted as 3,33,567??

Help me out of this 

 

 

Thanks and Regards,

Sandeep

3 REPLIES 3
Sathish_jammy
Lapis Lazuli | Level 10

Try this: 

 

proc format;

picture indianc

low-high='99,99,999';

run;

 

data test;

a=333567.0;

format a indianc.;

run;

sandeep_18
Obsidian | Level 7

Thanks for the reply .But I wan to do this in SAS Visual Analytics.

SASKiwi
Opal | Level 21

What version of Visual Analytics are you using? As long as you don't use the DATATYPE option available in PICTURE formats then they can be used in VA 7.x:

http://support.sas.com/kb/47/100.html

 

 

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
  • 426 views
  • 0 likes
  • 3 in conversation