Hi,
I'm trying to create a report with summary of all rows in the table like the example below.
emp_id emp_name
1 a
2 b
3 c
emp_count: 3
I tried to add TextBox for emp_count with aggregation to emp_id column but because of the textbox doesn't have DataSource, the value was 0.
When I added DataSource to the report, the emp_count's value was correct but the table's data displayed twice. I also tried to use RowCount("reportName") function
but it didn't work.
Any suggestion?
Thanks
I'm trying to create a report with summary of all rows in the table like the example below.
emp_id emp_name
1 a
2 b
3 c
emp_count: 3
I tried to add TextBox for emp_count with aggregation to emp_id column but because of the textbox doesn't have DataSource, the value was 0.
When I added DataSource to the report, the emp_count's value was correct but the table's data displayed twice. I also tried to use RowCount("reportName") function
but it didn't work.
Any suggestion?
Thanks