STRSQL outputs to the workstation display.
You should have RUNSQLSTM output to an output file. For example, use INSERT INTO followed by your SELECT statement
Peter
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Crystal Reports
Sent: Thursday, 30 May 2013 8:27 a.m.
To: midrange-l@xxxxxxxxxxxx
Subject: RUNSQSTM
I have loaded an sql statements into a text member and this does not work as RUNSQLSTM, yet this does work under STRSQL.
SELECT IDDOCD AS INV_DATE, IDORD# AS ORD_NUM, IDORDT AS ORD_TYPE, IDPRLC AS PROD_FAMILY, IDPR$C AS PRICE_CODE,IDCOM#,
MAX(IDPRT#) AS ITEM_REF,IARCC4 AS PROD_TYPE,
IARC11 AS PROD_CLASS,IACMQC AS CUM_CODE,
SUM(IDSHP#) AS NUM_UNITS, SUM(IDSHP# * IDCSU$) AS TOT_COST, SUM(IDSHP# * IDNTU$) AS TOT_SLS FROM OEIND94 INNER JOIN ICPRT1 ON IDPRT# = IAPRT# WHERE IDCOM#='001' AND IDDOCD >= 20130401 AND IDDOCD <= 20130430 AND IARCC4='FIN' GROUP BY IDDOCD, IDORD#,IDORDT,IDPRLC,IDPR$C, IDCOM#,IARCC4,IARC11,IACMQC ORDER BY IDDOCD,IDORD#, IDORDT,IDPRLC,IDCOM#
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
#####################################################################################
This correspondence is for the named person's use only. It may contain confidential
or legally privileged information, or both. No confidentiality or privilege is waived
or lost by any mistransmission. If you receive this correspondence in error, please
immediately delete it from your system and notify the sender. You must not disclose,
copy or rely on any part of this correspondence if you are not the intended recipient.
Any views expressed in this message are those of the individual sender, except where
the sender expressly, and with authority, states them to be the views of Veda.
If you need assistance, please contact Veda on either :-
Australia 1300-762-207 or New Zealand +64 9 367 6200
As an Amazon Associate we earn from qualifying purchases.