PankajVerma
Programmer
I am making one report in which I have the following fields (working in Crystal Reports 8)
Part No,Supplier count,Deflation %,Dollar Value,No hours
I will be getting say 1000 rows for this data now I need to first group it on Supplier count and plot the graph between Supplier count Vs Avg Deflation
Then I need to group the data on Dollar Value and then plot the graph between Dollar Value vs Avg Deflation..
Like that I will have to group on different fields 5 times and plot the graph for each..
Can I do it by retrieving the data only once and grouping the same data differently and plotting the 5 graphs.
Please suggest..
Part No,Supplier count,Deflation %,Dollar Value,No hours
I will be getting say 1000 rows for this data now I need to first group it on Supplier count and plot the graph between Supplier count Vs Avg Deflation
Then I need to group the data on Dollar Value and then plot the graph between Dollar Value vs Avg Deflation..
Like that I will have to group on different fields 5 times and plot the graph for each..
Can I do it by retrieving the data only once and grouping the same data differently and plotting the 5 graphs.
Please suggest..