gracias, thanks ... then populate the listbox with it... ... data to the brio ... no es el tema ... el ... con ... not ... a ... or ... EIS ... sans-serif;} ...
I have an application in Javascript in external window to brio, I call it with browser in brio, this code inlays a result in a picture within the HTML in...
Hey Andres, I got to tell you I speak Spanish and I cant understand what your asking in either language!! I think what you want is a session cookie so you can...
The following code works under Brio 6, but it's broken under Hyperion 8. I've verified that the BrioQry.tlb file is in the right place and it's the one that...
hello, i am attempting to test my first javascript to execute Brio and then open a document. Brio starts and opens the xxxx.bqy but then it hangs and never...
Console.Writeln writes to the javascript console not the application console. You will only see it under View -> Console Window what is noslash in your...
From what I can see there should be no reason for it to hang. Everything looks in place (except for "noslash" which I think is supposed to be "-nosplash", but...
Hi guys, Just wanted to ask if there is a way to speed up or make the brio using javascript to run faster. Usually when I run a file manually it might take...
Hi all, I am using Brio Report Builder version 6.1.3 with an Oracle 10 database. I am trying to figure out how to create a sub-report within a report I have. I...
Hi everyone. I just wanted to say hi first, as I am a recent member of your group. I need desperate help with the "include nulls" options in Limits. Why does...
Hello, Well when working with nulls, the thing to remember is that a null value is where a value could have been entered but a space was entered instead. It...
Hello, thanks, and you're probably right. There wasn't a space entered, but it is an empty field. Is there any way to display the records with an empty field,...
Well, I am not SQL guru, but if I had to guess, I would say you need to identify the ascii equivelent of a blank space, or an empty line or something. I am...
Hi Guys, Im new to this group. Im now learning Brio. I have the help document which is provided with the installation. I need some material which i can take a...
Hi Group, I want to know the prerequisites to learn Brio. What languages/scripts does Brio use ? Are Hyperion and Brio, the same tools ? Pleaze let me know. ...
You need to identify the full version of brioqry.exe you are using down to the last digit in the version number. It is absolutely vital that the right version...
Hi Socs, Thanks for you quick response :) I'm actually just using the plugin for ie, not the stand alone version (brioqry.exe). I just want to try to automate...
Sres., buenas tardes. Necesito su apoyo en un problema que tengo con Hyperion Intelligence (WEB). He cambiado de servidor de base de datos de un grupo de...
I don't have a sample for that, BUT are you using these items in a limit/filter? If so, you can simply "ignore" the filter which is the same as slecting all...
alt approach: programmatically create the limit, then looping thru the list of available values in the listbox, and while in the loop, add the value to the...
I have an automated report that exports a pivot table to Excel. Any type of formatting is lost when it gets exported to Excel. Is there a way around this or...
It is my understanding that to keep formatting when you export to excel, you will have to use JOOLE to perform the export, and then apply the formats. T...
ok i got a hold of some JOOLE code that actually works if i put it as the OnClick event for a command button... Is there a way to get this code to work in an...
Take your code, make sure it works, and then create a global function. If you are using the Performance Suite to automate your report, you should be able to...
I have an application that, if the user selects too large of a date range, the query will time out due to a set TimeLimit on the Query Property. When this...
What version of the product are you using? Assuming you are using version 6 or greater, use a TRY CATCH block. Catch the error, evaluate it and use an Alert...
I'm using Version 8.2.3. I tried using the Try Catch function, however, If the Query Options limit the query to a number of rows returned, or limited by a...