Hello everyone!
I'm starting to use the VA and I have a doubt...
When I load my data to create the visualizations, the dataset need to be prepared already?
Can I transform the data inside the VA? Like getting only the year from a date field?
Thanks!
If you need to manipulate the raw data, you should use SAS Visual Data Builder. Then save the output of the query to a LASR table.
If you manipulate the columns within one of the clients, such as SAS Visual Analytics Designer or SAS Visual Analytics Explorer, then those changes are available only within the specific report or exploration.
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
You can do a lot with the data inside VA 🙂
if you want to get the year from a date field, just change the format to year.
You can also create a new calculated variable and use the function year(date).
//Fredrik
If you need to manipulate the raw data, you should use SAS Visual Data Builder. Then save the output of the query to a LASR table.
If you manipulate the columns within one of the clients, such as SAS Visual Analytics Designer or SAS Visual Analytics Explorer, then those changes are available only within the specific report or exploration.
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
Hi @Madelyn_SAS
In the data preparation inside SAS Viya I get the options of drag and drop transformations only.
Is it possible to use code based transformations?
Thanks
I did not realize that this was SAS Visual Analytics on SAS Viya. The SAS Data Studio User's Guide should be able to assist.
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
Yes it is possible to use code based transformations in SAS Data Studio in SAS Viya.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.