09-21-2018
RB7
Calcite | Level 5
Member since
02-27-2018
- 4 Posts
- 1 Likes Given
- 0 Solutions
- 0 Likes Received
-
Latest posts by RB7
Subject Views Posted 1319 06-08-2018 08:23 AM 1300 03-05-2018 11:37 AM 1260 02-27-2018 12:55 PM 1299 02-27-2018 08:02 AM -
Activity Feed for RB7
- Liked Re: Calculating formulas, and visualizing data by Month, Quarter and Yearly for TriciaAanderud. 06-11-2018 04:30 AM
- Posted Calculating formulas, and visualizing data by Month, Quarter and Yearly on SAS Visual Analytics. 06-08-2018 08:23 AM
- Posted Advanced Filter for Gauge (Aggregated Measure) on SAS Visual Analytics. 03-05-2018 11:37 AM
- Posted Re: SAS Visual Analytics 7.3 Reporting - How to not group months from different years on SAS Visual Analytics. 02-27-2018 12:55 PM
- Posted SAS Visual Analytics 7.3 Reporting - How to not group months from different years on SAS Visual Analytics. 02-27-2018 08:02 AM
-
Posts I Liked
Subject Likes Author Latest Post 1
06-08-2018
08:23 AM
Good morning everyone, I have a dataset in SAS Enterprise Guide which I have attached to this post. And the value that I want to see is E0, which has the following formula: E0 = OPEX / Total Maintenance Costs * 100% To calculate the E0 for the 1st Quarter of 2017, it would be like: E0(1st Quarter 2017) = SUM(OPEX(January,February,March) / SUM(Total Maintenance Costs(January,February,March) * 100% And the same rational would be applied to the Monthly and Yearly calculation. My problem is that people might want to see the value of E0 on Visual Analytics by those 3 different groups (Monthly, Yearly, Quarterly). My first thought was to make all of the calculations on Enterprise Guide but that would lead me to an additional column (this would be awkward because of the number of rows) or table for each group. My second thought was to make the calculations on Visual Analytics, since I can just create an aggregated measure and group by whatever is selected (Month, Quarter or Year). Which is the best way? Which one, EG or VA, suffers more from the calculations? What is the best practice? Is there a better solution than the ones that I presented? Thank you very much!
... View more
03-05-2018
11:37 AM
Good afternoon, I am using SAS VA 7.3, and so, I am using the horizontal gauge to display a single value which is "Total Production [MW]". This single value is grouped (SUM) by the data that is either selected on the graphs or filtered on the control objects. However, we have the category "Power Plant" defined as such: Power Plant 1 - Generator 1 Power Plant 1 - Generator 2 Power Plant 1 (which is the total) Power Plant 2 - Generator 1 Power Plant 2 - Generator 2 Power Plant 2 - Generator 3 Power Plant 2 Power Plant 3 - Generator 1 Power Plant 3 - Generator 2 Power Plant 3 - Generator 3 Power Plant 3 - Generator 4 Power Plant 3 Total Power Plants So basically, when I have selected of all of these categories to display on the bar graph (which the client requires) the total is not correct, because it group sums all of the categories, and I want to create and advanced filter on the gauge to basically say: IF "Power Plant" NotContains "Generator" RETURN "Power Plant" NotContains "Generator" ELSE "Power Plant" This means that if any category's selected are not Generators (which means they are totals) he would ignore the generators values and just SUM the totals. And if there are only Generators selected, he would SUM them up as normal. I have created that code to no results, it doesn't filter anything. Is there a way to solve this? Thank you all.
... View more
02-27-2018
12:55 PM
Sorry, I believe I was not clear. The months are not adding, it is the measures like "Production" that are being added. The table is adding "Production" from January 2018 to "Production" from January 2017.
... View more
02-27-2018
08:02 AM
Good morning, We are having a problem where we have two different categories (months and years) and we are using lists embbebded into prompts for each category, like so: Months and Year filter However, when we have both years selected, he group sums the months and shows to total of January 2017 + January 2018 for every measure. Is there a way he doesn't automatically group sums the months?
... View more