Error Splitting Column By Delimiter - Update Related?

brent_milne

New Member
Joined
Jul 11, 2013
Messages
23
I had a query that ran perfectly for months until I installed an Office 365 update yesterday. I am now getting an error that 'This query is too complicated to run'. I stepped through my query and the error appears when I split the column by a delimiter. After some trial and error I noticed that this only happens when I run the query from a database but if I query a webpage I can split it by number of characters or a delimiter. I was wondering if anyone else has run into this problem ?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
This is the error I receive when I try to split the column.

Unexpected error: This query is too complicated to run.
Details:
Microsoft.Mashup.Evaluator.Interface.ErrorException: This query is too complicated to run. ---> Microsoft.Mashup.Engine.Interface.DepthLimitExceededException: This query is too complicated to run. ---> Microsoft.Mashup.Engine.Interface.DepthLimitExceededException: This query is too complicated to run.
at Microsoft.Mashup.Engine.Ast.AstVisitor2.IncrementDepth()
at Microsoft.Mashup.Engine.Ast.ExpressionToMVisitor.WriteValue(IValue value)
at Microsoft.Mashup.Engine.Ast.ExpressionToMVisitor.WriteRecord(IRecordValue record)
at Microsoft.Mashup.Engine.Ast.ExpressionToMVisitor.WriteValue(IValue value)
at Microsoft.Mashup.Engine.Ast.ExpressionToMVisitor.WriteList(IListValue list)
at Microsoft.Mashup.Engine.Ast.ExpressionToMVisitor.WriteValue(IValue value)
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top