Use this tag for questions about building reports and data visualisations using SAS Visual Analytics. SAS VA is a web based reporting and data visualisation product by SAS.
Questions tagged [sas-visual-analytics]
25 questions
3
votes
1 answer
Obtaining the name of the creator of SAS VA Report from EG (metadata)
I'm trying to access the names of the creators (or person who last updated the report) of the reports in SAS VA without checking in the creators of the physical files on the server, which are not accessible for me. Is this sort of data stored in…

Łukasz Stasiak
- 107
- 1
- 2
- 11
1
vote
1 answer
SAS Visual Analytics Report export detailed data not possible
After having updated an Visual Analytics report, the option to export "Detailed data" is not available anymore.
Only the export of "Formatted data" is possible.
For other reports, which I did not change, the functionality is still there.
I did undo…

JensR
- 130
- 7
1
vote
1 answer
Whats the different between source table and LASR Server table?
I'm new to SAS Visual Analytics and I'm asking me, what exactly is the SAS LASR Analytic Server? I have read a lot of websites and for me, it looks like, that the SAS LASR Analytic Server is a component that I can use to load data from source tables…
user8504877
1
vote
0 answers
how to pivot the Analysis variable in a cross table in SAS Visual Analytics (SAS/VA)
My problem
I should display a LASR-table in SAS/VA. For each row of the LASR-table, the report should have one column, with the class variable and a dozen of analysis variables. I am not supposed to do any data preparation (i.e. not use Data…

Dirk Horsten
- 3,753
- 4
- 20
- 37
1
vote
0 answers
Exclude observations that do not exist for all quarters from data source in SAS Visual Analytics
I want to create a filter that will exclude observations that don't have a value for all 3 quarters (Q1, Q2, Q3 of 2016) in my dataset. Here's an example of my dataset:
Identifier | Quarter | Value
ABC3456 | 2016Q1 | 145
ABC3456 | 2016Q2 |…

sonarclick
- 73
- 8
1
vote
1 answer
SAS Visual Analytics report automating creation process
Is there a way to automate the creation of a report in VA ?
I'm asking if it's possible to use a coding syntax to produce a report instead of doing it on the report builder page. I don't mind interacting with the metadata server on which resides…

pm2r
- 153
- 1
- 8
1
vote
1 answer
Dynamic text in SAS VA (Visual Analytics)
I am making a nice dashboard. I have Geo-map with projects. When a user clicks on a particular project it will take the user to a detailed page about the project. I want to give this page (sheet) a dynamic title.
For example: The user clicks on the…

Tom Dw
- 53
- 5
1
vote
1 answer
How to aggregate over only distinct values in SAS Visual Analytics
Assume we have the following table loaded as data source in SAS Visual Analytics:
=======================
Day | objectID | Value
1 | 1 | 1.5
1 | 2 | 1.5
1 | 3 | 3.2
2 | 1 | 1.5
2 | 2 | 1.5
3 | 1 …

Sale
- 349
- 1
- 3
- 15
1
vote
1 answer
SAS Visual Analytics Cross Table Frequency Count
I am tryng to implement the cross table with frequency counts on SAS Visual Analytics.
Each raw of my source table is a result of bandwidth test of telco operators. There are several operators that have been tested, a number(many) tests has been…

2late
- 117
- 1
- 10
0
votes
1 answer
how to group data by product in this particular dataset
I have trouble creating visualization in SAS Visual Analytics.
I need to visualize data on bar chart where on y axis will be product names and on x axis number of customers who have these products - in each product group (name) I need to visualize…
0
votes
0 answers
Is there a way to allow/deny caslib acces from specific applications in Viya
My company wants to make some visual analytics dashboards available company wide, but not all users should be able to acces the data from outside of VA (from sas-studio or data explorer for example). Ideally the data should be only accessible from…

Rob Wanders
- 3
- 1
0
votes
1 answer
Is there a way to display a SAS job the same way as a SAS stored process in the SAS Portal in 9.4?
Currently, when I open a SAS job via SAS Drive, I always end up in the developer view. How do I make it so that when I open a SAS job in dirve that I only have to enter the parameters and start the job.
I've seen attempts to recreate the SAS portal…

johnnyay
- 1
0
votes
1 answer
Beginning and end week date in SAS Visual Analytics
How can I obtain the beginning and end date of today's week in SAS Visual Analytics? Intnx function is not available like in SAS Enterprise Guide.
intnx('WEEK', today(), 0, 'B') /*First day of week*/
intnx('WEEK', today(), 0, 'E') /*Last day of…

larx
- 15
- 5
0
votes
1 answer
Calculate % of row total in SAS visual Analytics
I am trying to create a table which has two categories - X an Y. I am trying to create a table in SAS visual analytics that tells me the share of total in each category. My table looks something like this
Category A
Catgeoy…

Swati Kanchan
- 99
- 2
- 15
0
votes
0 answers
SAS Visual Analytics graph resolution
Good morning lads,
I have a very important question regarding the resolution in SAS Visual Analytics and I'm kinda in a hurry. I have a lot of graphs inside my dashboard but when I open the same graphs in LabView or Excel I see a much more detailed…

TangerCity
- 775
- 2
- 7
- 13