Hi Andry!
Did you solve this problem? I'm facing this also. I'm trying to use the TO_DATE($$V_DATE$$, 'YYYY-MM-DD') function, but I'm getting the same error.
In Data Services we have at least two ways to put a variable inside quotes:
- TO_DATE({$V_DATE}, 'YYYY-MM-DD')
- TO_DATE('\'' || $V_DATE || '\'', 'YYYY-MM-DD')
Does anybody know how to do the same in SAP Hana flowgrath?
Thanks!
Claydson