Is it possible to connect multiple scorecards to a single analytic chart in PP 2007? - sharepoint-2007

I know how to connect a scorecard to a chart in PerformancePoint but I am not sure connecting multiple scorecards is possible by any means?
To connect a scorecard to a chart, I simply place them in the same page and drag and drop a scorecard property to the chart. Then, of course I need configure the connection using MDX.
When I try to drag and drop from a second scorecard to the same chart, it won't allow me. I wonder why and if there is a workaround?
Thanks,

I figured that it is not possible to link multiple scorecards to the same chart. So, I ended up creating multiple charts per scorecard. It is possible to hide charts initially and display them based on certain conditions. You can use the DisplayCondition property on the scorecard to make that happen.

Related

Dynamically update a Bar Chart by user selecting checkboxes in Google Sheets

I have a horizontal bar chart where one of the bars on the chart needs to be dynamic based on a user selection of checkboxes in a google sheet. I can get this to work with one checkbox "=IF(C5=TRUE,D5+100,100)" but not sure how to get to work when multiple check boxes are selected.
enter image description here
I have a "Base UPH" of 100 and just need to add the values in the "Multiplier" column if the checkbox(s) are TRUE. The idea is that the user could select one or all of the checkboxes and see how the "C-Dynamic" would be improved.
Any tips, much appreciated Thanks!
Able to get to work, but only for a single checkbox with this formula: =IF(C5=TRUE,D5+100,100)
You could do it with SUMIF, like this:
=100+SUMIF(C5:C8,TRUE,D5:D8)

google sheets - how reset data labels that have been changed manually?

I'm trying to reset data labels that have been changed manually in google sheets bars chart, and I can't find it in any of the options of the "chart editor". I always get back the last numbers that was inserted manually, and not the original data from the table at question.
I tried to edit it in the "Setup" section, under the "Series" and pick the data range again, but couldn't find a way that works. maybe I'm missing something.
the only way I can think of, of course, is building the same graph again, but this is not smart when I have so many graphs to update
help pls
select the given single data label you want to reset, then right click it and choose "Format data point" > "Revert to default"
haven't found a way to revert multiple at the same time, might need to recreate the chart for that

Customise Stacked Bar Data Labels

I have a dataset in google sheets that shows how often I do certain sports. I have created a stacked bar chart by month to follow the trend. I would like to use emojis to use as the data labels so that I don't need to have a legend. However I do not know how to change the data labels from being a count and to be customisable text?
For example for swimming I'd like it to show the emoji: 🏊 rather than "2" for jan, "4" for feb etc.
Is this possible?
It's not possible for stacked charts. It is for regular Charts, as you can see in this solution:
You can use emojis as labels by adding notes to the chart. You will have to copy the emojis from external sites and do the following steps:
In the column to the right of each data point, add your text notes (in this case, emojis).
Double-click the chart you want to add notes to.
At the right, click Setup.
In the box next to "X-axis," click More and then Add labels.
Enter the data range with your notes. For example, C1:C3.
Click OK.
In my case, the chart looks like this:
Since your Chart is stacked, this is not possible for this case. I recommend you to request this feature to Google by clicking on Help > Send feedback.

how to know grouping values in pivot chart in Hyperion designer

I have a chart which has query,result and pivot. pivot has 3 part side labels,top labels and facts.
Some user selected few data in side label and make them a group, I dont know what those values are.
Can somebody let me know how to find grouping values in Hyperion Designer 8.5.
Thanks
Deepak
I'm going to guess that what you have is a pivot table where someone created a drilldown by right-clicking and selecting hide. And you want to know what they hid. Unfortunately, even if you're the one that hid the values, you can't get that information back without showing everything. This is just one of those Hyperion quirks: it assumes that people using Designer are individual developers who aren't going to be hiding and renaming things without remembering the original values. The only way to get it back is to do some detective work by showing everything and trying to replicate the table.

How do I select a specific custom view in a google sheet using code

I have a Google sheet with a column that is used to discriminate across various centers. Each row identifies the appropriate one by its email address.
I am creating as many subviews as there are email addresses and would like to:
Enumerate them
Switch to each one of those sub-views
Do you know if it's possible to do and, if so, how? My google-fu seems lacking.
It is possible, but it depend of what you expect as output, does the output need to be editable or does it only need to be viewable. In the hypothesis of the second option you could use a formula "filter" instead of the "filtered views" the formula filter can be based on on specific cell where you put a drop down of all your options. eg here

Resources