Quantcast
Channel: FileMaker Forum > Report an issue
Viewing all articles
Browse latest Browse all 3510

TIMESTAMPVAL and DATEVAL functions in SELECT clause in executesql do not work

$
0
0

Issue report by Lawrence Winkler

Product

FileMaker Pro

Version

13

Operating system version

OSX Mavericks

Description of the issue

Attempting to use DATEVAL and TIMESTAMPVAL in Select clause of select statement within EXECUTESQL function. Neither are recognized as executesql returns a '?'.

Example query:
select dateval('2012-01-01')
from z_ten

Where z_ten is a table contains 10 rows.

In contrast:
select current_date, current_timestamp, current_time
from z_ten

does execute correctly

Steps to reproduce the problem

Enter the above two queries in a simple test harness.

Expected result

The value '2012-01-01' repeated ten times

Actual result

?

Workaround

None

Screenshot


Viewing all articles
Browse latest Browse all 3510

Trending Articles