I have a pie chart to display 3 values for our class feedback forms --- agree, disagree and no opinion. I have manually set the color for each of these values...
Kathleen, Here is a post I sent to a similar question you sent last November. The same solution should apply. Here's an example I use to create a rainbow. It...
Thanks, Terri. I tried this before I posted and couldn't get it to work. I have to make sure that the color corresponds to the specific label value and some...
Kathleen, Where you put the code depends on how you are displaying the chart. Hopefully you have a control in an EIS section which activates the chart. If so,...
Couldn't you just work that logic out in the SP? Typically, we'd pass an 'N/A' or something to the stored proc and have that replace it with a null ... execute...
Oh sure. A product with a basic corporate setup pricetag in the high six to low seven figure range has plenty of comparable competitors in the open source...
Have you looked at http://www.pentaho.com/index.php ? Unlike the other nasty post, I'd like to suggest that you provide posts back here as you collect more...
Mary, I've successfully run Hyperion/Brio Intelligence (BrioQuery) on a Mac using both VirtualPC (PowerPC Mac) and Parallels (Intel Mac) and it works fine...
Hello, I have a small problem with a Hyperion report. After I drag into the report (not dashboard) all the pivots and the other things I get two pages instead...
If you are dragging pivots into there you may need to change the font sizes on the pivots or tables you are dragging into the report. Make your headers and...
Hi, Thanks for your quick reply. I have tried what you have recommended and it indeed worked. I have also tried that but it seems I have tried it wrong. Many...
Hello again, Yet I have another question regarding Export option in Brio. What I have in a bqy are multiple dashboards which I want to save as a single file in...
Hello there, I would like to ask another question now. This one would be about pivots and how to add them if possible. Here is what i have. Two queries with...
Hi, If I try to drag/drop a synonym into the work area in order to add columns to the request line, it doesn't work. I can view the synonym but I can't seem...
hi, i have some code that exports files as pdf's to a particular folder. i can attach one file to an a-mail and send it automatically via outlook using the...
I'm using it as a separate line item. At this point, there are only 2 files but I expect it could be more in the future. ________________________________ ...
What you may want to do is name your sections with a preamble for post able and use a loop to identify them so that you don't need to explicitly name them...
Good call - thanks ________________________________ From: briousers@yahoogroups.com [mailto:briousers@yahoogroups.com] On Behalf Of Simon, Jason (MBS) Sent:...
I have a job that is migrated from Version 6.6.4 to 8.32 SP4 The job owner has left the company. I want to de-activate that owner. If I take away the...
The JOOLE allows you to cut and paste the result section. However it is not Exported WITH the formatting. The formatting would either need to be written via...
Here's a snippet. Obviously, you can go crazy with this. You can put this into Brio's Sample1.bqy that comes with the install. There is a limitation to how...
Hello All, Can anyone shed any light on known redraw issues with the Brio/Hyperion web client? I have some embedded result sections in a dashboard. When I show...
I am using Brio 6.6.4 and pulling against an Oracle database. I have a subquery that should return 15,000+ distinct rows as a limit to a unique ID (UID) field....
... what ... That's a good question, and since I never use sub-queries to get distinct rows (but rather a 'table' and limit that), I wouldn't know. However, if...
There are two types of subqueries. Regular,and correlated. In the case of a regular sub-query, Brio processes the sub-query, then passes the results to the...
I used the local query idea before trying the sub-query. I did an equal join on the local query and the main table of the second. However, the second query...