Requirement
Single Excel column output with multiple data separated by comma need to make row-wise data,
eg
| Name | Marks |
| Peter | 50,70,30 |
Need to change with this
| Name | Marks |
| Peter | 50 |
| 70 | |
| 30 |
Use Below Tag to use in RTF for a particular column.
<?for-each@inlines:Group_name/element_name?><?.?><?if@inlines:position()!=last()?><?’ ‘?><?end if?><?end for-each?>
Recent Posts