What are Dashboard reports?And significance of these in
analysis?
Answer / venu
Dashboard:
It is a point and click dashboard development application that enables the creation of dashboards from a variety of data sources (SAS Dataset, InfoMap, Stored Process & SQL Query) to surface information visually.
Using Dashboard we can create n'no. of dashboards like Simple Bar Chart, Bar Chart with Reference lines, Clustered Bar Chart, Stacked Bar Chart, Needle chart, Targetted Bar Chart etc, Pie Chart, Interactive Bar Charts, Spark Table, KPIs, etc. There are so many features in Dashboards.
We can create Interactive Dashboards and all of the above using Indicator Data, Range, Indicator and Dashboard in DASHBOARDS.
For more information about
SAS EBI (Enterprise Business Intelligence),
SAS EDI (Enterprise Date Integration),
SAS VA (Visual Analytics) &
SAS Platform Administration,
Please contact MuralaVenu@gmail.com or Skype ID: VenuMurala
SASTraining4U
| Is This Answer Correct ? | 0 Yes | 0 No |
what are scrubing procedures in SAS?
What is the maximum and minimum length of macro variable
Are you familiar with special input delimiters How are they used?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what is Enterprise Guide?what is the use of it?
Difference between informat and format?
Describe the function and untility of the most difficult SAS macro that you have written.
name few built in sas transformation in DI studio ?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
how would you determine the number of missing or nonmissing values in computations? : Sas programming
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
in data set200 observation how to take 110,150,170 using sql procedure?