Record count in Quiz

Markus Grossrieder markus.grossrieder@alba-systems.com
Wed, 27 Aug 2003 17:25:54 +0200


Hi Mike,

DEFINE D_COUNT INT*8 = 1
...
REPORT ... D_COUNT SUBTOT

should work !
If you want to use it in footings, it will reset itself unless you use
NORESET resp. RESET AT ...

HTH, regards,
Markus

----- Original Message -----
From: "Mike Palandri" <palandri@4j.lane.edu>
To: <powerh-l@lists.swau.edu>
Sent: Wednesday, August 27, 2003 4:41 PM
Subject: Record count in Quiz


> Is there any way to get a hold of the record count in Quiz, so that its
> value would be 1 when the first record was read, 2 when the second was
> read, 3 when the third was read etc.?
>
>
> I am trying to convert a report based on a QTP to Quiz, and the technique
> used requires the record count.  This is done with temps in QTP, but I
> can't seem to come up with it for Quiz:
>
> TEMP TI-REC-CNT   INT*10
>
> [...]
>
> ITEM TI-REC-CNT = TI-REC-CNT + 1
>
>
> Thanks,
>
>
> Mike
> .
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Mailing list: powerh-l@lists.swau.edu
> Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
> Unsubscribe: "unsubscribe <password>" in message body to
powerh-l-request@lists.swau.edu
> http://lists.swau.edu/mailman/listinfo/powerh-l
> This list is closed, thus to post to the list you must be a subscriber.
>
>