Hi,
I have a query that I am using as a datasource in Excel add in. If I try to pull data it throws this error "Cannot perform this operation on row not in table". However, when I applied filter such that only 4 rows would be fetched it works perfectly fine. As soon as I add the criteria such that the record count exceeds 4 I start getting this error. This is not specific to do as I tried different combination of 4 rows and all work fine as long as the maximum rows are 4.
I have implemented the same functionality in DEV machine and it works fine. In test its giving me these errors. I cannot find any error log in the event viewer either.