Search the web
Sign In
New User? Sign Up
briousers · Brio Users - Help with deploying Brio Enterprise
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 14306 - 14339 of 15677   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14306
What I get using Rank Dan 100 1 Dan 200 1 Dan 400 1 Bob 100 2 Bob 200 2 Bob 300 2 I used the cume function successfully. Dan ... On Behalf Of googlepost123...
googlepost123
Offline
Aug 1, 2005
2:35 pm
14309
Has anyone come up with a way to run jobs in sequential order in Hyperion 8 without having to Create an event for evey minute? Thanks, David...
dtdsewall
Offline
Aug 1, 2005
7:31 pm
14310
Hi Everyone I hope somebody can help me with this... How can i make reference a Sheet2 of the book in excel from Brioquey ?? I need paste a chart in one sheet...
gusta_ah
Offline
Aug 3, 2005
3:12 pm
14311
I've heard that HPS 9 will only have support for the Security Platform Driver, which uses the CSS_Config.XML file in BrioPlatform/etc folder to specify...
yourfault1
Offline Send Email
Aug 3, 2005
3:15 pm
14312
Did you ever find a solution for this? I am having the same issue...
katzprofile
Online Now
Aug 3, 2005
3:59 pm
14313
Hi, You need to use the following command: objExcel.Sheets.Item(1).Name = "name" just change name to whatever you want to call it - ie January. For the 2nd...
bty18336431
Offline Send Email
Aug 3, 2005
7:28 pm
14314
Thanks Paul... but i found this code... var objExcel = new JOOLEObject("Excel.Application"); objExcel.Visible = false; objExcel.Workbooks.Add var objBook =...
gusta_ah
Offline
Aug 3, 2005
8:06 pm
14315
To delete a sheet the code is just: objExcel4.Sheets.Item(3).Delete; That would delete the 3rd sheet tab (ie sheet3). Just add that into your code for each...
bty18336431
Offline Send Email
Aug 3, 2005
8:19 pm
14316
Trying to recreate a Excel graph in Brio? Any an expert in Brio graphs...
Jimmyw18
Offline Send Email
Aug 8, 2005
6:34 pm
14317
What are you trying to do? What is the data? Regards Wayne Van Sluys KeyPulse ... graphs...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Aug 8, 2005
7:46 pm
14318
We are to be installing for our next release Hyperion Version 8. Does anyone know if you can union result sets with this version? Does anyone know if you...
asl70c
Offline Send Email
Aug 9, 2005
2:14 pm
14320
Via script, I need to be able to take the limit names from one query and put them into another query. Any ideas on how to do this??? I want to do a FOR loop to...
balemay
Offline
Aug 10, 2005
1:02 pm
14321
ActiveDocument.Sections["query section name"].Limits[i] is the i'th limit of the query. You should be able to use that in your loop. Cheers, Steve ... From:...
Steve Cavill
stevecavill
Offline Send Email
Aug 10, 2005
1:20 pm
14322
Steve -- Thanks, I'll give that a shot!! ... i'th limit of the query. You should be able to use that in your ... On Behalf Of balemay ... query and put them...
balemay
Offline
Aug 10, 2005
1:35 pm
14323
I am creating a report and have grouped it into four different report groups. I have four different table dimensions one of the dimensions has data for one...
purpleliger
Offline Send Email
Aug 17, 2005
3:41 pm
14325
Im creating a query limit dynamically, using the following code: var DNATypeLimit; DNATypeLimit= ...
udit_manektala
Offline
Aug 17, 2005
7:00 pm
14326
Does anyone know the fix to this ? In the LIMIT section (6) of Dashboard Builder, when I try and set the limits on an open BQY, I get the message : An error...
charlief_pa
Offline Send Email
Aug 17, 2005
7:47 pm
14327
Look under the properties for your limit, there is a LogicalOperator ActiveDocument.Sections[QueryName].Limits [2].LogicalOperator=bqLogicalOperatorOR the...
Mark
keypulse_77
Offline Send Email
Aug 17, 2005
8:35 pm
14328
The term you're looking for is "Logical Operator" (not clause). Logical operators can be changed programatically by accessing it as a property of the limit...
Adam Franz
the_adam_franz
Offline Send Email
Aug 17, 2005
8:57 pm
14329
I was wondering if anyone could help with the following problem on the Broadcast Server, v6.6.4.50. We have some FTP actions that will fail intermittently and...
n_paetsch
Offline
Aug 18, 2005
3:37 pm
14330
I am creating a report and need to break on certain items. Example: 1 01/01/01 1 01/01/01 1 01/05/01 2 01/01/01 3 01/02/01 3 01/02/01 I did use the...
purpleliger
Offline Send Email
Aug 18, 2005
7:15 pm
14331
Are you using Report Groups or Tables? -wayne KeyPulse ... when...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Aug 18, 2005
7:41 pm
14332
Tables. ... but...
purpleliger
Offline Send Email
Aug 18, 2005
8:04 pm
14333
Hi I need to have this in brio but don't know how to do it b/c brio doesn't seems to handle trunc( date ) function. trunc(sysdate-9,'D')in oracle Would...
rita ding
rita5792
Offline Send Email
Aug 18, 2005
9:30 pm
14334
... Hmmm, sure it does .. I use it all the time. Make sure you have the correct data type set. Pagzzer0 _____ From: briousers@yahoogroups.com...
gary
pagzzer0
Offline Send Email
Aug 18, 2005
9:35 pm
14335
Just type that into a computed request item. Make sure after your done to set the datatype of the field to date, since that is not the default for trunc in...
Adam Franz
the_adam_franz
Offline Send Email
Aug 18, 2005
9:41 pm
14336
How about using Report Groups and Tables? Just thinking out loud don't have any data like this to try it. flg date other data headers 1...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Aug 19, 2005
1:45 pm
14337
The release of HPS version 8.x has opened up an opportunity to insert Embedded Browser Controls. Working with one of the local reps we were able to beat BO at...
dmacdona
Offline
Aug 19, 2005
4:34 pm
14338
I'm getting an error when I try to upload a BQY document using the SDK. But the file lands in the Hyperion Performance Suite just the same. Here is the...
mcolleyatwork
Offline
Aug 19, 2005
7:03 pm
14339
I have a Completion date ( in date and time format) and Elapsed time in minutes. I am trying to do calculation to get Start Date and time. something like...
chinky8894588
Offline
Aug 19, 2005
7:17 pm
Messages 14306 - 14339 of 15677   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help