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.

Messages

  Messages Help
Advanced
Messages 13932 - 13963 of 15677   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
13932
I'm not sure if Brio Intelligence 6.6 is capable of doing this or not, but I have a text field in a query which contains data separated by commas. What I would...
katerina615
Offline
Apr 1, 2005
2:49 pm
13933
Hi, Isit possibel to call a bqy from another bqy if yes is it also possible to do that on the web after I publish the bqy's Jaddy E. Balagtas...
Jaddy E. Balagtas
jaddy_balagtas
Offline Send Email
Apr 2, 2005
2:39 pm
13934
http://www.adamfranz.com/code/Command_Center.pdf I wrote it prior to the introduction of the embedded browser and view manager (available in the newest...
Adam Franz
the_adam_franz
Offline Send Email
Apr 2, 2005
9:02 pm
13935
I have recently started using Brio at my firm. After scrubbing the internet I was able find a script that allows me to export a results set to a file as a...
seoliver2001
Offline
Apr 2, 2005
10:35 pm
13936
Thanks Adam the reason I asked this is bacause there are 5 programmers in my team and they are doing their own BQY and what I want is to access all bqy from...
Jaddy E. Balagtas
jaddy_balagtas
Offline Send Email
Apr 3, 2005
3:55 am
13937
Hi, I like to know if there is a function to pick the first few chars. For example, "ABC product", "EFG product", I want to pull "ABC" and "EFG" out of the...
sarah_guo
Offline Send Email
Apr 4, 2005
1:35 pm
13938
Use substring in the computed item ... From: sarah_guo [mailto:sarah_guo@...] Sent: Monday, April 04, 2005 4:35 PM To: briousers@yahoogroups.com Subject:...
Jaddy E. Balagtas
jaddy_balagtas
Offline Send Email
Apr 4, 2005
1:43 pm
13939
Yes, for a sort, on your limit use a Custom Value and do this: If your trying to populate a column do this in a computed Item: ________________________________...
Bannon, James
james09112000
Offline Send Email
Apr 4, 2005
1:45 pm
13940
Hi Jaddy, The problem is that the length of the chars is not fixed. The only way to identify them is the first space of this string. Thanks, sarah ... For ... ...
sarah_guo
Offline Send Email
Apr 4, 2005
1:46 pm
13941
Sarah Where are you trying to identify these characters? In the Query Section? - Request Line? - Limit Line? In a Results Section? The reason I am asking will...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Apr 4, 2005
2:18 pm
13942
Wayne, I actually need it to be done in Result section. Thanks, Sarah ... then ... only ... <jaddy@r...>...
sarah_guo
Offline Send Email
Apr 4, 2005
2:22 pm
13943
Okay, well from a 6.x perspective the paper should tell you what you need. Again, though, as I mentioned, things like embedded browsers and view manager have...
Adam Franz
the_adam_franz
Offline Send Email
Apr 4, 2005
3:07 pm
13944
Sarah You will use 2 Scalar Functions... Substr and Instr Name: First_Few_Chars Definition: Substr ( Column, 1,Instr ( Column, " ", 1, 1 )-1 ) Column...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Apr 4, 2005
4:00 pm
13945
Hi Wayne, Thanks so much for your formula, I will give a try. This is going to make a big progress. Sarah...
sarah_guo
Offline Send Email
Apr 4, 2005
4:51 pm
13946
Alternately, you could use the split() function to return an array of the words. aryWords = Column.split(" "); aryWords[0]; // first word of description (ABC) ...
jecwobble
Offline
Apr 4, 2005
5:25 pm
13947
can scroll horizontally (to the right) within a brio pivot using 6.6.4 Brio Explorer...
aldoaustin2005
Offline Send Email
Apr 4, 2005
7:03 pm
13948
... You probably have too many items in the 'side labels' box. These are NOT scrollable. You need to leave some room on screen for the data area. André NZ...
andre_duijn
Offline
Apr 4, 2005
11:00 pm
13949 aldoaustin2005
Offline Send Email
Apr 4, 2005
11:05 pm
13950
Wayne, That works perfectly. Thanks for your help. Sarah ... to ... SQL ... <sarah_guo@y...> ... The ... few ... archieve...
sarah_guo
Offline Send Email
Apr 5, 2005
3:55 pm
13951
Hi, This is really good to know and helpful too. Thanks so much. ... just ... <sarah_guo@y...> ... archieve...
sarah_guo
Offline Send Email
Apr 5, 2005
3:55 pm
13952
What I would do to solve this problem is to Unselect all of the radio buttoms on Document start up scripts and on the EIS Activate script. that Should Solve...
Lenin Diaz
rodolfo_leni...
Offline Send Email
Apr 6, 2005
3:48 am
13953
If you go to the pivot section you will see the pivot tool bar (between tools and format) the last option says refresh data. there you can choose from after...
Lenin Diaz
rodolfo_leni...
Offline Send Email
Apr 6, 2005
3:53 am
13955
You can also read this webpage which has a lot of information on Event Bubbling which i think is cuasing you to see the 2 buttoms checked ...
Lenin Diaz
rodolfo_leni...
Offline Send Email
Apr 6, 2005
8:17 pm
13956
Hi, I've installed Broadcast Server on to Windows Server 2003, but was not able to add any job into the scheduler. I got the message "Unable to connect to...
ntlam2000
Offline Send Email
Apr 7, 2005
5:53 am
13957
Hi, I'm using brio designer 6.2.3. and not using broadcast server. I like to have one report created as a table on SQL server. Is that possible and how to...
sarah_guo
Offline Send Email
Apr 7, 2005
5:04 pm
13958
Hi Sarah, Honestly I don't think Brio is the best choice for what you're describing. What you're looking to do is ETL (extract transact & load), and Brio is...
Adam Franz
the_adam_franz
Offline Send Email
Apr 7, 2005
5:27 pm
13960
Hi,I have a question and I'm not sure if anyone has done it or even possible to do it in BRIO, here is what I would like to do. I will add some files to a...
omargarcia889
Offline Send Email
Apr 7, 2005
7:51 pm
13961
i am a little confused .. ... q: what kind of files? provide details please. q: when you say "add" is this the export you refer to later? ... q: so, you want...
pagzzer0@...
pagzzer0
Offline Send Email
Apr 7, 2005
8:02 pm
13962
Well, I run a main query that creates these .CSV files, later I used then to create report and join then with other databases, but anytime I need to pull a new...
omargarcia889
Offline Send Email
Apr 7, 2005
8:07 pm
13963
ok, i think i understand your process. so your question/challenge is: from within Brio, you want to be able to scan the filenames in a directory and pull...
pagzzer0@...
pagzzer0
Offline Send Email
Apr 7, 2005
9:08 pm
Messages 13932 - 13963 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