![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hoping I can get some help here. I have an attribute in a file that is 3 multivalues. (Basically a category that is generated from each type of calculation) ex ATTRIBUTE 1: A]D]B I'd like to be able to select on them and order by the specified multivalue field. I was hoping to use group extract in the DICT but it apparently ignores value marks. My thought would be to use the t correlative to extract it. something like: tFILE;X[2];1;1 to return D I'm uncertain of the syntax though as playing around with it has not gotten me anywhere. This is on D3 7.5.1 (Aix) |
#3
| |||
| |||
|
|
Hoping I can get some help here. I have an attribute in a file that is 3 multivalues. (Basically a category that is generated from each type of calculation) ex ATTRIBUTE 1: A]D]B I'd like to be able to select on them and order by the specified multivalue field. I was hoping to use group extract in the DICT but it apparently ignores value marks. My thought would be to use the t correlative to extract it. something like: tFILE;X[2];1;1 to return D I'm uncertain of the syntax though as playing around with it has not gotten me anywhere. This is on D3 7.5.1 (Aix) |
#4
| |||
| |||
|
|
I think most platforms will support: TFILE;X1;;1 * (Will produce 'A') TFILE;X2;;1 * (Will produce 'D') TFILE;X3;;1 * (Will produce 'B') Ed "Sean Chapman" <sean.chap... (AT) gmail (DOT) com> wrote in message news:f1f782fb-37a1-449c-aaa4-f745470ac82d (AT) i25g2000prd (DOT) googlegroups.com... Hoping I can get some help here. I have an attribute in a file that is 3 multivalues. (Basically a category that is generated from each type of calculation) ex ATTRIBUTE 1: A]D]B I'd like to be able to select on them and order by the specified multivalue field. I was hoping to use group extract in the DICT but it apparently ignores value marks. My thought would be to use the t correlative to extract it. something like: tFILE;X[2];1;1 to return D I'm uncertain of the syntax though as playing around with it has not gotten me anywhere. This is on D3 7.5.1 (Aix)- Hide quoted text - - Show quoted text - |
#5
| |||
| |||
|
|
The closest I've been able to get is On: * * K:10R8999 001 15674]15674 002 C]B 003 52056]26028 Using: 08 TP.INVX;V2;;1 [708] *'C' cannot be converted. On Nov 29, 3:28*pm, "Ed Sheehan" <NOedsS... (AT) xmission (DOT) com> wrote: I think most platforms will support: TFILE;X1;;1 * (Will produce 'A') TFILE;X2;;1 * (Will produce 'D') TFILE;X3;;1 * (Will produce 'B') Ed "Sean Chapman" <sean.chap... (AT) gmail (DOT) com> wrote in message news:f1f782fb-37a1-449c-aaa4-f745470ac82d (AT) i25g2000prd (DOT) googlegroups.com.... Hoping I can get some help here. I have an attribute in a file that is 3 multivalues. (Basically a category that is generated from each type of calculation) ex ATTRIBUTE 1: A]D]B I'd like to be able to select on them and order by the specified multivalue field. I was hoping to use group extract in the DICT but it apparently ignores value marks. My thought would be to use the t correlative to extract it. something like: tFILE;X[2];1;1 to return D I'm uncertain of the syntax though as playing around with it has not gotten me anywhere. This is on D3 7.5.1 (Aix)- Hide quoted text - - Show quoted text -- Hide quoted text - - Show quoted text - |
#6
| |||
| |||
|
|
The closest I've been able to get is On: K:10R8999 001 15674]15674 002 C]B 003 52056]26028 Using: 08 TP.INVX;V2;;1 [708] 'C' cannot be converted. On Nov 29, 3:28 pm, "Ed Sheehan" <NOedsS... (AT) xmission (DOT) com> wrote: I think most platforms will support: TFILE;X1;;1 (Will produce 'A') TFILE;X2;;1 (Will produce 'D') TFILE;X3;;1 (Will produce 'B') Ed "Sean Chapman" <sean.chap... (AT) gmail (DOT) com> wrote in message news:f1f782fb-37a1-449c-aaa4-f745470ac82d (AT) i25g2000prd (DOT) googlegroups.com... Hoping I can get some help here. I have an attribute in a file that is 3 multivalues. (Basically a category that is generated from each type of calculation) ex ATTRIBUTE 1: A]D]B I'd like to be able to select on them and order by the specified multivalue field. I was hoping to use group extract in the DICT but it apparently ignores value marks. My thought would be to use the t correlative to extract it. something like: tFILE;X[2];1;1 to return D I'm uncertain of the syntax though as playing around with it has not gotten me anywhere. This is on D3 7.5.1 (Aix)- Hide quoted text - - Show quoted text -- Hide quoted text - - Show quoted text - |
#7
| |||
| |||
|
|
I just tested it on mvBase and it worked fine. WHich platform are you using? Ed "Sean Chapman" <sean.chap... (AT) gmail (DOT) com> wrote in message news:c3842774-ffa7-479e-85d6-68eedc657f94 (AT) r29g2000yqj (DOT) googlegroups.com... X just brings back blank. On Nov 29, 3:35 pm, Sean Chapman <sean.chap... (AT) gmail (DOT) com> wrote: The closest I've been able to get is On: K:10R8999 001 15674]15674 002 C]B 003 52056]26028 Using: 08 TP.INVX;V2;;1 [708] 'C' cannot be converted. On Nov 29, 3:28 pm, "Ed Sheehan" <NOedsS... (AT) xmission (DOT) com> wrote: I think most platforms will support: TFILE;X1;;1 (Will produce 'A') TFILE;X2;;1 (Will produce 'D') TFILE;X3;;1 (Will produce 'B') Ed "Sean Chapman" <sean.chap... (AT) gmail (DOT) com> wrote in message news:f1f782fb-37a1-449c-aaa4-f745470ac82d (AT) i25g2000prd (DOT) googlegroups.com.... Hoping I can get some help here. I have an attribute in a file that is 3 multivalues. (Basically a category that is generated from each type of calculation) ex ATTRIBUTE 1: A]D]B I'd like to be able to select on them and order by the specified multivalue field. I was hoping to use group extract in the DICT butit apparently ignores value marks. My thought would be to use the t correlative to extract it. something like: tFILE;X[2];1;1 to return D I'm uncertain of the syntax though as playing around with it has not gotten me anywhere. This is on D3 7.5.1 (Aix)- Hide quoted text - - Show quoted text -- Hide quoted text - - Show quoted text -- Hide quoted text - - Show quoted text - |
#8
| |||
| |||
|
|
d3 7.5.1 |
#9
| |||
| |||
|
|
On Nov 30, 9:52*am, Sean Chapman <sean.chap... (AT) gmail (DOT) com> wrote: d3 7.5.1 Sean, I think that you need to put 0 in att2 & 2 at the end of the translate - i.e. S 0 category activity TP.INVX;X2;;2 this uses 0 (id) to do the translate & picks up att2 from the file & gives you mv 2 . What you were doing was using att 2 to read the file & returning att 1. Geoff |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |