This topic is locked

search within charts

5/11/2010 4:55:50 AM
PHPRunner General questions
I
itxlieni author

Hi
I have a table with notes.

User type date note
The chart works well, also whenn i do a search with (only user xxx notes).

Bud when i search a date range (01.01.2010 till 11.05.2010) it says no data.

When i search for dates in the year 2009 it works also?!?
My DB date field ist a datetime field. (date saved as 2009-04-28 00:00:00)

My sql query looks like this.
SELECT

NoteID,

COUNT(NoteID) AS STotal,

type,

date,

user,

FROM Notes

GROUP BY type
It is possible to search between dates?

THX for any help

A
ann 5/11/2010

Hi,
I can't reproduce this error on the test project.

Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.