I have these value come to customized ssrs report
itemid qty
1 15
1 90
1 14
2 18
3 12
3 56
I want these values to be viewed in separate tables in the same report based on item id, like this
itemid qty
1 15
1 90
1 14
itemid qty
2 18
itemid qty
3 12
3 56
how to do that?