Hi Folks, We have multiple documents, each with mutliple query tabs, that connect to an ODBC datasource. In brio 6.6.4 broadcast server (scheduler), the...
Hi, I have two issues with using a report table in Brio 8.2. 1 - I have a table dimension called 'Division' for which I have a fact which counts the invoice...
1. Just highlight the Billing days column, right-click and unselect "Show Column Totals". If you do this with only the billing days column selected then only...
Hi Everyone, We are running Hyperion/Brio Performance Suite 8.2.1. We have a foundation environment with a scheduler that has recently run into serious...
A user needs to have separate PDF's created based upon different 'account codes', so one sqr will be creating about 100 different output files. Since this will...
I added the directive 'user-printer-type pd' to my code and this worked, I was able to open up the PDF's. I guess using the executable parameters -printer:PD...
does it keep running with errors, or does the java process itself stop. Check the \bin dir for an error log also - java process errors can go there Steve. ...
I have been able to script the URL for an embedded browser when I want to view the contents of another BQY, or the output of a job that has a SINGLE section...
Ellen, Why can't you publish the report to the foundation and still have it create the separate PDF's? I have several SQRs published to the foundation that do...
Hi, I have a report with a pivot that will always have 15 rows for the last 15 months. I need to sum the first 3 facts called 'Sales' and subtract this from...
I have a variable called 'var curDiff = 0.000' and I do curDiff = Sales1 - Sales2 and then I need to format as $#0,00. .numberFormat("$0.00") which I thought...
where are you performing the calculation - results, pivot, chart, report? For the first three, you should be able to select 'number' under options to be sure...
The code is in the PostProcess event. ... report? For the first three, you should be able to select 'number' under options to be sure that your data type is...
Well, I figured out to use a Field object on the report and then use Field.Formula = curDiff to get the value on the report and then use the Field's formatting...
I like the smart report function, but there is one thing I can't figure out. In each group body I want to place additional unique content. Can this be done? ...
Hi, Is there a way to determine the drill down label of an active pivot in a dashboard using javascript so that once down to that level in the dashboard's...
I assume you mean the titles in a table section inside a report section. If so, Then for a dimension, you need to make sure the "Expression" toolbar is...
It seems the java process that runs the DAS has stopped, but the windows service has not been told. To verify what is happening, you should first check the...
create a pivot with a side label go into the document scripts (or dashboard in design mode) navigate in the object model down to your side label, and have a...
Hello all, I have a BRIO job scheduled to run on the portal in HPS 8.1.2 every Monday morning at 6:00AM. The job has 3 different data sources, and should...
No, these are free floating Field objects in a report body (i.e. Fields -> Field). I can find no way to change the default names (Field1, Field2, etc.)... ......
That's what I figured out (see my previous post). Now I need to to change the sort order once a user drills down, but I don't know what side label they...
Hi Navin, I can think of a way, but that's dependent on how you normally check whether the three data sources have been updated. Do you store that info...
We are using HPS 8.3.2 and I have created a report that displays two different bar charts on each page. The report is showing the results of a class survey on...
Kathleen, Here's an example I use to create a rainbow. It should get you started. // Change chart legends to use specific colors // Assuming legend always on...