[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
RE: [sqr-users] Record count in a LOAD-LOOKUP
- Subject: RE: [sqr-users] Record count in a LOAD-LOOKUP
- From: "Jim Womeldorf" <jwomeldo@fastenal.com>
- Date: Thu, 18 May 2006 14:15:59 -0500
- Delivery-date: Thu, 18 May 2006 15:18:31 -0400
- In-reply-to: <62AFC819CCF3D611827A00065B3F7981101F943D@sj_exchange.ci.sj.ca.us>
- List-id: "This list is for discussion about the SQR database reportinglanguage from Hyperion Solutions." <sqr-users.sqrug.org>
- Thread-index: AcZ6o/QqfIiYrt9RRhiGTTzYd2qrsQAC0B7g
- Thread-topic: [sqr-users] Record count in a LOAD-LOOKUP
OUCH! :)
(The latest version of SQR is not an issue with us. We are still on
4.3.4.)
Thanks,
Jim
-----Original Message-----
From: sqr-users-bounces+jwomeldo=fastenal.com@sqrug.org
[mailto:sqr-users-bounces+jwomeldo=fastenal.com@sqrug.org] On Behalf Of
Alexander, Steven
Sent: Thursday, May 18, 2006 12:49 PM
To: 'This list is for discussion about the SQR database
reportinglanguage from Hyperion Solutions.'
Subject: RE: [sqr-users] Record count in a LOAD-LOOKUP
I don't have the very latest version of SQR, but in earlier versions the
load-lookup command does not tell the programmer how many rows it
loaded.
One (painful) solution is to do the same query again as follows:
Begin-select
Count(*) &count
From ...
End-select
-----Original Message-----
From: Jim Womeldorf [mailto:jwomeldo@fastenal.com]
Sent: Wednesday, May 17, 2006 9:09 AM
To: sqr-users@sqrug.org
Subject: [sqr-users] Record count in a LOAD-LOOKUP
Hi all,
When doing a LOAD-LOOKUP I see the count of the number of records loaded
displayed in the log file.
Does anyone know if this number is available to the program? I tried
#sql-count but that did not work.
If no rows are loaded I would like to avoid some time consuming code.
Thanks,
Jim
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users