Brio (Hyperion) has one called Designing Dashboards, and QIQ have a really execellent advanced Javascript course called Javascript master class. Details on...
Hi, This is usually one of the following: Have you 'saved' the processed query WITH results of query1 intact? Did you 'schedule' the query from this 'saved'...
Hi Terri, Thank you for your reply. Where do I set the global variable? in documents startup? I will try this. Appreciate your help, Sarah ... you could ... ...
Sarah, If you don't have an EIS section or a requirement to prompt the user to select a period, then document startup would be fine. Hth ... From: sarah_guo...
Well I have looked all over this website and I haven't found and awnser to my question, How do you add days to the current date or to a date limmit, can I do...
Just add to your date. For example, if you want your date plus 3 days just use: yourDateField + 3 If you want your date minus 7 days: yourDateField - 7 Hope...
I have another error message I am researching- An unknown error has occurred. Please save your document and restart your application. I get this when I run a ...
What version are you running? This was a common problem in earlier versions. The most credible of explanations was that it involved the document becoming...
I try if and it does not work for some reason... I want it to work on the query limit current+ 4 days there is any other way to do it? Thanks ... days ... to ...
Thanks for your reply, Adam. We've upgraded to v6.6.4 from 6.6.0 to try to fix this. Once a query is infected will the other queries in the bqy continue to...
Hmmm...I'd have suspected you would have been on a version earlier that 6.6. Just to make sure we're on the same page, you click process, get "An unknown...
Hi Terri, I added it into EIS section, it works perfectly. And this idea gives me more helps on other columns too. Thanks so much for your help. Sarah ... user...
Hello. I'm publishing a BQY with an EIS to ODS v6.6 (and Portal v7). The EIS is simple -- there are buttons that activate various pivot tables. Each pivot...
Hi. I am using Brio 6.6.4. After the report is processed from EIS section, if the values are null, Brio displays "#value" for computed items. When the user...
We are an international Information Technology (IT) company, with focus in providing Software Solutions, Software Products/tools, Software Consultancy and Out...
Adam, I have seen the unknown error a couple of times recently. We are on 6.6.1.7. The error has just started showing up within the last couple of months and...
Hi All, We at KeyPulse are experiencing some mild growing pains and would like to recruit full timers and contract Brio (amongst other things) pros and mid...
Interesting....actually there seems to be a surge of this particular question recently. They're coincidentally upgrading my primary DB to Oracle 9 next weekend...
I suspect my error started stemming from a security patch IS posted to all machines at my company- but I can't pinpoint it to that because all users aren't...
I used to get a lot of those "unknown" errors using version 6.6.4 or earlier. Three weeks ago I upgraded my current client's Designer, Insight, and BCS & ODS...
Thanks Keith - I'll mention that to IS... Keith Hoar <khoar@...> wrote:I used to get a lot of those "unknown" errors using version 6.6.4 or earlier. ...
I am using version 6 and have connected to db2 using ODBC. I want to create a computed value in a query. The only functions available are aggreate functions....
First, the SELECT Clause cannot be made editable. However, it is easy to create CustomSQL, even complex UNION ALL and correlated subqueries. Just close the...
If when you create your OCE you set the connection type to ODBC and the database type to DB2 the functions list will give you a fair amount of the DB2...
Here's what I want to do: I have a summary .bqy deployed via iHTML, and I want to click on a field in the report, and have that hyperlink serve as an input ...
As far as I know the statement passedParam=Session.URL["StoreType"]; requires a value pair at the end of the http header. The following format works for me. ...
sorry it took so long to get back to you, I think I'm using a odbc I guess.but I think I'm oing to created an object on the EIS and try to add the extra days...
okay here it go, I have two queries that I run, and I'm trying to combine the two queries to one, I created a master query to get all the items I need to...