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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 13518 - 13548 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13518
Hi, How do you do a backup and restore with a hyperion server can I just copy the c:\program files\Brio directory and during restore I just restore it?...
Jaddy E. Balagtas
jaddy_balagtas
Offline Send Email
Nov 1, 2004
8:55 am
13519
Hi Jaddy, There is a whole chapter on backup and restore in the administrators guide. I recommend you start there. Regards, Steve. ... From: Jaddy E. Balagtas...
Steve Cavill
stevecavill
Offline Send Email
Nov 1, 2004
9:40 am
13520
Hi Does anyone know if Brio 8.2.x works with Oracle 10g Database as the data source and repository ? Anyone tried using those two versions before ? TIA regards...
kes
yahkes
Offline Send Email
Nov 1, 2004
10:41 am
13521
I have a query i want to run between sysdate-1 and sysdate-31 the date field is called Dimension.CallDate How do i write the appropriaet SQL statement Thanks ...
Aaron Hyman
hymana7
Offline Send Email
Nov 1, 2004
3:56 pm
13522
Brio Kid, This works. Just the order of the service start up appears to be incorrect. The services should be started up in Super, DAS, then Intel. order as...
Martin Vernon
lightning86
Offline Send Email
Nov 1, 2004
5:39 pm
13523
Hi Aaron, Do you mean that you are trying to run the first day of the month and the last day of the month for the current system month? Also, are you trying to...
Mark
keypulse_77
Offline Send Email
Nov 1, 2004
7:55 pm
13525
Anyone tried to programmically remove a connection file -- I mean "rip it out" so there is none attached when you go to F11 - Connections Manager and it is...
Nancy Crosby
ncrosby1
Offline Send Email
Nov 2, 2004
8:28 pm
13526
Hello Nancy, Would you be interested in a BRIO administration position in the Baltimore Metro area? Nancy Crosby <ncrosby@...> wrote: Anyone tried to...
Ra Wright
ra_wright2004
Offline Send Email
Nov 2, 2004
8:31 pm
13527
Hi. Is there a way to identify the key stroke in Brio EIS using _JavaScript? Any help greatly appreciated....
brioenigma
Offline Send Email
Nov 2, 2004
9:54 pm
13528
Yes, What are you looking to do? -wayne van sluys KeyPulse...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Nov 3, 2004
5:54 pm
13529
I tried a couple of things with Brio object model but to no avail. Maybe there is a different route you could take. What specifically are you trying to...
jecwobble
Offline
Nov 3, 2004
8:25 pm
13530
Reply to jecwobble -- re: I am looking for a method to remove a connection file from a query. Just want to remove the connection file - local results are being...
Nancy Crosby
ncrosby1
Offline Send Email
Nov 3, 2004
8:42 pm
13531
Well, a limited option could be to export the results section you want to keep, delete the query section it's tied to, then import the exported data. ...
jecwobble
Offline
Nov 4, 2004
2:02 pm
13532
While researching a reply to Nancy Crosby's recent inquiry, I was stumped with this problem: Given a Brio document with multiple query sections, each with...
jecwobble
Offline
Nov 4, 2004
5:29 pm
13533
As long as the sections were created in that order you can traverse the Sections backwarks testinging the Section Type to find it. Otherwise I don't believe...
jarrodb74
Offline
Nov 4, 2004
8:03 pm
13534
If you follow logical naming conventions it shouldn't be a problem. jarrodb74 <no_reply@yahoogroups.com> wrote: As long as the sections were created in that...
John Rosko
jrosko
Offline Send Email
Nov 5, 2004
12:33 pm
13535
Thanks for the suggestion. Developing a standard set of conventions to enable this functionality would certainly work, however the determination of what is...
jecwobble
Offline
Nov 5, 2004
1:45 pm
13536
Logic you would argue is in the THIRD EYE <http://www.kundaliniyoga.org/chakra7.html> of the beholder... :-) ________________________________ From: jecwobble...
Jean-Paul van der Windt
q_tipperoo
Offline Send Email
Nov 5, 2004
2:25 pm
13537
By using the Object Browser in your script editor there is not chance to get it wrong. During the process of developing your script, the Object Browser will...
klarence
Offline
Nov 5, 2004
6:48 pm
13538
Jecwobble, I found a way of getting which tables a pivot fell under, which I used in loading a listbox in an EIS section. I had one listbox for all the Table ...
Don Harper
harperd23
Offline Send Email
Nov 6, 2004
4:28 am
13539
I am trying to trap the 'Enter' key. I have a text box in which user enters the pattern By clicking on the command button the list box is populated with the...
Mea Culpa
brioenigma
Offline Send Email
Nov 7, 2004
1:31 am
13540
hi , i have a chart in my bqy which have 4 different bars(will have only 4 bars) and corresponding (X) axis labels. I want to retain the axis labels if there...
Unni Mon
govindsunni
Offline Send Email
Nov 8, 2004
5:02 am
13541
Datawarehousing Professionals walk-in at KOLKOTTA for CMM Level 5 skills : any Datawarehousing software exp : 3+ interview location : Kolkotta Work Location...
abba_erp
Offline Send Email
Nov 8, 2004
5:04 am
13542
Datawarehousing Professionals needed for CMM Level 5 skills : any Datawarehousing software exp : 3+ Location : Chennai Client : CMM level 5 - Top 5 Indian...
abba_erp
Offline Send Email
Nov 8, 2004
5:23 am
13543
You need to have at least one row with a zero or null Y value for each of your 4 X axis values. That way 4 X values will always be in your result set. ... 4...
socscappas
Offline
Nov 8, 2004
11:28 am
13544
abba_erp <abba_erp@...> wrote: Datawarehousing Professionals needed for CMM Level 5 skills : any Datawarehousing software exp : 3+ Location : Chennai ...
ramesh konka
rameshkumar2040
Offline Send Email
Nov 8, 2004
1:52 pm
13545
if(txtSKU.Text.indexOf('\r')!=-1) { txtSKU.Text=txtSKU.Text.replace('\r\n',"") ; cmdSKU.OnClick(); } ... From: Mea Culpa [mailto:brioenigma@...] Sent:...
Terri Williams
terriwilliams7
Offline Send Email
Nov 8, 2004
4:19 pm
13546
Well, that certainly would work. I don't know if I'll use it, but I'll keep it in mind. Thanks. ... used in ... Table ... listbox ... done ... for loop, ... ...
jecwobble
Offline
Nov 8, 2004
8:19 pm
13547
That's not quite what my problem is. I am trying to write an EIS section with three list boxes. The first list box will populate with all currently open...
jecwobble
Offline
Nov 8, 2004
8:29 pm
13548
Jecwobble, Not sure if this will help existing BQY's or not, but you could search for members/columns that are present, given each query has at least one...
pagzzer0@...
pagzzer0
Offline Send Email
Nov 8, 2004
9:17 pm
Messages 13518 - 13548 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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