I see a formula WarehouseLocation = "All Locations", but I see no fields called WarehouseLocation in the downstream workflow and neither do I see any field being renamed as WarehouseLocation. Can someone enlighten me please?
Solved! Go to Solution.
It's hard to say exactly what is going on without seeing the whole workflow, but some possibilities include:
- A Select tool is de-selecting or re-naming the field.
- A Join/Append/Transpose/Cross Tab is de-selecting or re-naming the field.
- A Summarize tool isn't grouping by "WharehouseLocation" so the field gets dropped out at that point.
If you can post a bigger screenshot, it might be possible to take a more educated guess.
This is the complete flow.
If that's it, then it's in the last Select tool. Click on it, look in the configuration window on the left side and see if WharehouseLocation has either been deselected or has been renamed. Feel free to post a screenshot of the configuration if it still isn't clear.
This is the one before it which is the join.
It looks like the field didn't exist before the Formula tool. It must be a new field being created with the formula you gave above. What does the configuration for the Select tool after the Formula tool look like?
It has that field in the select option later. I'm wondering how did that field come here?
It gets created in the Formula tool. In a Formula tool, you can use a calculation to either update an existing field or create a new field. To see some examples of how this works, click on the Formula tool in the toolbar and select "Open Example".
Oh great!
Is there a way I can find out how it was created?
Hi @kavyagp
Click on the formula tool and look at the configuration. it should look something like this
The red arrow points to the name of the new column. The green arrow points to the formula
If the the configuration window doesn't show the formula, like this
Click the ">" to expand the formula window
For more info, follow @danrh's advice and open the help. For information on the basics of using the UI, check out the "Getting Started" Interactive Lesson
Dan