LIST with local field
- elix545
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 27
- Thank you received: 1
12 years 10 months ago #12342
by elix545
LIST with local field was created by elix545
Hi, Everyone
How can show a specific local field with the verb "LIST"?
How can show a specific local field with the verb "LIST"?
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
12 years 10 months ago #12347
by jpb
Replied by jpb on topic LIST with local field
You can use the local field name as any other field defined in STANDARD.SELECTION / DICT file.
e.g.
LIST FBNK.CUSTOMER SHORT.NAME MY.FIELD.1 MY.FIELD.2
e.g.
LIST FBNK.CUSTOMER SHORT.NAME MY.FIELD.1 MY.FIELD.2
Please Log in or Create an account to join the conversation.
- elix545
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 27
- Thank you received: 1
12 years 10 months ago - 12 years 10 months ago #12360
by elix545
Replied by elix545 on topic LIST with local field
When i using LIST with the field name jbase show me the next error:
jsh T24ENVIRONMENT ~ -->LIST FBNK.AC.LOCKED.EVENTS L.FIELD.TEST
Error in Statement "LIST FBNK.AC.LOCKED.EVENTS L.FIELD.TEST"
Dictionary record L.FIELD.TEST is missing.
Actually all local field are together through JSH, How could split these values?
jsh T24ENVIRONMENT ~ -->LIST FBNK.AC.LOCKED.EVENTS L.FIELD.TEST
Error in Statement "LIST FBNK.AC.LOCKED.EVENTS L.FIELD.TEST"
Dictionary record L.FIELD.TEST is missing.
Actually all local field are together through JSH, How could split these values?
Last edit: 12 years 10 months ago by elix545.
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
12 years 10 months ago - 12 years 10 months ago #12361
by jpb
Replied by jpb on topic LIST with local field
What is your definition in LOCAL.TABLE, LOCAL.REF.TABLE and how is your field shown in STANDARD.SELECTION and the DICT.
Last edit: 12 years 10 months ago by jpb.
Please Log in or Create an account to join the conversation.
- elix545
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 27
- Thank you received: 1
12 years 10 months ago #12363
by elix545
Replied by elix545 on topic LIST with local field
I found it in the dict, using the next sentence:
and used this DICT name to performed the JQL query:
for example, the next page has another method to do this query: LOCAL.REF with EVAL
Thank a lot
LIST DICT FBNK.AC.LOCKED.EVENTS
and used this DICT name to performed the JQL query:
LIST FBNK.AC.LOCKED.EVENTS L.FIELD.TEST
for example, the next page has another method to do this query: LOCAL.REF with EVAL
Thank a lot
Please Log in or Create an account to join the conversation.
Time to create page: 0.041 seconds