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 |
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
How to include or exclude specific variables in a data set?
Explain input and put function?
what is prime numbers? how we can get plc write sas code?
What is the purpose of using the N=PS option?
What other SAS features do you use for error trapping and data validation?
code the tables statement for a single level frequency?
How do you specify the number of iterations and specific condition within a single do loop?
how would you create multiple observations from a single observation? : Sas programming
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
how to handle in stream data containing semicolon in it?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5