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...
Show off your group to the world. Share a photo of your group with us.

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 12573 - 12602 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
12573
I have a brio with 8 queries. 2 on DB2, 2 local result merges and 2 local csv's to pick-up. I want to see/control the progress of the proc. so I put an Alert...
freddybnl
Offline
Apr 1, 2004
10:04 am
12574
Is there anyway to save the value in a textbox or have a checkbox remained checked without using User Values when saving and re- opening?...
cutthelines
Offline
Apr 1, 2004
1:19 pm
12575
Anyone getting this error using version 8.2 web clients while trying to process?...
cutthelines
Offline
Apr 1, 2004
1:20 pm
12576
you could use a persistent object or object property like a text label or the title of an object to save the value. for example tlMyTextLabel.Text =...
pagzzer0@...
pagzzer0
Offline Send Email
Apr 1, 2004
1:32 pm
12577
Use the Status Bar - It is the last line visible on the BQY screen. Use this code: Application.ShowStatusBar = true Application.StatusText = "Text you want to...
Keith Hoar
khoar
Offline Send Email
Apr 1, 2004
5:29 pm
12578
And if you're not familiar with javascript, you could press the 'custom sql' button on the left in the limit dialog box, and you'll see a window with the...
andre_duijn
Offline
Apr 2, 2004
1:49 am
12579
I will be out of the office starting 04/01/2004 and will not return until 04/05/2004. I will respond to your message when I return....
Tony_Myer@...
tonymyer
Offline Send Email
Apr 2, 2004
10:00 am
12580
Good Morning, I am using HPS version 8.2 and I have a BQY and want to do different things if the file is opened using the plug-in, iHTML, or designer. How can...
Martin Vernon
lightning86
Offline Send Email
Apr 2, 2004
3:32 pm
12581
Tyr this: // ** Define global Variables gBrowserSession = "" // ** Determine if browser session if ( Application.gInStr( Application.Name,"Designer") > 0 ) { ...
Keith Hoar
khoar
Offline Send Email
Apr 2, 2004
5:55 pm
12582
Keith, Thanks. I created my own instring as well. Vern*...
lightning86@...
lightning86
Offline Send Email
Apr 2, 2004
6:55 pm
12583
Hi I am using Brio 8.2 Portal. I have a large Report (about 8 MB)which I want to send it as an e-mail attachment. Is their any way that I can compress the...
chinky8894588
Offline
Apr 2, 2004
9:16 pm
12584
Hi all, Is there a way to call the Outlook address book through EIS? I want to have a function on my EIS that able users to email report to multiple users who...
seaglass04
Offline Send Email
Apr 2, 2004
10:18 pm
12585
Are you running this with an EIS page? If so, you can make it more noticeable (and larger) than the status bar if you put a label and just change the label ...
Mark
keypulse_77
Offline Send Email
Apr 4, 2004
8:36 pm
12586
Hi I am building a birthday book for myself and would appreciate some quick help from you. Just click on the link below and enter your birthday details. It's...
skin_blackii@...
skin_blackii
Offline Send Email
Apr 5, 2004
3:29 am
12587
Hi to All, I am a BBW admirer & lover, I am looking for the friendship with BBW.I like to request all of this group members not to hesitate to contact me or...
dating_113
Offline Send Email
Apr 5, 2004
5:25 am
12588
Yes Mark. I like to show the progress in an EIS. Do you have instructions on how to use such label here ? Like the idea but never have seen the use of it. ...
freddybnl
Offline
Apr 5, 2004
10:52 am
12589
I have two tables left joined in which there is a one-to-many relationship- let's call them LEFT and RIGHT. What I want to capture are all records from LEFT...
jecwobble
Offline
Apr 5, 2004
5:37 pm
12590
I am using JOOLE to open an Excel template, make changes, and then save it with another file name. This all works fine locally, but I want to be able to put...
bcstearns2001
Offline Send Email
Apr 5, 2004
5:56 pm
12591
Hi There, I think what you need to do is extend your query by bringing the right table into the datamodel twice. So you (simple) join LEFT to RIGHT1, where...
andre_duijn
Offline
Apr 6, 2004
4:11 am
12592
Not sure if it's the best place to ask the following. I'm using Brio Intelligence 6.6 currently, with the facility to create and run Queries standalaone. Which...
daviesitwales
Offline
Apr 7, 2004
11:54 am
12593
Try storing the Excel file in the HTML folder (located wherever you installed the On Demand Server software). You can create sub-folders underneath the HTML...
wbmac1974
Offline
Apr 7, 2004
3:38 pm
12594
How do you handle the following situation: An Insight user makes changes (adds pivots, a new query section, etc.) to a .bqy that the IT team has published for...
wbmac1974
Offline
Apr 7, 2004
3:51 pm
12595
Sorry i'm a new user !!! how do i add List of values from Results Colums to a listbox-Eis ? __________________________________ Do you Yahoo!? Yahoo! Small...
Gil M
gilmeshaly
Offline Send Email
Apr 7, 2004
4:41 pm
12596
I actually have a function built for this available on my fansite (the URL is in my signature below). Just go there and go to the code page and check out...
the_adam_franz
Offline Send Email
Apr 7, 2004
6:41 pm
12597
There's a function for this available for copying on my fansite (URL is in my signature below). Just go to the code page and check out "Populate Listbox Or...
the_adam_franz
Offline Send Email
Apr 7, 2004
8:26 pm
12598
Thanks for the suggestion, André. Unfortunately, that didn't work. I think what I'm going to have to do is create two distinct query sections, the first like...
jecwobble
Offline
Apr 7, 2004
8:41 pm
12599
Here you go. Mark var rowcount = ActiveDocument.Sections["Results"].RowCount ListBox1.RemoveAll() for (var i = 1; i <= rowcount; i++) { ...
Mark
keypulse_77
Offline Send Email
Apr 7, 2004
10:27 pm
12600
Hi Everyone, I'm trying to take a scheduled BQY job in version 8.2 and have it ran in the background and render in PDF. What we would like to do is have a...
jaimylclark
Offline
Apr 7, 2004
11:21 pm
12601
Okay here is the deal, I have 8 different queries and I would like to run this queries in a customized order,there is any way I can run the first query that i...
omargarcia889
Offline Send Email
Apr 8, 2004
1:48 am
12602
Hi all, I'm a new user and just need a little help getting started please, I have Brio up on screen but just need a little assistance getting started. I am...
trvk979
Offline Send Email
Apr 8, 2004
2:22 am
Messages 12573 - 12602 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