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.

Messages

  Messages Help
Advanced
Messages 14672 - 14701 of 15677   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14672
Yes, this can be done. You can script individual Brio documents to do things on startup, so any scheduling application that can launch files will work. You can...
jecwobble
Offline
Dec 1, 2005
6:23 pm
14673
Hi! I need to export a Hyperion resultset into Excel. I am successful in opening the Excel worksheet and pasting the data. However, to make the resultset look...
ilmap2m
Offline Send Email
Dec 1, 2005
8:05 pm
14674
how I make this: select t1.field1, t2.field1 from table1 t1 left outer join table2 t2 on (t1.field3 = t2.field3 and t2.field4 = 1) I'm able to do this only: ...
ekempd
Offline Send Email
Dec 1, 2005
9:47 pm
14675
customSQL -wayne ... table2 t2 ... table2 t2...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Dec 1, 2005
10:16 pm
14676
Unfortunately the paste values doesn't work within Excel. I spent a few bit of time on this a few weeks back. You may have to loop through the column clearing...
puddo_nz
Offline Send Email
Dec 2, 2005
12:51 am
14677
Hi Julie, I know I am rather late, but I am a Free-Lance Brio/HPSU Singaporean consultant in Singapore, graduated from the University of Michigan, Ann Arbor. I...
Wraith Traient
traient
Offline Send Email
Dec 2, 2005
2:44 am
14678
Hello, we are using HPS 8.3.2. with AIX 5.3. and websphere 5.1.1.6 on Windows 2003. I can't delete any thing on some folders. As soon as I click on "Delete ...
tamby_kaghdo
Offline Send Email
Dec 2, 2005
3:48 pm
14679
The only other query tool I have on my pc is MS Access and it returns a non-truncated result. That is why I think it is most likely a Brio bug. Should I get...
googlepost123
Offline
Dec 2, 2005
10:22 pm
14680
With the outer join, you're attempting to obtain data that does NOT exist, so how can you specify a where clause for it? I've had good luck using OR ISNULL....
Kyle
fabrikyl
Offline Send Email
Dec 2, 2005
11:53 pm
14681
Hi Dan, It's definitely worth seeing the result from a MS SqlServer direct query (using the same username/password). Another thing you can try is to create...
andre_duijn
Offline
Dec 4, 2005
8:03 pm
14682
Hi.. query#1 ... the drill through option of connecting with RDBMS which is present in EIS ... can only be used with MS excel addin of hyperion.. I am not able...
shreyas007
Offline Send Email
Dec 6, 2005
2:23 am
14683
I would like to create a week year format but when I try to group the WW all I get is WW back :( is there a week formating function in brio. By the way I am...
f150ford
Offline Send Email
Dec 6, 2005
3:19 pm
14684
I think you are out of luck on this one. The imported file never shows up as a topic when it is dragged into the work area with the other database table. The...
n_paetsch
Offline
Dec 6, 2005
6:15 pm
14685
Hi there, With To_Char (MY_DATE_COLUMN, "WW" ), you're telling it to only return the week (WW). Maybe you could try: To_Char (MY_DATE_COLUMN, "YYYY/WW" ) or ...
andre_duijn
Offline
Dec 6, 2005
9:43 pm
14686
Are you doing this in the Request/SQL or a computed item in the Results section? if results I do not believe that the To_Char has a fomat for week of the year,...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Dec 6, 2005
11:57 pm
14687
Thanks for your response but apparently no one thought we would use version 5.5.6 so long and threw out all the manuals. I have found a manual online but I...
Simon, Jason (MBS)
f150ford
Offline Send Email
Dec 7, 2005
1:32 pm
14688
Jason the syntax guide I am referring to is for the Database you are using. There might be a builtin SQL function you can use. What Database are you using? ...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Dec 7, 2005
2:54 pm
14689
We are using Oracle _____ From: briousers@yahoogroups.com [mailto:briousers@yahoogroups.com] On Behalf Of Wayne D. Van Sluys Sent: Wednesday, December 07, 2005...
Simon, Jason (MBS)
f150ford
Offline Send Email
Dec 7, 2005
3:24 pm
14690
well then you were on the right track with the TO_CHAR following link might help with syntax if you do not have a Oracle SQL Syntax guide handy ...
Wayne D. Van Sluys
keypulse1
Offline Send Email
Dec 7, 2005
5:04 pm
14691
Thank you so much I will take a look at them later today! _____ From: briousers@yahoogroups.com [mailto:briousers@yahoogroups.com] On Behalf Of Wayne D. Van...
Simon, Jason (MBS)
f150ford
Offline Send Email
Dec 7, 2005
6:01 pm
14692
Executing the query directly on the SQL Server box using Query Analyzer resulted in the trucation at 4 decimal places so it appears to be a SQL Server issue....
googlepost123
Offline
Dec 7, 2005
10:49 pm
14693
The column that you are pulling from could have a 4 decimal place property. Is the column Real, Integer (16 or 32 bit)? If it is a formula in a computed...
kgissandaner
Offline
Dec 7, 2005
11:46 pm
14694
Hello, I would like to know how to use this loaded from file which is at the Limit. Is it only from text file? Do anyone know the format of the text file...
mingjade76
Offline
Dec 8, 2005
9:29 am
14695
Yes, it is only a text file. Put each limit value needed on a line by itself. No "header" or "label" is needed- the first line in the file should be a single...
jecwobble
Offline
Dec 8, 2005
2:11 pm
14696
Hello Ming, Yes, the 'limit' file should be plain text, single column and in the same format as the database 'column' that normally would hold the values. You...
andre_duijn
Offline
Dec 8, 2005
7:58 pm
14697
Hi Dan I'm affraid I can't help you there as we don't use sql server here. I think this is a problem that should be explained by your DBA, or you could try a...
andre_duijn
Offline
Dec 8, 2005
7:59 pm
14698
In working with startup scripts I have been able to set up the auto login and process (works great). But when I try to set it up on a query that requires 2...
f150ford
Offline Send Email
Dec 9, 2005
2:34 pm
14699
We are getting Server Error as follows when we schedule a brio file "Failed to acquire Data access: Invalidate DB User..." Except this file all other BQY files...
Matthew Thomas
matt_ab2001
Offline Send Email
Dec 11, 2005
5:39 am
14700
check the id being used to process the bqy. another test, publish the bqy as a file, use the same oce etc. see what error you get. Matthew Thomas...
Suresh Balachandran
SBChandran
Offline Send Email
Dec 11, 2005
6:46 am
14701
You verified the DAS entry for that datasource is correct? ... From: briousers@yahoogroups.com [mailto:briousers@yahoogroups.com] Sent: Sunday, December 11,...
Ellison, Steven (CCL)
ellisoncarnival
Offline Send Email
Dec 11, 2005
4:09 pm
Messages 14672 - 14701 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