This file is found in the system32 subdirectory of their Windows installation. ... __________________________________________________ Do You Yahoo!? Tired of...
The easiest way to accomplish this will require a couple of simple steps. 1) create a computed item using Rank in the Results and rank the fact by the ...
Hi Dan, In addition to the earlier solution, if you want to do it from the query tab, you'll have to make sure your query sql has a sort clause in the right...
And a third option! If your DB supports the top x function then modify the properties of the first item in your request line by adding top 10 in front of the...
I was wondoring how do you create a BREAK on a EIS script to let the user input something and then process the rest of the script like this,the user have to...
Did any one tried using Brio 8.1.x with weblogic server. If so can any one give details how we can pass the parameters of the reports. We are able to run the...
Gary, To rectify the situation with exporting to PDF from the Broadcast Server, we simply installed a printer driver. Don't setup a printer throught the...
We noticed this was the solution for a Windows install but not on UNIX/Solaris. ... Our understanding is that we need to wait until 8.4 release. Enjoy! Gary Mc...
Hi, I'm not wanting to sound like a stuck record but you can accept input from users using my utilities.dll and jooleobject, the utilities can be downloaded...
From a textbox in a Brio EIS, I want users to have the ability to load records into an Oracle table. I accomplished this, but the process was very slow with a...
I have testing sendSQL vs. using a recordset object and JOOLE, recordset many times faster. I have a free utility that allows people to load results sets into...
I'm not really sure how to explain this, so please bear with me... I'm trying to create a computed item in a results set, where I have to use multiple columns...
Why do you think you need a computed item? Can't you just put in the following limits: - A 'Not NULL' limit on any field that, if null, should cause the row to...
Okay, I see. Well, there are a couple of approaches. The more efficient (but more difficult) way is to use aggregate limits or an inline view (a subquery might...
This is great, Thanks! Unfortunately, I don't know how to aggregate data in Brio and there's nothing in the help files on how to go about doing this. Once I...
http://hostname/Brio/personalpages/login ... From: Barry [mailto:bzar@...] Sent: Wednesday, February 16, 2005 5:58 PM To: briousers@yahoogroups.com ...
I've been playing with Aggregates for the past couple of days, and I'm beginning to think that this approach will not work for what I'm trying to accomplish....
We use third party authentication (not database) and if a user puts in a bad password on the main login page (brio.html), they receive a customized message...
Katerina, Here's a go... 1. Create a computed item that returns a "1" if any of your customer exclusion criteria are true like this - if ( whatever == a ||...
Here is one method... Modifying Hyperion's "index.jsp" provides a fine "back-end" solution, and has no impact on the system. In the index.jsp page, find the...
Sorry, I forgot to mention, the solution I provided is for (and only has been tested for) Hyperion 8.2+. Michael P. McDowell Programmer/Analyst, BSCS, MCP (and...
Hi Michael, As has already been posted if you want users to auto login to the persnal pages simply direct them to use http://hostname/Brio/personalpages/login ...
Hi All, I need to change the color of individual cells of a pivotr using the EIS code. Ordered Quantity 1361499 149.4 1514981 597.44 1517205 11.1 1528299 0 ...
Hi, I export a query to excel file every month with columns account, name and sales#. But the sales# is always in format 10,000 or 1,000 (which is with comma)....