[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] Challenging issue with Brio SQR in UNIX
- Subject: RE: [sqr-users] Challenging issue with Brio SQR in UNIX
- From: "Bambach, Tom" <TBambach@genchemcorp.com>
- Date: Mon, 8 Oct 2007 07:48:40 -0500
- Delivery-date: Mon, 08 Oct 2007 08:54:38 -0400
- In-reply-to: <f09cef0f0710041501l38133a03t81190e7ed87aace1@mail.gmail.com>
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
- Thread-index: AcgJqY2UvENg9I62TkiZuNVgXe7fOA==
- Thread-topic: [sqr-users] Challenging issue with Brio SQR in UNIX
Maddy,
See if making the select statement dynamic helps - ie,
let $where = 'WHERE A.FIELD=' || chr(39) || $var || chr(39)
then in the select statement:
:
:
FROM table A
[$where]
:
:
I've had issues like you describe that were inexplicably
solved by putting the WHERE statement in a variable...
Tom
-----Original Message-----
From: maddy [mailto:madhudvm@gmail.com]
Sent: Thursday, October 04, 2007 6:02 PM
To: This list is for discussion about the SQR database reporting
languagefrom Hyperion Solutions.
Subject: [sqr-users] Challenging issue with Brio SQR in UNIX
Hi,
We have a strange problem with all the Brio SQR Programs executing under
UNIX environment.All these programs are working fine and giving data
when executed in windows environment and giving no data in UNIX
enviroment.
We are creating a temp table and inserting data in the SQR program but
unable to Select the data from the same table and print it on to the
report.However when the ORDER BY clause in the select statement is
commented out, data is pulled on to the report.
If I run the same program again without droping and creating the table
we get the data from the table even with ORDER BY clause which is
strange.
How can a ORDER BY clause in the SELECT statement cause this kind of
issue ? I can send the skeleton program if any of the experts can look
into this issue.
Environment: Hyperion 8.5 installed on UNIX (AIX)
Thanks,
Maddy
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users