How to fix a parse error
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am getting a parse error when I try to change the Wage Type field. I can update the filter with different wage types, but when i use "Key Location & Job", I get a parse error. Any advise on how to fix?
- Labels:
- Topic of Interest
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Can we see a screen shot of the formulas themselves? hard to determine by your screenshot what's going on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi!
Your comment is about "Wage Type"' but your post shows errors created at other parts of your workflow. The error you posted the screen grab from relates to a totally different field - and Designer is saying it's the wrong field name or the field you are using doesn't exist. Perhaps your field changed names or wasn't carried through in the Cross Tab? Adding a Select before your Formula and posting a screen grab of the fields and their types might be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If you look at your expression, the colors will help you understand what may be wrong. A general guideline to go off of is colorful = good, black = bad. An expression is valid until it gets to a point where the text is black.
Looking at your formula, it looks like there is an issue with some of your fields. The fields are either not available in the dataset, or are the incorrect data type for the function. I suggest making sure the field is a valid field in your dataset. The easiest way to do this is to add them directly from the column list in the formula tool (signified by the X on the left hand side of the expression).
Once you know the fields are correct, take a look at the datatypes. It looks like your first formula is adding two fields together. Are both fields numbers? You can check and adjust this in a Select tool.
Hope this helps!
