Hi, I think you've misread my problem. I WANT to use the migration utility, but one of the pre-requisites is that you set your existing installation to 'file...
Hello, I have found the problem. It appears that when you change an 'existing' repository set-up to 'file system', the server creates the BRIOSERV table in the...
Hello all, Version 6.6.4 We have a very simple set-up. All our scheduled jobs simply run a bqy document and store it in a (specific) directory. Currently, we...
Hi Wayne, I have tried that. I have set-up a document with an 'externally triggered' event as the schedule called 'RunTestJob2'. I have another document with...
Hi, i installed tomcat 1.4.30 and re-install hyperion performance suit 8.3.2.but i chose in section having "existing tomcat installation....".i didnot...
Dear All Members, Please any one help me that how to implement row level security in Hyperion Performance Suite. My email address Kamran.Ali@... Bye to...
There is specific documentation that explains it quite well. In version 8.5 it's included as an appendix in the admin guide. IN earlier versions it may be as...
Hi, I am using Hyperion Intelligence Explorer Version 8.2. Is there any way to color alternate rows of a pivot. I see how to do it for a table... TIA, Dan...
I'm going to stick my neck out and say no, there isn't a way. If you export your pivot to Excel you could do it within Excel using script but that's probably...
In the dashboard section I have a text box with an On_Exit event to ltrim the text. It worked once then stopped. I put an alert statement in there and that...
Anything in the Console? ... In the dashboard section I have a text box with an On_Exit event to ltrim the text. It worked once then stopped. I put an alert ...
Is there a white paper or any help on how to get the (8.3) Hyperion Server to print PDF jobs to a network (NT) printer ?? I've looked in the help file and it...
Check the administration module/physical resources/add printer ... Is there a white paper or any help on how to get the (8.3) Hyperion Server to print PDF jobs...
Yes, you can only use javascript functions in these scripts and Ltrim() isn't one. Check out the string function 'slice' in the help manual. ... The console...
yes, define a function in the OnStartup script of the document or the OnActivate script for a dasboard like so; function myfunc() { ... } MyFunc = myfunc Then...
Ok, sounds like you're not running your OnStartup() script and so you're not defining your function. Create a dashboard, add a command button and add ...
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. ...