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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 15231 - 15265 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15231
No.. I tried setting the queries back to the OCE that was being used previously.. Still I got the same error... Regards, Catherine Augustine, ...
Catherine Augustine
catherine_16cse
Offline Send Email
Sep 1, 2006
2:01 pm
15233
We have a list box where we select the year we want to view the reports. Based on the years, we should be able to hide/unhide certain sections (list boxes and...
becky torno
becky_torno
Online Now Send Email
Sep 4, 2006
9:52 am
15234
Is there any message displayed in the console window? ... We have a list box where we select the year we want to view the reports. Based on the years, we...
steve_hearne@...
stevebrio
Offline Send Email
Sep 4, 2006
9:59 am
15235
Can someone tell me why the following code does not work? It copies the pivot and opens the spreadsheet but does not paste the data. I am able to manually...
kruesler
Offline Send Email
Sep 7, 2006
4:43 pm
15236
Hi Kathy, Looking at the logic of your code, it seems you put the cursor on cell 1, then copy cell 1,61 and then paste it into cell 1,61. So I'm not sure if...
andre_duijn
Offline
Sep 7, 2006
8:25 pm
15237
hi everyone, Thanks for all who replied to my previous post. we are new developers for brio especially dashboard. i have tried consulting this site on...
becky torno
becky_torno
Online Now Send Email
Sep 12, 2006
9:17 am
15238
hi everyone, Thanks for all who replied to my previous post. we are new developers for brio especially dashboard. i have tried consulting this site on...
becky torno
becky_torno
Online Now Send Email
Sep 12, 2006
9:20 am
15239
Hi First of all, if you're really new to it then I'd start at a simpler level. Create a command button and a listbox on your dashboard and try and put some...
steve_hearne@...
stevebrio
Offline Send Email
Sep 12, 2006
9:32 am
15240
One good way to debug complex code is to paste it bit by bit into the execution window (View->execution window), and look for messages in the console window. ...
Steve Cavill
stevecavill
Offline Send Email
Sep 12, 2006
1:11 pm
15241
Here you go. This should help. http://adamfranz.com/code/populateListboxOrDropdown.txt Adam Franz Independent Consultant Phone: 603-661-6194 Fax: 775-796-4665 ...
Adam Franz
the_adam_franz
Offline Send Email
Sep 12, 2006
5:24 pm
15245
In version 8, is there any way to set up a job parameters that I can re-use over and over again when I set up new jobs? When setting up a new job - instead of...
can76db
Offline
Sep 22, 2006
2:29 pm
15246
Anyone have a document stating what is involved in upgrading from HPS 8.5 with EssBase v7 to System 9? Also what is the added functionality? Thanks. STL...
yertle1302
Offline
Sep 26, 2006
2:03 pm
15247
I am connecting to a table and want to set a limit on a date field in my query (called DATE). I wish to set a limit between the start of the current quarter,...
bty18336431
Offline Send Email
Sep 28, 2006
10:40 am
15248
General rule of thumb when asking abou SQL: You have to tell us what database type and version you are using so we know what style of SQL you're working with...
Adam Franz
the_adam_franz
Offline Send Email
Sep 28, 2006
5:48 pm
15249
Adam, I dont have many details, but this is what I know... I am connecting to the source database through a db2 link. The DB2 link uses TCP/IP as the...
bty18336431
Offline Send Email
Sep 28, 2006
6:51 pm
15250
Are you scheduling your query on a Broadcast server? If so it has some handy-dandy limits preset for First of Quarter, Last of Quarters. ...
Jean-Paul van der Windt
q_tipperoo
Offline Send Email
Sep 28, 2006
7:03 pm
15251
Okay, so it sounds like DB2, version unspecified. If it were Oracle I'd know off the top of my head but for DB2 I'd have to look it up and I don't really have...
Adam Franz
the_adam_franz
Offline Send Email
Sep 28, 2006
7:27 pm
15252
Alternatively, see if there is an equivalent to the oracle 'Decode' function in DB2 (since there are only 12 months, it would only need 12 assignments for the...
andre_duijn
Offline
Sep 28, 2006
8:52 pm
15253
Yep, that could work. Ideally you'd want to find a DB2 equivilant to the TRUNC() function from Oracle which rolls a date back to the specified value (in this...
Adam Franz
the_adam_franz
Offline Send Email
Sep 28, 2006
10:03 pm
15254
Brio version 6.6.4 Oracle Repository version 9i OS Windows 2000 server In preparation for our migration to version 8.2.1, we are required to change our...
andre_duijn
Offline
Sep 28, 2006
10:07 pm
15255
Andre, Are you using the Hyperion Migration Utility to move this data? ... From: andre_duijn <no_reply@yahoogroups.com> To: briousers@yahoogroups.com Sent:...
Blue Ghia
blueghia
Offline Send Email
Sep 29, 2006
1:51 pm
15256
Adam / Andre, I am afraid that whilst I have become fairly copetent with brio scripting, I have no experience with SQL or DB2... I have had a look at date...
bty18336431
Offline Send Email
Sep 29, 2006
3:18 pm
15257
FYI, and maybe I'm just a stickler for terminology, but the scripting you are referring to is actually javascript. The reason I mention this is because you may...
Adam Franz
the_adam_franz
Offline Send Email
Sep 29, 2006
7:00 pm
15258
Hi, I think you've misread my problem. I WANT to use the migration utility, but one of the pre-requisites is that you set your existing installation to 'file...
andre_duijn
Offline
Oct 1, 2006
8:47 pm
15259
Hello, I have found the problem. It appears that when you change an 'existing' repository set-up to 'file system', the server creates the BRIOSERV table in the...
andre_duijn
Offline
Oct 1, 2006
11:20 pm
15260
Hello all, Version 6.6.4 We have a very simple set-up. All our scheduled jobs simply run a bqy document and store it in a (specific) directory. Currently, we...
andre_duijn
Offline
Oct 2, 2006
3:30 am
15261
Andre You will want to look at the API for Hyperion8. wayne van sluys ... of ... we ... set ... ASAP...
wvansluys
Online Now Send Email
Oct 2, 2006
11:52 pm
15262
Hi Wayne, I have tried that. I have set-up a document with an 'externally triggered' event as the schedule called 'RunTestJob2'. I have another document with...
andre_duijn
Offline
Oct 3, 2006
1:38 am
15264
Hi, i installed tomcat 1.4.30 and re-install hyperion performance suit 8.3.2.but i chose in section having "existing tomcat installation....".i didnot...
Metin Erksan
mavieksen2004
Offline Send Email
Oct 9, 2006
2:17 pm
15265
Dear All Members, Please any one help me that how to implement row level security in Hyperion Performance Suite. My email address Kamran.Ali@... Bye to...
kamranali100
Offline Send Email
Oct 12, 2006
6:13 am
Messages 15231 - 15265 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