Ahmet Ekrem SABAN Messages: 10 Registered: April 2011 Location: Austria
Junior Member
The sample data is in the attached image. There are nine values for the field PromotionName. In the current case, it just displays the field name and the nine values as a single column. I want that the list is as the attachment above. I attach the current case here.
The best way to do this is to use a grid and add two tables. Both tables should use the same dataset. Add a computed column to the data set to count rows(running count) then use a filter on each of the tables to display the rows you want. Take a look at the attached example. It uses three tables.