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...
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...
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...
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...
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...
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:...
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: ________________________________...
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 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...
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...
Alternately, you could use the split() function to return an array of the words. aryWords = Column.split(" "); aryWords[0]; // first word of description (ABC) ...
... 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...
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...
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...
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...
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...
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...
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...
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...
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...
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...