![]() |
jadachDevClub member 3/26/2018 |
Without giving this a whole lot of thought, you can try replacing ',' with '<br />' then display as html. |
![]() |
Sergey Kornilov admin 3/26/2018 |
Yes, you can try to set 'View as' type to Custom and use the following code: $value = str_replace(",", " |
![]() |
DRG Lab author 3/26/2018 |
Without giving this a whole lot of thought, you can try replacing ',' with '<br />' then display as html.
|
![]() |
DRG Lab author 3/26/2018 |
this worked as I needed. |
![]() |
DRG Lab author 3/26/2018 |
Yes, you can try to set 'View as' type to Custom and use the following code: $value = str_replace(",", "
|