[SOLVED] Monthly Graph From Daily Data |
12/5/2019 14:14:30 | |
| PHPRunner General questions | ||
|
I'm trying to get a monthly graph from my table as below.
|
||
|
|
Sergey Kornilov admin 12/5/2019 |
|
It can be done. Instead of grouping data by the date field you need to extract month/year value and group data by that. SELECT
|
|
|
|
Spider Webster author 12/6/2019 |
|
Simples
|
|
|
M
|
Mark Kramer 12/8/2019 |
|
Simples Thankyou Sergey works a treat,.,,. Is there a way I could get Oct 2019 Nov 2019 etc?
|
|
|
|
Spider Webster author 12/9/2019 |
|
On your "Date" field (Designer page) click the "View As/Edit As" button then go to "Filter as" tab and use the "Interval list". You can set you paremeters there. |
|
|
M
|
Mark Kramer 12/11/2019 |
|
On your "Date" field (Designer page) click the "View As/Edit As" button then go to "Filter as" tab and use the "Interval list". You can set you paremeters there.
|
|