Cross Tab as Column Group
Posted: Sun Jul 23, 2023 11:31 pm
I am converting one report which was designed by RDLC to Stimulsoft.
The rdlc version used the column group to group the quantity of product by the date in the tab header. I am trying to use the cross tab to achieve the same thing for Stimulsoft.
My issue is that the generated report only display one product on it ( see pic1), while the dataset has 5 products ( pls see the attached xlsx file .
Pls give me some advice on how to solve the problem.
Pls note that:
- the ThirteenPeriodTableCrossBand DataSource is duplicated by ThirteenPeriodTable DataSource . I am using it to apply a filter for the CrossData and make sure the product which are the same APN will be displayed the quantity (Qty) in one row.
- the code .Net just use to generate the dataset which has records as the attached xlsxfile file.
The rdlc version used the column group to group the quantity of product by the date in the tab header. I am trying to use the cross tab to achieve the same thing for Stimulsoft.
My issue is that the generated report only display one product on it ( see pic1), while the dataset has 5 products ( pls see the attached xlsx file .
Pls give me some advice on how to solve the problem.
Pls note that:
- the ThirteenPeriodTableCrossBand DataSource is duplicated by ThirteenPeriodTable DataSource . I am using it to apply a filter for the CrossData and make sure the product which are the same APN will be displayed the quantity (Qty) in one row.
- the code .Net just use to generate the dataset which has records as the attached xlsxfile file.