Select to view content in your preferred language

Model Builder can't read a table view it created - Why?

153
2
05-07-2025 06:58 AM
Labels (2)
RandyMcGregor_BMcD
Frequent Contributor

This model creates a table view, selects from the table view, calculates on the selection, then switches the selection. It is failing on the switch selection. The selection is correctly entered. Why is it claiming it can't open this table view? It makes absolutely no sense  that it can select on the table view/calculate on the table view ... then lose the ability to access the table view. Any idea what's making the table view in accessible? The table view exists. I can open it in the table of contents. I can switch the selection in the table of contents. This table view exists and should remain accessible. Thank you for any help you may able to provide. Completely stumped.


RandyMcGregor_BMcD_0-1746626276411.png

 


 

Tags (2)
0 Kudos
2 Replies
Brian_McLeer
Frequent Contributor

What if you make a feature layer, make query layer, or make query table between the output of calculate field and before select layer by attribute? I remember I used to have to do that in ArcMap version of Model Builder. 

Brian
0 Kudos
RandyMcGregor_BMcD
Frequent Contributor

Thanks for your response. That might work, but it's extra steps. I discovered that turning OFF 'add to display' solved the problem. Adding the result of a calculation on a layer to the display killed it for future selection. I had 'add to display' turned on so I could check and see if the selection was doing what I expected. Just one of those weird things.