Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
SELECT * from TimeSeriesgraphs
WHERE filterId = 'ImportSHEF'
AND parameterId = 'FMAT'
AND locationId = 'DETO3IL'
AND time BETWEEN '2008-12-19 12:00:00'  AND '2008-12-23 12:00:00'
{nodformat}

By

...

default

...

the

...

graphs

...

have

...

a

...

size

...

of

...

300

...

(width)

...

*

...

200

...

(height)

...

pixels.

...

In

...

the

...

SQL

...

query

...

the

...

width

...

and

...

height

...

can

...

also

...

be

...

fixed.

No Format

SELECT * from TimeSeriesgraphs

...


WHERE filterId = 'ImportSHEF'

...


AND parameterId = 'FMAT'

...


AND locationId = 'DETO3IL'

...


AND time BETWEEN '2008-12-19 12:00:00'  AND '2008-12-23 12:00:00'

...


AND height = 100 AND width = 150

...

noformat

Miscellaneous

Using a different port number (available 200901)

...