Multiple Values within Multi-Value Fields...
- From: "Russ" <rscribner@xxxxxxxxxxx>
- Date: 19 Jul 2005 14:43:33 -0700
I'm currently working at creating a new data item and am stuck on this
one issue:
The data field that I am trying to get at is in the CM table and looks
like this:
022
\041-30-0374B\4\,,,,,,,11810]105\R02732988\4\89860]\041300374\4\89860
So there are two values (separated by the "]", but then each one has
multiple values separated by "\" and even some of those have multiple
values separated by the ","!
So I created a data item in the IC table that looks like this:
001 S
002 3
003 SECONDARY INS
004
005
006
007
008 TCM;X2:22:22
009 L
010 30
which should select the second data item from the CM table and that
gives me the following output:
IC........ SECONDARY INS.....
1575154 105
R02732988
4
89860
You will notice that instead of keeping the items separated by a "\",
the program translated it into a carraige return (it's not just the
length of the field - I've already tried that). So I was going to add
this to the field:
008 TCM;X2:22:22]G1\1
Trying to get at that second value (R02732988), but no dice.
Any suggestions?
Thanx,
Russ
.
- Follow-Ups:
- Re: Multiple Values within Multi-Value Fields...
- From: frosty
- Re: Multiple Values within Multi-Value Fields...
- From: Peter McMurray
- Re: Multiple Values within Multi-Value Fields...
- Prev by Date: Re: SeaCode
- Next by Date: Re: Multiple Values within Multi-Value Fields...
- Previous by thread: D3 downloads
- Next by thread: Re: Multiple Values within Multi-Value Fields...
- Index(es):
Relevant Pages
|