I've seen a suggestion to "Use the -Dbrio.content.path option to serve static content from the Web server instead of the application server". Where do you use...
What exactly do these advanced .oce connection preferences mean and why/why not turn them on/off: user outer join operator on limits (available to our Oracle...
Connection preferences help you define how Hyperion Intelligence Clients communicate with a database server through each connection file. Connection...
In the Query section go to the Request Line and right mouse click. Select Query Properties and select Return Unique Rows. Hope this helps Keith Gissandaner ...
I think you misunderstood my question. Unique rows is not the key here. I know how to query it when i have a specific studentType value, say 'X'. But what I...
Hi, I have a few hundered reports in which I need to add confidential label in the footer for all of them, in EIS, Pivot, Chart, Detail sections. Is there a...
Hello Group I am working on dashboard script which connects to 10 different queries and processes those queries and disconnects. I am using for loop .. for (j...
Sayi, Try the below code. It will only work if you are using the same oce file you saved the document with and all oce's are using the same password. The...
Why would this not return the correct result? Select distinct studentType, typevalue You will get one row for each unique combination of studentType and ...
Even though he asked for unique typeValue I'm guessing he means he wants a COUNT of the unique typeValues. neostarkingdom, correct me if I'm wrong but I think ...
Does Brio have a limit with regard to clob fields and how much data it can bring back in a item. Currently using dbms_lob_substr function to retrieve a clob...
I started by looking at the document posted by Gary McCool - thanks for the starter. 1. I am now trying to export a Pivot from a Brio doc and cannot figure...
Has anyone had any issues with scheduling a job in Hyperion 8.2 that contains a local results table in a query? We seem to core dump everytime we try to run...
Does anyone know how to set a Brio report to a dirty read mode.. For more debugging? Thanks, Todd ... __________________________________ Do you Yahoo!? Yahoo!...
Hello – Currently in HPS version 8.2 will be moving to version 8.3.2… I did not see any responses to Rob's question; however, I have a follow up question....
Hi Vern*, To answer Rob's question is you have to publish the excel as a web page to use it in a EBO. Vern* you can pass a string variable to an EBO that is...
Thanks Keith. So I guess I cannot do what I was hoping to do. Our group only has access to the function and cannot put up new pages. Is there a way I can use...
Hello, When using the shift key instead of the cap lock in Brio version 6.6.1.7 it fills out a definite line of the letter you typed in. Does anyone have any...
Please look through the past postings for the dozens of threads that explain this issue. Adam ... From: hal3@... (angieosu22) Date: 6/10/2005 11:17 AM...
Fixed in 6.6.4.44 and later for Brio 6. Fixed in 8.1.2.109 and later for Brio 8. Extra 64 characters are caused by incompatibility of Brio's code with new api...
Hi all, At present i have joined a new organisation. They told me that i will be working on SQR. I do not have clear idea of what SQR means since i no that it...
Hi Gopal, if you've done any other programming it's pretty easy to learn. Hyperion have some good standard docs, particularly the getting started manual. ...
Hello -- Are there any examples that are avaiable for delivering what in our office would call a portfolio. This would be a single report with many differnt...
In the reports that I'm running, there're usually multiple queries with one or two parameters common to all queries. Thus, if I want to change the value of...
If you are using javascript code: Param1 = 'New Value'; Param2 = Param1; etc. or use this if you are over the web Param1 = Session.URL["Param1"] Hope this...