how to list values in multi-value field as columns
- EDA001
- Topic Author
- Visitor
-
11 years 7 months ago #15075
by EDA001
how to list values in multi-value field as columns was created by EDA001
can any one help ?
is it possible to list the values in multi-value fileds as a columns using jql statments.
like the following:
I wanted to list the values in BALANCE field of ACCT.ACTIVITY application
is it possible to list the values in multi-value fileds as a columns using jql statments.
like the following:
I wanted to list the values in BALANCE field of ACCT.ACTIVITY application
Please Log in or Create an account to join the conversation.
- jpb
-
- Offline
- Moderator
-
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
11 years 6 months ago #15144
by jpb
Replied by jpb on topic how to list values in multi-value field as columns
not very elegant, but working :
LIST FBNK.ACCT.ACTIVITY EVAL"BALANCE<1,1>" EVAL"BALANCE<1,2>" EVAL"BALANCE<1,3>" EVAL"BALANCE<1,4>" EVAL"BALANCE<1,5>"
LIST FBNK.ACCT.ACTIVITY EVAL"BALANCE<1,1>" EVAL"BALANCE<1,2>" EVAL"BALANCE<1,3>" EVAL"BALANCE<1,4>" EVAL"BALANCE<1,5>"
Please Log in or Create an account to join the conversation.
Time to create page: 0.031 seconds