Repeat row data based on countcolumn

Certified Associate Developer

Hi Expert,

I have made a expression rule which is returning datasubset .

For eg: This is my query entity returning data.

Col A   Col B   Countcolumn

a         b               2

d         e               3

g         h               1              

Now i want to repeat row based on count column.How can i achieve following output:

Col A  Col B

a          b

a          b

d          e

d          e

d          e

g          h

Please help.

  Discussion posts and replies are publicly visible