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.
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 13075 - 13106 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13075
Hi, is there a better way to scheduled qeries to run on a specific time,or can someone realy break down stepby step on how to do it there is a post from a...
omargarcia889
Offline Send Email
Jul 1, 2004
5:25 pm
13077
For years I ran most of my queries through a homemade automation setup. All my queries had startup scripts that logged on to the appropriate databases, set...
jecwobble
Offline
Jul 2, 2004
7:22 pm
13078
Hi there. I have an issue with a report header field in which I use the date to calculate a number...I have: (40 - getDay(Date())) Yesterday, everything was...
Jean-Paul
q_tipperoo
Offline Send Email
Jul 6, 2004
11:56 am
13079
I don't know how this could have ever worked before for several reasons. First of all you don't pass a date as an argument to getDay() as if it were a...
Adam Franz
the_adam_franz
Offline Send Email
Jul 6, 2004
3:01 pm
13080
Hi Adam. Thanks for that...I set this up yesterday and was already confused by the whole getDay vs. getDate thing...they were doing the opposite of what the...
Jean-Paul
q_tipperoo
Offline Send Email
Jul 6, 2004
4:01 pm
13081
I am fairly new to Brio and have had no real formal training so some of my questions may be basic. I am using edit functions created by DoubleStar which return...
jrosko
Offline Send Email
Jul 7, 2004
12:51 pm
13082
Since the function is returning a value you could assign a value to the function call. else { var rtnVal = dsDateVerification(txtDateStart,"Report Period...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Jul 7, 2004
1:09 pm
13083
Or use Console.Write(rtnVal) _____ From: Wayne D. Van Sluys [mailto:wvansluys@...] Sent: Wednesday, July 07, 2004 4:09 PM To:...
Jaddy E. Balagtas
jaddy_balagtas
Offline Send Email
Jul 7, 2004
1:17 pm
13084
Iam stuck with a problem on Brio here (Designer 8.0). Any suggestions or feedbacks on how to solve this issue will be appericated. Problem: I have a query...
biswajit_das4@...
Send Email
Jul 7, 2004
10:38 pm
13085
The error you get is correct, mainly because the database returns the join error, as it has to process the requests from table B, C and D without them being...
andre_duijn
Offline
Jul 7, 2004
11:39 pm
13086
Andre, Database doesn't return the error, Brio does. Change the OCE properties to allow non joined queries and this should work....
RugbyFan
rob_rugbyfan
Offline Send Email
Jul 8, 2004
4:46 am
13088
Had the same problem here. It's a bug in Brio not being compatible with something in the OS. You need to upgrade to Brio 6.6.4 joker24e...
John Rosko
jrosko
Offline Send Email
Jul 8, 2004
5:06 pm
13089
This is caused by Microsoft security patch MS03-045(aka KB824141)& MS04-011 (aka KB835732) . Workaround Workarounds: 1) Use the Caps Lock key when you need to...
snagarajnam
Offline Send Email
Jul 8, 2004
5:27 pm
13090
Hi, I'm using the $sqr-program, SQR reserved variable, to get program's file name such as 'mySQR.sqt', which works fine, except a time when I execute my sqt...
marbernat
Offline
Jul 9, 2004
3:16 am
13091
Hi All. I am pulling data from a table which has entries on certain dates but not on others. So when I'm pulling the last 60 days, I may only get 45 days for...
Jean-Paul
q_tipperoo
Offline Send Email
Jul 9, 2004
6:29 pm
13092
Jean-Paul, What is your database? Thanks, Terri Williams ... From: Jean-Paul [mailto:jean-paulvanderwindt@...] Sent: Friday, July 09, 2004 2:29 PM ...
Terri Williams
terriwilliams7
Offline Send Email
Jul 9, 2004
9:30 pm
13093
Hi Jean-Paul, This is a situation where a date table would be useful. Create a table with all days in it for say 20 years, create fields such as date, month,...
RugbyFan
rob_rugbyfan
Offline Send Email
Jul 9, 2004
10:24 pm
13094
This question concerns Hyperion 8.2+ custom connections via the SessionFactory class. I was wondering if anybody has had problems establishing a connection via...
SmilinNali
Offline Send Email
Jul 11, 2004
12:34 am
13095
Hi Mike, yes I am getting a problem with a similar scenario. I'm trying to connect to AIX host from windows using Jython. The error trace is quite complex as...
Steve Cavill
stevecavill
Offline Send Email
Jul 11, 2004
1:00 am
13096
Thanks Steve, Yes, I too am trying to connect to an AIX host from Windows (and vice-versa)...but it is also happening from one AIX box to another. Such as from...
McDowell, Michael P
SmilinNali
Offline Send Email
Jul 11, 2004
1:22 am
13097
3 Yahoogroups for US Technology Professionals If you're looking for a technology management position and above (Manager, Director, CTO, CIO, etc) or are trying...
Jeff Altman
sharkone_usa
Offline Send Email
Jul 11, 2004
11:03 am
13098
Hi. Here is the situation: In a table say FRUIT, I have columns PRODUCT,FRUIT. Each PRODUCT is made up of two or more values of FRUIT. That is there will be at...
brioenigma
Offline Send Email
Jul 12, 2004
6:52 pm
13099
I am using a report that contains facts from different queries. How can I bold some of the names based on another column of data. If the column value is 5 or...
Grant, Carol
cnewton20
Offline Send Email
Jul 12, 2004
7:32 pm
13100
... IF the computed item works, simply create a table, a brio table, from the results that created this computed item. You will then be able to limit that...
Gary McCool
pagzzer0
Offline Send Email
Jul 12, 2004
7:32 pm
13101
... How can I bold some of the names based on another column of data. If the column value is 5 or greater I want to have the name bolded. Any ideas on how to...
brioenigma
Offline Send Email
Jul 12, 2004
7:48 pm
13102
Carolyn, You could try to use a pivot and then insert it in the report. By using a pivot, you may make use of the spotlighter option in the format menu which...
klarence
Offline
Jul 12, 2004
8:04 pm
13103
Is there a limit to the amount of items you can put in a drop down box? My EIS drop down worked fine when first created, now all of the sudden I see it...
colorin
Offline
Jul 12, 2004
8:33 pm
13104
Not quite sure what you mean by - I do not need any rows that has either APPLE or BANANA in it ?I thought you were talking about apple and mango. Anyway, if I...
RugbyFan
rob_rugbyfan
Offline Send Email
Jul 12, 2004
8:34 pm
13105
Yes. There is a limit. Can't remember what it is. I think the listbox doesn't have the same limit. Rob....
RugbyFan
rob_rugbyfan
Offline Send Email
Jul 12, 2004
8:42 pm
13106
yes I also encountered that problem and sad to say brio's drop down can accept up to 1024 values only so what I did was put them in a text box _____ From:...
Jaddy E. Balagtas
jaddy_balagtas
Offline Send Email
Jul 13, 2004
4:14 am
Messages 13075 - 13106 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