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 13374 - 13407 of 15677   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13374
Hi All, I was wondering if someone has been able to link to a folder instead of a BQY. for ex: "http://hdq-nt101/ods-isapi/ods.ods? ...
abed6662002
Offline
Oct 1, 2004
6:32 pm
13375
I am trying to embed html in a report section so that it can be exported via the broadcast scheduler with embedded html links to other existing areas of my...
kimmcelligott
Offline
Oct 4, 2004
8:35 pm
13377
Good morning guys I would like to ask if anyone has implemented a sendsql command in a portal because the manual said that Since the SendSql method requires an...
Jaddy E. Balagtas
jaddy_balagtas
Offline Send Email
Oct 5, 2004
10:19 am
13378
There are barcode fonts you can use to create the barcodes. As long as your desktops or broadcast server have the font available, then you can create the bar...
kimmcelligott
Offline
Oct 5, 2004
1:55 pm
13380
hi I would like to create command button(s) which needs to export the 3 of the EIS sections to pdf and email them to a couple of people. Ideally, I would like...
sudheer vemulapalli
vemulapally_s
Offline Send Email
Oct 5, 2004
10:12 pm
13381
I think you will need a different barcode font, depending on what format you need. The zip code barcode from Word is only used for zip codes. Gary ... long ......
stebbins@...
garystebbins
Offline Send Email
Oct 6, 2004
3:10 pm
13382
Does Brio maintain communication with a given database after connecting but outside of the query process? For instance, if I log on to an Oracle database, I...
jecwobble
Offline
Oct 6, 2004
8:44 pm
13383
You will remain connected to the database (unless you are timed out by the database or OCE or something) but it will only communicate with the database when...
Adam Franz
the_adam_franz
Offline Send Email
Oct 6, 2004
8:52 pm
13384
We just upgraded to Sybase Open Client 12.5 for our PCs and now our Brio connections do not work for Open Client (we are on Brio 6.6.4.5 using Windows 2000)....
victorbarrow
Offline
Oct 6, 2004
9:31 pm
13386
Hi, I am trying to indicate null fact values in a pivot as zero by using the if/length function but the computed item in the pivot still comes out as blank....
hemangaur
Offline Send Email
Oct 7, 2004
6:02 am
13387
What is the exact syntax you are using?...
Carmen Patricia Argue...
xphile3101
Offline Send Email
Oct 7, 2004
7:24 am
13388
hi all, i should be greatful if you would help me to impliment custom login policy in one/webclient. i have impliment the custom login policy in one/webclient...
nssvprasad
Offline Send Email
Oct 7, 2004
1:10 pm
13389
Thanks, Adam, that makes perfect sense. I'll enable the query log and conduct a few informal tests. ... out by ... with the ... whenever ... topics ... field ...
jecwobble
Offline
Oct 7, 2004
3:38 pm
13390
I am trying to round #s up if there is any digit > 0 after the first 2 decimal pts. I have tried "truncate" to get the first 2 decimal pts. But if there is a...
kruesler
Offline Send Email
Oct 7, 2004
6:18 pm
13391
If you're trying to do it on the database side you'll need to tell us what type of database and version since the syntax can vary. If you mean in javascript,...
Adam Franz
the_adam_franz
Offline Send Email
Oct 7, 2004
6:53 pm
13392
Round (n,m) Returns number n rounded to m decimal places. The default value for m is 0.Example: Round (5.6178,2) = 5.62 ... _______________________________ Do...
Ashok Sharma
ashoknj
Offline Send Email
Oct 7, 2004
6:56 pm
13393
Adam, I am accessing a data warehouse connecting to MS SQL Server 7/2000. I want to do this in a computed field. Thanks for your help! ... From: Adam Franz...
Kathy Ruesler
kruesler
Offline Send Email
Oct 7, 2004
9:02 pm
13394
Within the query section I have CAST (Policy.Policy AS char) + REPLICATE ( ' ', 20 - LEN (Policy.Policy)) as a computed item in an attempt to give me a 20...
yertle1302
Offline
Oct 8, 2004
12:58 pm
13395
No problem. Actually I forgot about the ceiling function, which is more appropriate than the floor in this case and which is available in SQL Server. Try this:...
Adam Franz
the_adam_franz
Offline Send Email
Oct 8, 2004
3:29 pm
13396
Adam I think you will need to add the decimal places to the number. We had a problem with this in the past where we had 5.783 and forgot the decimal so instead...
smsysupd
Offline
Oct 8, 2004
3:52 pm
13397
I'm not sure what you ran into, but there is no difference between 100 and 100.00 and I tested it and it had no problems. But then again, when I tried adding...
Adam Franz
the_adam_franz
Offline Send Email
Oct 8, 2004
4:00 pm
13398
Computed Item Policy (Policy.Policy + REPLICATE ( '', 20 - LEN (Policy.Policy)) + 'PA') minEffdate from the 2nd Policy MIN ( Policy_2.Effdate ) Works fine...
yertle1302
Offline
Oct 8, 2004
7:13 pm
13399
I am trying to use the median (statistical) function on two variables and I am only given the option for one 'break' column. Does anyone know a way around...
dymaff1
Offline Send Email
Oct 8, 2004
8:12 pm
13400
I have a problem . I had around 85 tables in the datamodel that I had built. While rearranging the tables (i,e dragging and pulling them), one of the tables...
biswajit_das4@...
Send Email
Oct 8, 2004
8:25 pm
13401
Whenever you need more than one column for a "break column" you can just create a column that concatenates the multiple fields into one field which you can use...
Adam Franz
the_adam_franz
Offline Send Email
Oct 8, 2004
8:26 pm
13402
You can't scroll down? Well, can't you toss in an EIS with a command button, put script behind it to remove your table, click it, then remove the EIS? It's not...
Adam Franz
the_adam_franz
Offline Send Email
Oct 8, 2004
8:27 pm
13403
Thanks Adam. I wanted to avoid writing an EIS. Nah, the scoll down button does not help me locate the lost table . With around 85 tables, itz become quite...
biswajit_das4@...
Send Email
Oct 8, 2004
8:31 pm
13404
The scrollbars should always give you enough space to scroll to whatever is on the datamodel. Are you sure it's off the screen and not just buried under...
Adam Franz
the_adam_franz
Offline Send Email
Oct 8, 2004
8:40 pm
13406
You have to send an email from ur email id to <mailto:briousers-unsubscribe@yahoogroups.com> briousers-unsubscribe@yahoogroups.com . That should take care of...
biswajit_das4@...
Send Email
Oct 8, 2004
8:46 pm
13407
You should be able to remove yourself by going to the briousers group homepage on yahoo ( http://groups.yahoo.com/group/briousers/) and unsubscribing (or...
Adam Franz
the_adam_franz
Offline Send Email
Oct 8, 2004
8:53 pm
Messages 13374 - 13407 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