Does not work means that EG throws the error "Cannot create query on 'tablename'"
The data is the same, with the exception of some calculated columns. But EG is pulling a table from SQL Server, not a view. I have tried removing the additional columns, but still get the same error.
I executed a data transformation procedure to convert the view to a table.
... View more