All In-DB Controls
Left outer Join on "Status". "Status" is in left and right columns. Alteryx in Config Tool just after join creates "R_Status" Column )
A formula tool right after the Config tool does a Case statement (nothing to do with Status or R_status) and it fails with Error: ORA-00904: "R_Status": invalid identifier
I put a browse in DB BEFORE the Formula coming out of the Config tool and it fails too with the same error -> FROM "Tool22_67d9" WHERE ROWNUM <= 100" Error: ORA-00904: "R_Status": invalid identifier
Tool 22 is the Config tool is the same config tool after the join.
What do i do.... i tried deleting tools and re-adding