screw up?

Nancy Tietz ntietz@MCARE.MED.UMICH.EDU
Fri, 21 Sep 2001 09:15:01 -0400


I think Pablo is talking about an OCCURS type of item, a table. 
Quiz/Qtp doesn't handle tables that well.  Example:

DEFINE output-field CHAR*8 = DATAFIELD (1)

The "(1)" is a subscript (could be a numeric variable) to the table
DATAFIELD that has x number of occurances defined in the dictionary.
I hope that helps,
Nancy

-----Original Message-----
From: Blue [mailto:bobedis@earthling.net]
Sent: Friday, September 21, 2001 8:56 AM
To: powerh-l@lists.swau.edu
Subject: RE: screw up?


G'day Pablo

My question is this:  why do you need to put the same value in the record
more than once?  You are talking about two different data stores here; one
is the source data that is persistent and the other is output data that is
transient.  You can store the item value in one column on the input side and
use is multiple times on the output side.  This obviates the need to define
the item more than once in a record.

Rather than focusing on the problem you describe I suggest to focus more on
the data design and process flow.

Regards,
Blue

> -----Original Message-----
> From: powerh-l-admin@cube.swau.edu
> [mailto:powerh-l-admin@cube.swau.edu]On Behalf Of Paul (Pablo) Grim
> Sent: Thursday, September 20, 2001 8:53 PM
> To: powerhouse
> Subject: screw up?
>
>
> Hi listers,
>
> I recently defined a new record structure for electronic W2 reporting to
> Social Security.
>
> The record structure has 4 or 5 fields that are duplicated.  That is; the
> same data goes on the record twice for each of these fields.  At least for
> my organization.  Other orgs could report different data in these fields
> which is why they are available.
>
> So, when I defined the record, I entered the same item names more
> than once.
> I'm realizing this is probably grossly unnormalized data, but in a way it
> makes sense because it really is the same data more than once on a given
> record.
>
> My question is how does Powerhouse deal with this in qtp?   eg:  if I have
> an item COMPANY-NAME on the record twice and I want to do an ITEM
> COMPANY-NAME INITIAL "ABC CORP" what will happen?  Will both fields get
> assigned this value, or just the first one?  (seems to be the case in my
> experiments).  It actually seems somewhat unpredictable depending on how I
> code it.
>
> thanks
>
> p
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Mailing list: powerh-l@lists.swau.edu
> Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
> Unsubscribe: "unsubscribe" 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.
>


= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.swau.edu
Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
Unsubscribe: "unsubscribe" 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.