Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
135
How do i split a cell in a igtbl at run time?
posted

How do i split a cell in a igtbl at run time? i have a column value like #6/#9E/#9M ,when this comes in the grid it has to be splited into 3 new rows in the next column like  #6

       #9E

       #9M

Required output

=================================================================================================================

|#6/#9E/#9M--|----- #6--------|
|----------------|-----#9E-------|
|----------------|------#9M-----|
|----------------|----------------|
|----------------|----------------|