|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Reports from database
Hello!
I have to create a report from a table's data: [pre] | entries | | |year |wrkd|hrs|mark|mark| |usr_id|month |days|day|A |B |buy |sales| |------|------|----|---|----|----|-----|-----| |DUMMY |200201|25 |7 |10 |5 |10000|20000| |DUMMY |200202|20 |7 |5 |5 |5000 |15000| |DUMMY |200203|1 |1 |7 |0 |0 |0 | |DUMMY |200212|26 |8 |7 |3 |7000 |10000| AND SO ON:::::: [/pre] The report should look +- like this: [pre] |--------|---|---|---|---|---|---|-------| |Activity|Jan|Feb|Mar|:::|Dec|Ttl|Average| |--------|---|---|---|---|---|---|-------| |Productn|175|140|1 |0 |208|524|131.50 | |========|===|===|===|===|===|===|=======| |Entries |Jan|Feb|Mar|:::|Dec|Ttl|Average| |--------|---|---|---|---|---|---|-------| |Mark A |10 |5 |7 |0 |7 |29 |7.50 | |Mark B |5 |5 |0 |0 |3 |13 |3.25 | |--------|---|---|---|---|---|---|-------| |Total |15 |10 |7 |0 |10 |42 |10.75 | |========|===|===|===|===|===|===|=======| AND SO ON:::::: [/pre] Thank you for your help |
|
#2
|
||||||||
|
||||||||
|
RE: Reports from database
Sorry I meant:
php Code:
....and..... php Code:
Average is devided by 4 because there are only 4 months of captured data... |
|
#3
|
||||||||
|
||||||||
|
RE: Reports from database
Sorry I meant:
php Code:
....and..... php Code:
Average is devided by 4 because there are only 4 months of captured data... |
|
#4
|
|||
|
|||
|
RE: Reports from database
Can anyone give me some hints with this. Please.
I don't think it's really cross-tabs but transpose instead. I don't know the abouts. Sorry for the mess about the anonimous username. Thanks in advance. Freddy |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > Reports from database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|