9.01.12 on prem. I've been asked to add a field to an existing dataview. I was able to modify the SP that drives the dataview & if I run it directly I get the output I expect. I added the field to the IDO as an Unbound field then included it in the dataview. If I run the dataview I get an error message:
System.ArgumentException: Column 'TaskType' does not belong to table QVI_MachineLeadTime
I've made sure to check the IDO in and to clear the server cache but this error still comes up. Also, the IDO is just a skeleton. There's no table behind it even with the fields claiming to be bound.
What am I missing?