how to list values in multi-value field as columns

  • EDA001
  • Topic Author
  • Visitor
  • Visitor
11 years 7 months ago #15075 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

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
11 years 6 months ago #15144 by jpb
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>"

Please Log in or Create an account to join the conversation.

Time to create page: 0.031 seconds