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 15624 - 15666 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15624
I have an application that, if the user selects too large of a date range, the query will time out due to a set TimeLimit on the Query Property. When this...
paul_n_jr
Offline Send Email
Feb 1, 2008
9:29 pm
15625
What version of the product are you using? Assuming you are using version 6 or greater, use a TRY CATCH block. Catch the error, evaluate it and use an Alert...
Average Guy
flyin4thetop
Offline Send Email
Feb 1, 2008
9:38 pm
15626
I'm using Version 8.2.3. I tried using the Try Catch function, however, If the Query Options limit the query to a number of rows returned, or limited by a...
paul_n_jr
Offline Send Email
Feb 4, 2008
2:52 pm
15633
We have a ODS 6.6.4 uanble to retrieve report from the web after the user login. When we open a bsm, to modify the report, it complains that the data model...
kinwho
Offline
Mar 9, 2008
6:15 pm
15634
Hi There, Anyone can help me out here? I need to get the 3rd string after the '_' from the dataset below. Data: 0817_BdrBotanic_BOTNM1_7 ...
bava_22
Offline
Mar 10, 2008
1:57 am
15635
It would really help if people would read the documentation before posting. In the online help for the dashboard section, script editor, look at the section on...
Steve Cavill
stevecavill
Offline Send Email
Mar 10, 2008
2:35 am
15636
Look for the .split function on a string in the Help. var strToSplit = '0817_BdrBotanic_BOTNM1_7' var Separator = '_' var arVals = strToSplit.split(Separator) ...
KJ
hector_hawk74
Offline Send Email
Mar 10, 2008
6:38 pm
15637
I'm currently running Hyperion 8.3. I have 3 separate queries to calculate sales history for year's 2006, 2007 and 2008. Each one of those queries returns...
ruben24
Offline Send Email
Mar 11, 2008
1:38 pm
15638
Wow, no surprise you are out of memory. You are returning a ton of data. There are probably otherways of achieving this result, but they may require more...
flyin4thetop
Offline Send Email
Mar 11, 2008
3:26 pm
15639
Thanks for the quick response. I¢ve never tried using a table catalog before so I¢ll do some research on it. I think I can resolve my issue if I could...
Ruben Morales
ruben24
Offline Send Email
Mar 11, 2008
3:50 pm
15640
Hello Ruben, Brio creates a group by when a computed column is added to the request line. You can also use the Custom SQL option to edit the statement sent to...
Average Guy
flyin4thetop
Offline Send Email
Mar 11, 2008
5:13 pm
15641
I'm trying to create a bar/line chart and have the bars be clustered instead of stacked, but when I go to the Properties and check the box for Cluster Bars...
bcstearns2001
Offline Send Email
Mar 11, 2008
6:23 pm
15642
Ruben - I believe you are trying to run this query from your local desktop, for which Brio definitely needs hell lot of memory. My suggestion to you is to...
Arun Kr.
uni_arun
Offline Send Email
Mar 12, 2008
4:01 am
15643
... way ... Figured out that you need to make sure Time Aware is not checked....
bcstearns2001
Offline Send Email
Mar 12, 2008
2:17 pm
15644
I have to modify a query that covers 38 requests, w/ 7 Limits against 7 database tables. My problem is this: I have to filter the output to return only the...
csraby
Offline Send Email
Mar 13, 2008
5:59 pm
15645
... Solved my own problem. Solution for future searches against this subject: I did have to create a correlated sub-query wherein the Max value for the test...
csraby
Offline Send Email
Mar 14, 2008
2:30 pm
15646
I have created a pivot table consisting of sales for 2007 and 2008 by month. Ex: Jan Feb March 2007 $1 $4 $5 2008 $1 $5 $6 Diff...
ruben24
Offline Send Email
Mar 18, 2008
1:57 pm
15647
Add a total and change the data function of the total to increase and % increase Steve. _____ From: briousers@yahoogroups.com...
Steve Cavill
stevecavill
Offline Send Email
Mar 19, 2008
11:26 am
15648
Hi Steve I've tried adding a total and changing the data function but it changes everything in the column to % not just the total alone. How do I change the...
ruben24
Offline Send Email
Mar 19, 2008
3:50 pm
15649
You should be able to use the ALT key to select the Total Row only. Then change the data function. Tirence ruben24 <ruben24@...> wrote: Hi Steve I've...
Average Guy
flyin4thetop
Offline Send Email
Mar 19, 2008
6:51 pm
15656
In older versions of BRIO, you could create column groupings in your results, and then if you wanted to modify them the option "Modify Column" was available....
clearmedia01
Offline Send Email
May 8, 2008
9:13 pm
15657
That sometimes happens, and it seems to be a bug. Try closing the document and opening it again to see if the "modify" option becomes available. Steve. _____ ...
Steve Cavill
stevecavill
Offline Send Email
May 9, 2008
8:36 am
15658
Hi, Can any one send the code to calculate the number of business days between two dates. I am browsing through the groups and I found that the code is...
shashi_dsk_83
Offline Send Email
May 14, 2008
12:05 am
15659
Here's the code. Not sure if it works correctly, so you might want to check it with a few examples. ===================================== function...
andre_duijn
Offline
May 14, 2008
2:02 am
15661
I appologize to the group if I have picked the wrong venue for this question. I have a client who is wondering why they should upgrade to Smartview from the...
Average Guy
flyin4thetop
Offline Send Email
May 19, 2008
8:52 pm
15662
Has anyone tried to create sort of like a jscript file library? Something like on one script file you have all the functions like process queries,export...
bustagroove101
Online Now Send Email
May 21, 2008
11:32 am
15663
Hi all, I am new to this group. Also, a fresher in Hyperion. We are not able to use the Constant operator, bqLimitOperatorBetween. Can anybody please help me...
sarathdastv
Offline
May 22, 2008
3:26 am
15664
I have created a scipt library via SQL. meaning, I have set up a database table and in it, I store all the scripts. I use a query to process it, and then use...
Average Guy
flyin4thetop
Offline Send Email
May 22, 2008
3:47 pm
15665
Hi everybody About 2 years ago I installed Hyperion V.9.3.0 in a client, during these 2 years the client have published reports, created oce's, created users,...
eugenio.asenjo
Offline Send Email
May 26, 2008
7:35 pm
15666
Good morning: I have the following script as a OnPostProcess document script. It works fine in the client but once I publish it to the workspace, it is not...
kgutierrez23
Online Now Send Email
May 28, 2008
2:16 pm
Messages 15624 - 15666 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