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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 15115 - 15149 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15115
This isn't a problem - it's normal. The total page count will show correctly if you print the report or scroll to the end - Brio then repaginates properly....
tallbarb99
Offline
Jun 3, 2006
1:30 am
15117
You would have to use the Brio repository tables and query them. this is not recommended. Ask your hyperion admin to grant you access to them Matthew Thomas...
Lenin Diaz
lenin_diaz_h...
Offline Send Email
Jun 4, 2006
10:30 pm
15118
It's better to use the Java API. Have a look at the SDK documentation under the Scheduler() interface. Steve. ... From: briousers@yahoogroups.com...
Steve Cavill
stevecavill
Offline Send Email
Jun 5, 2006
1:04 am
15119
You could use a CASE statement in the Request line. Something like CASE WHEN (Request.Today BETWEEN Valid_From AND Valid_TO) THEN 'VALID' ELSE WHEN...
Mark
keypulse_77
Offline Send Email
Jun 5, 2006
8:30 pm
15120
Hi! i m a new user to brio 8.3 hyperion ill be glad if anyone can tell me about some help documents or websites regarding reports generation specially...
breathless_z
Offline Send Email
Jun 7, 2006
9:59 am
15121
Hi Well, some training paid for by the company you work for would be useful I guess. Otherwise, As well as this group (cheers Andre) another useful group is ...
steve_hearne@...
stevebrio
Offline Send Email
Jun 7, 2006
11:22 am
15122
Hi andre: I was talking to our administrators and they say that usually they start and stop 3 services. 1) Common 2) BI 3) DAS So did you mean to shut down 1,...
Matthew Thomas
matt_ab2001
Offline Send Email
Jun 7, 2006
6:27 pm
15123
Hi Matt, We're still running on version 6.6.3 server here, so I'm not sure which of the 3 is the equivalent of the 'Broadcast server' service in version 8. My...
andre_duijn
Offline
Jun 7, 2006
10:14 pm
15124
When the user opens up a dashboard page, I want one of my textboxes to have a blinking cursor (basically, automatically put the focus on the textbox). What...
wbmac1974
Offline
Jun 19, 2006
7:12 pm
15125
Have you tried bringing the text box to the font using the layering tooL? Alternatively you can also try changing the tab order and bring it to the fron that...
socscappas
Offline
Jun 20, 2006
10:07 am
15126
Hi all: Out IT is having problems with installing Brio on XP machines. They are slowly rolling out Win XP machines to all the business Users and no one is able...
Krishna
matt_ab2001
Offline Send Email
Jun 22, 2006
3:08 pm
15127
Which version of Hyperion are you using? There is an issue in some versions where one of the keys in the registry needs an extra hyphen. see some previous...
andre_duijn
Offline
Jun 23, 2006
3:32 am
15128
Hi, I have to implement some changes to the Brio 6.6. The changes are as follows. I have to keep track of "Password Changes" by different users. If the...
SBP
hello_tiny
Offline Send Email
Jun 23, 2006
2:50 pm
15129
What version are you using? Krishna <matt_ab2001@...> wrote: Hi all: Out IT is having problems with installing Brio on XP machines. They are...
Lenin Diaz
lenin_diaz_h...
Offline Send Email
Jun 24, 2006
5:41 pm
15130
Hi Panda, Brio/Hyperion is just a tool to connect to databases and pull data from them. 'Password' expiry should be managed inside the database software, as ...
andre_duijn
Offline
Jun 26, 2006
8:32 pm
15131
Hi all, Can anyone tell me if using hints in Hyperion to use specific indexes actually works? Also if it does should I be using the actual table name or the...
puddo_nz
Offline Send Email
Jun 27, 2006
3:33 am
15132
Andy One think about Hyperion is that every item in the Request Line must return a value - even when using Hints. So I would try your sql hint again but add a...
wvansluys
Offline Send Email
Jun 27, 2006
7:00 pm
15133
Thanks Wayne. The problem is really how to reference the table? Do I use the alias I have used in my datamodel or do I use/guess the one that Hyperion will...
puddo_nz
Offline Send Email
Jun 29, 2006
4:01 am
15134
Hi, Due to using multiple schemas in mulitple environments I would like to be able to load my Oracle Stored procedures without the schema prefix. Is there any...
puddo_nz
Offline Send Email
Jun 29, 2006
4:06 am
15135
Forgive me for stating the obvious, but remember, you are sending the sql to the database and the sql is being intrepreted at the database. With that in mind,...
Erik Brown
brown_erik
Offline Send Email
Jun 29, 2006
1:05 pm
15136
I use Directives in Informix and have used the Aliases that Hyperion uses. You may want to view Query Log to see what the Alias is. Alias #s are assigned to...
wvansluys
Offline Send Email
Jun 29, 2006
10:15 pm
15137
Thanks Guys. I will use the alias that Hyperion gives the table. Good to know this won't change. In regards to using the actual table name, what happens when I...
puddo_nz
Offline Send Email
Jun 29, 2006
11:51 pm
15142
hi I need to open a brioquery document located in the Ondemand Servr 6.6 Thru open url(), plus, when de document it's open, Ineed to encript the url regards ...
Cristián
c_brio2000
Offline Send Email
Jul 5, 2006
7:33 pm
15143
hello! I am a new member of Briouser group! I am currently developping a datawarehouse over Hyperion System 9I+ Interactive Reporting studio. I am writing you...
dampy
Offline Send Email
Jul 6, 2006
12:06 pm
15144
Hello, In Hyperion Intelligence Designer in the query tab menu, go to 'Data Model'/'Data Model Options'/'Auditing' and click the 'define button for the 'Pre...
andre_duijn
Offline
Jul 6, 2006
8:29 pm
15145
I am trying to add the following excel formula into a workbook using a brio joole script: =IF(ISERROR(F14/G14=TRUE),"",F14/G14) I can add the formula F14/G14...
bty18336431
Offline Send Email
Jul 8, 2006
6:45 am
15146
I am trying to use the offset function in excel to move 2 cells to the right but am having problems I need to go to the bottom of a column, so I pick one 2 to...
bty18336431
Offline Send Email
Jul 8, 2006
7:35 am
15147
I think you just have a parenthesis in the wrong place. Try this ... IF( ISERROR( F14 / G14 ) = TRUE, "", F14 / G14) ... From: briousers@yahoogroups.com...
Kyle
fabrikyl
Offline Send Email
Jul 9, 2006
4:40 pm
15148
Kyle - thanks for trying to help, however I think I maybe didnt make my first statement clear enough... The full line of code I am trying to use is: ...
Paul Sutherby
bty18336431
Offline Send Email
Jul 10, 2006
9:14 pm
15149
Kyle - thanks for trying to help, however I think I maybe didnt make my first statement clear enough... The full line of code I am trying to use is: ...
bty18336431
Offline Send Email
Jul 11, 2006
1:40 am
Messages 15115 - 15149 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