Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

[SOLVED] Filtering Browse

$
0
0
Hi Gurus,

I have the following filter that works in version 9 but not in version 10.

SELECT
"Category",
"Description",
"EventID",
"FromDate",
"FromTime",
"Image",
"Location",
"Map",
"Note",
"Price",
"Subject",
"ToDate",
"ToTime",
dayofweek
FROM "public".evevents
WHERE ("FromDate" >= current_date)
ORDER BY "FromDate"

Any idea what is my problem?

Thanks.

Kelvin Chua
SINGAPORE

Viewing all articles
Browse latest Browse all 2586

Trending Articles