Dynamic Subfile naming
Robert J.M. Edis
robert.edis@creatcomp.com
Thu, 21 Oct 1999 12:59:11 -0400
G'day Al
I don't think you can do what you want with QUIZ as there is only one file
open and one file close for the one subfile allowed between the ACCESS and
the GO.
In QTP you could achive something like what you want to do as a single QTP
request can contain more than one subfile reference in the output. You can
use a conditional statement to separate each USERID into separate subfiles.
E.g.
Some logic to set a count for each USERID stored in USER_NMBR.
SUBFILE user1 KEEP IF user_nmbr EQ 1 INLCUDE ...
SUBFILE user2 KEEP IF user_nmbr EQ 2 INCLUDE ...
etc.
The names user1, user2, could be set up as logicals.
Blue
-----Original Message-----
From: Al Karman
To: powerh-l@lists.swau.edu
Sent: 10/21/99 11:54 AM
Subject: Dynamic Subfile naming
Happy Thursday, fellow listers....
I'd appreciate some assistance on the following:
I'm reading thru a detail set, and I'm sorting and setting my subfile on
the
User-ID. I'm getting values like <USER1>, <USER2>, etc...
Can someone out there divulge the secret whereby I can dynamically
create
and name the subfiles AT the User-ID break (subfile USER1 contains just
User-ID's=<USER1>, subfile USER2 bla bla bla y'all get the idea!)
In your debt for all eternity or 1/1/00, whichever comes 1st!
PS - Go Yankees (from a suicidal Mets fan!)
'''''''''''''''''''''''''''''''''''''''
' Al Karman '
' Information Technology Consulting '
' Internet: alkarman@hotmail.com '
' FAX: 248.671.5035 '
'''''''''''''''''''''''''''''''''''''''
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
= =
Subscribe: "subscribe powerh-l" in message body to
majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to
majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.