Hi everyone,
I have this problem. I need to make a report, which shows chart and table.
Chart has data from table_1, which contains data such as time, error count.
Table has data from table_2, which contains data such as timeOfStart, problem, timeOfEnd.
Problem is: table_1 has 10 rows and table_2 has 4 rows for example... The result is chart with 10 rows and table with 40 rows...
Is there any possibility how to use these tables separately. I mean without making a scalar product? (table_1*table_2)
I need to print 4 rows from table_2 and to display 10 values from table_1 in chart.
Please help me to solve this problem, I'm new to crystal reports. I'm using CR XI R2.
I have this problem. I need to make a report, which shows chart and table.
Chart has data from table_1, which contains data such as time, error count.
Table has data from table_2, which contains data such as timeOfStart, problem, timeOfEnd.
Problem is: table_1 has 10 rows and table_2 has 4 rows for example... The result is chart with 10 rows and table with 40 rows...
Is there any possibility how to use these tables separately. I mean without making a scalar product? (table_1*table_2)
I need to print 4 rows from table_2 and to display 10 values from table_1 in chart.
Please help me to solve this problem, I'm new to crystal reports. I'm using CR XI R2.