Forum Discussion
dirkjs
7 years agoFrequent Visitor
Incorrect syntax for DATETIME
I get an incorrect syntax error for the DATETIME strings in the example below: CustomFiscalPeriods = DATATABLE ( "Fiscal YearNumber", INTEGER, "FirstDayOfYear", DATETIME, "LastDayOfYear", DATE...
pbeye
7 years agoResolver II
I don't see "2015-08-16" in your formula, but I see "28-06-2015". Maybe that's the one causing the issue? Actually, when I test it out on my desktop both of those work for me. I'm using the July 2019 version.
Maybe try adjusting it to match the other dates formats to see if that works.
- dirkjs7 years agoFrequent Visitor
Thanks for your response, but, both notations "28-06-2015" as "2015-06-28" do not work!