- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 06-13-2018 02:38 PM
(1421 views)
Hi,how can I map a chart(line chart) to read from different data sources in sas visual analytics.i want to use the two variables to creating a new variable.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
A single SAS VA report object like a line chart can only have one data source. You will need to combine your data sources into one table before using it in a report object. I would usually do this outside of VA in traditional SAS code, but you could also do this inside VA in the Data Preparation window.