invalid token MakeDate(1,1,2019)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-06-19 05:08 PM
Hi,
I am experiencing an issue when attempting to use MakeDate(1,1,2019).
Error comes up as: Syntax error. The token '1' is invalid. Please check the case of your operators (eg 'or' versus 'OR') and check that your functions use brackets after the function name eg Now(), eg Len("abc").
please advise
------------------------------
Ramashita Ramutloa
Senior Associate
EY
Africa/Johannesburg
------------------------------
I am experiencing an issue when attempting to use MakeDate(1,1,2019).
Error comes up as: Syntax error. The token '1' is invalid. Please check the case of your operators (eg 'or' versus 'OR') and check that your functions use brackets after the function name eg Now(), eg Len("abc").
please advise
------------------------------
Ramashita Ramutloa
Senior Associate
EY
Africa/Johannesburg
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-06-19 08:35 AM
Hi,
try MakeDate("1", "1", "2019")
------------------------------
Walter Koller
Solution Manager
Erste Group IT International GmbH
Europe/Vienna
------------------------------
try MakeDate("1", "1", "2019")
------------------------------
Walter Koller
Solution Manager
Erste Group IT International GmbH
Europe/Vienna
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-06-19 08:39 AM
Hello ,
Can you try MakeDate(1; 1; 2019)
------------------------------
Hemachandra
------------------------------
Can you try MakeDate(1; 1; 2019)
------------------------------
Hemachandra
------------------------------
