Wouldn't this be way easier I in excel? Right tool for the job boys and girls ;-) Steve. ... From: briousers@yahoogroups.com [mailto:briousers@yahoogroups.com]...
Hi Kevin Thanks a million for the help - unfortunately I'm still not clear on how I output to 2 different sources and set different auto-delete settings. I ...
I am using Brio for reporting, and a JOOLE script to create a spreadsheet and copy the pivots and charts into different tabs on the spreadsheet. I have created...
You can't. In order to do so you would need pixel-point functionality to tell Brio where to place the field. Your only option is to put empty fields on your...
Hey Paul, Here you go. Hope this helps. I've been all over the JOOLE realm. Mark KeyPulse.com var oXLS=new JOOLEObject("Excel.Application") oXLS.Workbooks.Add...
I have a script in Brio attached to a command button that I am using to create an Excel Spreadsheet and copy pivots to Excel, add formatting and creates a...
Hi All, I have been using the following in the createSession() function to create a session: "mSession = SessionFactory.getInstance(mUsername, mPassword,...
I was hoping you could help with a Date problem i have. I have a number of reports which track workflows and tasks performed. It has a day counter and gives me...
Hi, This is prob not the easiest way, but I got around this by creating a table that had all the dates for about 10 years, with a workday number allocated, the...
Sorry - i should clarify, I dont have a list of the actual dates, just a "start date" and either the start date or current date. which is then used to work out...
A similar question was posted on ittoolbox.com not long ago. Search google for brio javascript weekdays and it should be the first hit. Steve. ... From:...
Anyone with experience with 8.3 installed with clustering to provide failover backup in distributed installs? We are wary of the home going down. Any...
Hi, If your total rows are something special(either text or a number higher than all the other numbers in a column) you can use the spotlighter to change the ...
I've run into some similar issues before. It had to do with how many commands I was sending through JOOLE, apparently, there is a limit. Brio thinks it's...
Sultan, Are you working with a table in a report section or a pivot table? If it's a table in a report section, use tools/options/default formats/report/report...
I have a pivot that I copy into a new Excel workbook using JOOLE, and have all the headings formatted, a menu created with hyperlinks and autofilters setup. At...
Ok..here's the problem.. I need to have a small grid inside a dashboard to display initial results.. from here... the user will select a row which whill take...
If you want to use embedded results section on EIS then you must use OnRowDoubleClick. You will want to look at RowNumber as a property of the object and then...
If anyone is using the Progress Database with Brio, I would like to know how to calculate the 'EnterDate <= Today - 30 days'. I have tried 'EnterDate <=...
Hi Paul, I modified the code I sent you for hyperlinks and added some conditional formatting to it. You can handle the dates by getting the value of the cell...
Dear Gurus, Has anyone ever had an experience of Data Mining using Brio? Any information or practice on any method will be appreciated. I have recently tried...
Mark, Thanks for that - have tried to modify this to select a column and turn the background of all cells with the value "Green" to have the green fill, "Red"...
Dan, I used the following code against a Progress database to assign today's date - 3 months to a variable in the startup scripts. Hope it helps! Kathy var y =...
Not without creating a macro and calling it from Brio. You can't really do the functions via the JOOLE becasue the Javascript can't tell when it is supposed to...
Hi All, Has anyone else encountered this problem (SessionFactory.getInstance not working in 8.3.1)? I get the following when I print the ReportMartException: ...