vote up 0 vote down star

I think im asking for the right type of report from Quickreport.

What we have is a simple table,

gauge,site,value

Gauge and site are the keyfields, (there could be anynumber of Gauge-Site Pairs) normally there is only at most, about 10 sites.

and we are looking to get a reports that looks like this

       site1   site2   site3
gauge1   34      4      45
gauge2   45      6       5
gauge4   34      4      45

Dose anyone know

  • What type this type of report is normally called, (so google can be more help)
  • Is is possible to created this type of report using QuickReport
    if so, any ideas how?
    if not, any ideas on what could be used insted?

Delphi7
QuickReports 3.5
NexusDB (dont think that matters too much)

flag

2 Answers

vote up 3 vote down check

It's called a cross tabulation. Google for crosstab, crosstab report, crosstab object.

-Al.

link|flag
64.233.169.132/search?q=cache:pcE7ec8zXP8J:www.qu… for example. -Al. – AIBreveleri Dec 17 '08 at 2:02
thank you thats the hint i needed :) – Christopher Chase Dec 17 '08 at 23:36
vote up 0 vote down

Maybe you can create a memtable (for example with memoryData of JVCL suite (free)) then print a normal report.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.