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 14990 - 15040 of 15683   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14990
I have never had any problems with replacing existing jobs in the Broadcast server, although I can vaguely recall similar issues when the Brio version that...
andre_duijn
Offline
Mar 1, 2006
7:56 pm
14991
Hi All, I was looking for an answer to these posts published in 2003 related to NLS capabilities. Any new ideas as far as displaying reports to users in...
phewitt_65
Offline Send Email
Mar 2, 2006
12:50 am
14992
Datawarehousing Projec Manager needed for CMMi Level 5 skills : Project Management in DWH Environment Exposure to any DWH Skills ...
ABBA
abba_erp
Offline Send Email
Mar 2, 2006
4:08 am
14993
hopefully you have resolved this but if not... just spoke to hyperion esupport about this the other day and its a known issue if you migrated up from pre HPSu...
rosa beaugene
rmilla123
Offline Send Email
Mar 3, 2006
7:23 pm
14994
Hi all- Any one know how to fix the unknown error which is happening when I pivot? I have tried the query on other machines and know it is not a corrupt bqy....
Kim Henderson
kh2kayak
Offline Send Email
Mar 3, 2006
8:23 pm
14995
Hello group.. I am trying to launch excel sheet existing at a specific location (sales & revenues) with command button click..Path name is not passing to excel...
hyperionbrio
Offline Send Email
Mar 9, 2006
9:43 pm
14996
Hi Sai, I think you need to put the quotes around the names in between the slashes where they have space(s) in them. Like: Application.Shell("C:\\Program...
andre_duijn
Offline
Mar 12, 2006
7:51 pm
14997
I have a brio query that exports a table into an existing MS Excel sheet using Joole, and to complete an automation, I would like the joole script to call on...
bty18336431
Offline Send Email
Mar 13, 2006
11:38 am
14998
If Andre's idea doesn't work, try reversing the single and double quotes. Also, I only see one backslash in your G drive string- each backslash needs to be...
jecwobble
Offline
Mar 13, 2006
7:23 pm
14999
In the Administrator area, I have checked to audit the following: System Logins, Open BQY Document, Process BQY Document, and Close BQY Document. I go and run...
wbmac1974
Offline
Mar 14, 2006
3:33 pm
15000
Project Managers Datawarehousing( BFSI Domain) interviews on saturday - Chennai Interview location : Chennai coming saturday 18th march Job Location :...
ABBA
abba_erp
Offline Send Email
Mar 15, 2006
6:06 am
15001
Message-ID: <dvvrup+78fo@eGroups.com> User-Agent: eGroups-EW/0.82 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding:...
amohidekar
Offline Send Email
Mar 24, 2006
4:23 am
15002
Hi, We are in the process of upgrading from version 6.6.4 to 8.3.2. We are intending to install our repository in DB2. Does anyone know how to specify a...
FSSC
Offline Send Email
Mar 27, 2006
3:07 pm
15003
I added a few radio buttons to a dashboard (background color is yellow). The radio buttons are not blending in with the background. They are surrounded by...
Anthony
quicksand1977
Offline Send Email
Mar 28, 2006
5:53 pm
15009
Anthony, This worked for me. Remove the background color in the EIS section (this is temporary, but it won't work without this step). Turn on the formatting...
Terri Williams
terriwilliams7
Offline Send Email
Mar 28, 2006
7:54 pm
15010
It worked thanks =) I was also able to use RadioButtonName.Fill.Color=16776960 in the script section. ... (this is temporary, but it won't work without this...
Anthony
quicksand1977
Offline Send Email
Mar 28, 2006
8:15 pm
15026
Hi World's First Largest PCMM Level 5 Company Chennai / Bangalore / Hyderabad / Pune / Kolkata / USA / UK / Singapore / Malaysia Required the following...
rishna_jobsin
Offline Send Email
Apr 3, 2006
12:17 pm
15027
I'm trying to get all the records from a table(results) that match a certain pattern - If we assume that the wildcard is %, the function I'm trying to use will...
morfanides
Offline
Apr 4, 2006
2:52 am
15028
Hi, This would be my solution:- if (Instr ( Name, "7", 0, 1 ) >0 ) {"OK"} else {"BAD"} Regards Iain Moore -----Original Message----- From:...
Moore, Iain
mkiain
Offline Send Email
Apr 4, 2006
3:24 am
15029
Another approach would be to add a computed item to your query section and use it as a limit in the results. Please note that these are database specific, in...
terriwilliams7
Offline Send Email
Apr 4, 2006
7:31 pm
15030
I am trying to create a button in my EIS that will change the description and Physical name of the Topics in my datamodel. I was able to get this to function...
James Henriksen
trendel03
Offline Send Email
Apr 10, 2006
9:14 pm
15031
A quick google of the SQL5001N error gives this link; http://www.os2ports.com/docs/DB2/db2m0/sql5000.htm Do you have SYSADM authority over this database? ...
steve_hearne@...
stevebrio
Offline Send Email
Apr 11, 2006
8:26 am
15032
Yeah. It's a file that I created. I can go in and change the physical name myself, through the topic properties, but if I try to have the script do it, it...
James Henriksen
trendel03
Offline Send Email
Apr 11, 2006
1:30 pm
15033
Are prevqtr and prevqtrfile variables? "James Henriksen" <trendel@charter. To: briousers@yahoogroups.com net> cc: (bcc:...
steve_hearne@...
stevebrio
Offline Send Email
Apr 11, 2006
1:50 pm
15034
Hi All, We are trying to use ImportSQLFile method in ihtml client. As I understand it, the two arguments required are filepath (for the sql) and the number of...
amohidekar
Offline Send Email
Apr 11, 2006
6:21 pm
15035
Hyperion Essbase Developers needed for Singapore exP : 3+ years Location : Singapore Position : Permanent Skills: Hyperion Essbase 6 / 7 database optimisation ...
ABBA
abba_erp
Offline Send Email
Apr 12, 2006
4:53 am
15036
Of course this would pull anything that has a 7 in it. His example was anything that ends with 7. Then he asked for anything that ends in an alphanumeric. ...
Kevin Sigl
kevinsigl
Online Now Send Email
Apr 12, 2006
3:03 pm
15038
Here is the situation: Some of the Brio documents use a specific view say 'old_view' as oone of the table in the data models. The business process requires...
Ashok Sharma
ashoknj
Offline Send Email
Apr 12, 2006
7:13 pm
15039
Several people have built tools for this type of identification. You should be able to find something under "Document Management" or "World Confeence...
Adam Franz
the_adam_franz
Offline Send Email
Apr 12, 2006
8:22 pm
15040
I believe that the Hyperion Intelligence Architect will do this type of impact analysis (if you have the product). I personally have not used the Hyperion...
Blue Ghia
blueghia
Offline Send Email
Apr 12, 2006
9:15 pm
Messages 14990 - 15040 of 15683   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