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....
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...
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...
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 ...
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,...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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,...
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...
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...
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 ...
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...
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...
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...
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...
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 - 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: ...
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: ...