How to do the report ?
I have data in dateset in that format:
And I want to print the data in that format:
How can I make the report in simples way ?
person1 | data1 | value
person1 | data2 | value
person1 | data3 | value
person2 | data1 | value
person2 | data2 | value
person3 | data2 | value
person3 | data3 | value
And I want to print the data in that format:
person | data1 | data2 | data3Â Â | sum
person1| value | value | value  | sum(values person1)
person2| value | value | value  | sum(values person2)
person3| value | value | value  | sum(values person3)
How can I make the report in simples way ?
Comments
hi..
Please Read FR4 User Manual - Croos-Tab chapter and read/execute Demo/Example of FastReport ....It's very simple using fastreport...or you can generate it completely from query... usually using stored procedure and it is full complexity...
Does Windward's Xml Reports support Delphi?