| Id | Parameter | Multiple_Values |
| 1 | sev_code | dataset |
| 2 | region | dataset |
| 3 | name | dataset | Id | Parameter | Multiple_Values | | 1 | sev_code | dataset | | 2 | region | dataset | | 3 | name | dataset wbfbc ewFWEGF | | | | | | | FEBG |
Hi,
Below is the table structure having Multiple_Values as collection datatype [Nested Table]
Request you to help me, which function or mechanism i should use, so that i can show clients the all collections values with respect to its particular parameter. (in comma separated format)
Table Structure
| Id | Parameter | Multiple_Values | |
| 1 | sev_code | dataset | (This nested table column is having 3 values [12,13,14]) |
| 2 | region | dataset | (This nested table column is having 2 values [NA,EMEA]) |
| 3 | name | dataset | (This nested table column is having 4 values [jack,bill,rik,hhh]) |
Expected O/P
| Id | Parameter | Multiple_Values |
| 1 | sev_code | 12,13,14 |
| 2 | region | NA,EMEA |
| 3 | name | jack,bill,rik,hhh |
Many Thanks,
Arpit