Hi, is there a better way to scheduled qeries to run on a specific time,or can someone realy break down stepby step on how to do it there is a post from a...
For years I ran most of my queries through a homemade automation setup. All my queries had startup scripts that logged on to the appropriate databases, set...
Hi there. I have an issue with a report header field in which I use the date to calculate a number...I have: (40 - getDay(Date())) Yesterday, everything was...
I don't know how this could have ever worked before for several reasons. First of all you don't pass a date as an argument to getDay() as if it were a...
Hi Adam. Thanks for that...I set this up yesterday and was already confused by the whole getDay vs. getDate thing...they were doing the opposite of what the...
I am fairly new to Brio and have had no real formal training so some of my questions may be basic. I am using edit functions created by DoubleStar which return...
Since the function is returning a value you could assign a value to the function call. else { var rtnVal = dsDateVerification(txtDateStart,"Report Period...
Iam stuck with a problem on Brio here (Designer 8.0). Any suggestions or feedbacks on how to solve this issue will be appericated. Problem: I have a query...
biswajit_das4@...
Jul 7, 2004 10:38 pm
13085
The error you get is correct, mainly because the database returns the join error, as it has to process the requests from table B, C and D without them being...
This is caused by Microsoft security patch MS03-045(aka KB824141)& MS04-011 (aka KB835732) . Workaround Workarounds: 1) Use the Caps Lock key when you need to...
Hi, I'm using the $sqr-program, SQR reserved variable, to get program's file name such as 'mySQR.sqt', which works fine, except a time when I execute my sqt...
Hi All. I am pulling data from a table which has entries on certain dates but not on others. So when I'm pulling the last 60 days, I may only get 45 days for...
Hi Jean-Paul, This is a situation where a date table would be useful. Create a table with all days in it for say 20 years, create fields such as date, month,...
This question concerns Hyperion 8.2+ custom connections via the SessionFactory class. I was wondering if anybody has had problems establishing a connection via...
Hi Mike, yes I am getting a problem with a similar scenario. I'm trying to connect to AIX host from windows using Jython. The error trace is quite complex as...
Thanks Steve, Yes, I too am trying to connect to an AIX host from Windows (and vice-versa)...but it is also happening from one AIX box to another. Such as from...
3 Yahoogroups for US Technology Professionals If you're looking for a technology management position and above (Manager, Director, CTO, CIO, etc) or are trying...
Hi. Here is the situation: In a table say FRUIT, I have columns PRODUCT,FRUIT. Each PRODUCT is made up of two or more values of FRUIT. That is there will be at...
I am using a report that contains facts from different queries. How can I bold some of the names based on another column of data. If the column value is 5 or...
... IF the computed item works, simply create a table, a brio table, from the results that created this computed item. You will then be able to limit that...
... How can I bold some of the names based on another column of data. If the column value is 5 or greater I want to have the name bolded. Any ideas on how to...
Carolyn, You could try to use a pivot and then insert it in the report. By using a pivot, you may make use of the spotlighter option in the format menu which...
Is there a limit to the amount of items you can put in a drop down box? My EIS drop down worked fine when first created, now all of the sudden I see it...
Not quite sure what you mean by - I do not need any rows that has either APPLE or BANANA in it ?I thought you were talking about apple and mango. Anyway, if I...
yes I also encountered that problem and sad to say brio's drop down can accept up to 1024 values only so what I did was put them in a text box _____ From:...