Hi everybody may be i am becoming crazy, but I have a small problem with the report engine, but i am a beginner with Fivewin and i think you will laugh,but you can help me
I have a database with 25 fields
How can i a make a report with data sorted by field
ex:
title fieldname(i)
column field(1) when field(i)#0
column field(2) when field(i)#0
column field(i) when field(i)#0
total for field(i)
title fieldname(i+1)
column field(1) when field(i+1)#0
column field(2) when field(i+1)#0
column field(i+1) when field(i+1)#0
total for field(i+1)
title fieldname(i+2)
column field(1) when field(i+2)#0
column field(2) when field(i+2)#0
column field(i+2) when field(i+2)#0
total for field(i+2)
etc etc
Thanks for your help