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.

Messages

  Messages Help
Advanced
Messages 10650 - 10679 of 15682   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10650
Hi, Too bad, that function is not working on thin html on Brio 8.1. There are number of functions stated in release note that will not work ihtml. so you may...
profile25072002
Offline
Jul 1, 2003
1:22 pm
10651
I am running a query in Brio Query Explorer 6.2. I have set the request line properties to return unique rows but I am still getting duplicate rows in the...
cdippre
Offline Send Email
Jul 1, 2003
2:27 pm
10652
You probably have a join that is generating duplicate matching records. thx, mtk ... From: cdippre [mailto:cdippre@...] Sent: Tuesday, July 01, 2003...
matt_krohn@...
Send Email
Jul 1, 2003
2:41 pm
10653
This is probably very easy for most, but I am missing something. In the example attached, I want to compare the selected item in the dropdown box to the list...
wbmac1974
Offline
Jul 1, 2003
3:25 pm
10654
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the briousers group. File :...
briousers@yahoogroups...
Send Email
Jul 1, 2003
3:25 pm
10655
Hi, Once the flag ( view recommendations) has been set, you need to exit the loop. In 1999 example, first flag is set to true .But since you continue to ...
Balaji Nagarajan
balajinag
Offline Send Email
Jul 1, 2003
4:13 pm
10656
Loop need to end only when the flag is set to true.. Do something like, i=rowct when flag is true... Balaji ... ...
Balaji Nagarajan
balajinag
Offline Send Email
Jul 1, 2003
4:16 pm
10657
Thanks Balaji. I needed to add a break to get out of the loop when comparison was true. I appreciate the help. Brooks ... Results ... exit the ... to ... ...
wbmac1974
Offline
Jul 1, 2003
6:30 pm
10658
Hello there, I migrating brio queries to new database. My Brio Queries uses stored procedures. The company want to rename them to new database naming. I don't...
tanjore_st
Offline
Jul 1, 2003
7:02 pm
10659
Tanjore, You need to delete the stored procedure from the query section, attach to the new database and use the Query/Stored Procedures menu option to select ...
Terri Williams
terriwilliams7
Offline Send Email
Jul 1, 2003
7:07 pm
10660
Hello Terri, If I delete my stored procedure. It will affect my pivot and report section. Without affecting it can we do any other way. Thanks, Tanjore ... ...
tanjore_st
Offline
Jul 1, 2003
7:29 pm
10661
Tanjore, As long as you are using the same column names in the new stored procedure, deleting the stored procedure will not affect any other sections. Please ...
Terri Williams
terriwilliams7
Offline Send Email
Jul 1, 2003
7:39 pm
10662
Hello Terri, I got you now. I will try that. It makes sense. Thanks, Tanjore ... procedure, ... Please ... procedure from ... Procedure - ... report ... to ...
tanjore_st
Offline
Jul 1, 2003
7:54 pm
10663
I'm trying to use a variable that holds a value to highlight exceptional values using the spotlighter instead of "hard-coding" the actual value. For example,...
bobbyd117
Offline
Jul 1, 2003
10:41 pm
10664
I don't think you can use a variable in the spotlighter. There was a similar question a few weeks ago and a work around was suggested. You can create a ...
Terri Williams
terriwilliams7
Offline Send Email
Jul 2, 2003
12:41 am
10665
Hi All, I have a strange problem when scheduling a report in BCS. I have a report with around 13 query sections and results. It has local results and joins....
raficool
Offline
Jul 2, 2003
12:52 pm
10666
Are you wanting to use the spotlighter in the Pivot or Report Section? Regards Wayne Van Sluys KeyPulse ... in ... specify ... be ... they...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Jul 2, 2003
1:23 pm
10667
I'm trying to do it in a table that's created from a Results section. Thanks. ... Section? ... coding" ... 1000 ... follows. ... include ... value ... ...
bobbyd117
Offline
Jul 2, 2003
4:26 pm
10668
Hi ! I'm facing problem when using 'OR' instead of 'AND' which is default between the limits. I'm creating limits to the Query Section dynamically using the...
mit_mak_brio
Offline Send Email
Jul 2, 2003
5:31 pm
10669
Is there a way in Brio to limit a user to selecting only three items on a list box? There doesn't seem a way to in the OnClick event for a list box to either...
mike_l_hart
Offline Send Email
Jul 2, 2003
7:01 pm
10670
Mike, You should be able to validate against Listbox.SelectedList.Count to get the current number of selections. When this count is greater than 3, then pop-up...
pagzzer0@...
pagzzer0
Offline Send Email
Jul 2, 2003
7:15 pm
10671
hi.. i need the scrip to send email with outlook express.. thanks...
gusta_ah
Offline
Jul 2, 2003
7:16 pm
10672
Yes, but how do I get "that item", i.e., the item clicked on that caused the event? In the properties for a list box I can get all of the selected items, but...
mike_l_hart
Offline Send Email
Jul 2, 2003
7:37 pm
10673
free ebooks free turn key website and more$$ http://www.idea2020.com...
beba6000
Offline
Jul 2, 2003
7:52 pm
10674
Could you stop checking for more selections once you have reached three? e.g. if count <= 3 {save your selections somewhere - in an array perhaps} if count >3...
Steve Cavill
stevecavill
Online Now Send Email
Jul 3, 2003
1:47 am
10675
This example is from the online help under LogicalOperator (property) The following example shows you how to create a first limit equal to "Books" and create a...
Steve Cavill
stevecavill
Online Now Send Email
Jul 3, 2003
2:03 am
10676
Hi, How to get distinct values ( not counts) in Query section? ===== Have a Good Day & Take Care, Regards, S.Vidhyaa __________________________________ Do you...
S.Vidhyaa Lakshmi
vidhyaas
Offline Send Email
Jul 3, 2003
12:41 pm
10677
In the Query section, go to the menu bar and click on Query --> Options. When the dialogue pops up, check the Return Unique Rows check box. This will cause a...
John Morgan
keypulse2
Offline Send Email
Jul 3, 2003
12:49 pm
10678
Hi, Since some time we are trying to get the Brio V8 software to test the installation/migration and new features before making the decision to use V8 on our...
koelmanr
Offline Send Email
Jul 3, 2003
1:30 pm
10679
At my current job, I have become an expert in a product called MITI SQR3 Workbench. We typically refer to this tool as "SQR." Looking at jobs that are open...
sqr_questions
Offline Send Email
Jul 3, 2003
2:47 pm
Messages 10650 - 10679 of 15682   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