Usually what one receives from OBIEE is this:
| Name | Address |
|---|
| John | address1 |
| address2 |
| address3 |
Would it be possible to create three custom columns that each return a single one of those rows? So I would have three columns, each returning a single address record?
Something like this:
| Name | Address1 | Address2 | Address3 |
|---|
| John | address1 | address2 | address3 |