LinuXelite
Programmer
Hi!!
check this out:
funny heh? Lets me explain..
I wanna do a multi-group by report.
So I designed something like..
SQL= select * from table group by year, month, day order by date (mysqlcomponent)
In rave 5, I started a blank report with:
page1
REGION
band (key=year) (controlledband=databand1)
band (key=month) (controlledband=databand1)
databand (day)
The output is:
new: 2002
june
detail1
detail2
novembre
detail1
new: 2001
detail1 (I should see november... and then detail)
detail2
august
detail1
detail2
new:
detail1 (I should see 2001 and then august...... and then detail)
Can you help me?
check this out:
funny heh? Lets me explain..
I wanna do a multi-group by report.
So I designed something like..
SQL= select * from table group by year, month, day order by date (mysqlcomponent)
In rave 5, I started a blank report with:
page1
REGION
band (key=year) (controlledband=databand1)
band (key=month) (controlledband=databand1)
databand (day)
The output is:
new: 2002
june
detail1
detail2
novembre
detail1
new: 2001
detail1 (I should see november... and then detail)
detail2
august
detail1
detail2
new:
detail1 (I should see 2001 and then august...... and then detail)
Can you help me?