SOLVED
Parse Error
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
HopeCQ
6 - Meteoroid
08-03-2023
12:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello, I'm receiving a parse error message for the following formula but can't figure out the issue. Any suggestions? Trying to avoid a work-around solution. Thanks in advance!
Solved! Go to Solution.
Labels:
- Labels:
- Error Message
2 REPLIES 2
Prometheus
12 - Quasar
08-03-2023
12:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The field you're trying to create has a data type of V_WString. If you want to keep it as that, make sure the values you're trying to place in that field are also string. That is, put your years in quotes, like THEN "2028". If you want the field to be numeric, you can change the data type to Int and you won't have to put quotes on all your year values.
08-03-2023
12:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Perfect, many thanks!
