Forum Discussion
danextian
9 years agoSuper User
DataSource.Error: invalid query locator when expanding a column
Hi All, I'm trying to expanding a column from two merged queries. Both queries are from two separate salesforce objects. The second one only has one column called Materials. However, when I try ...
Anonymous
7 years agoNot applicable
This thread has provided me with lots of insight into this problem, but I stumbled upon a fix that's related to some of the one's mentioned here.
For instance, let's say I have a table with 100 rows and I encounter this issue. I found a fix by Remove Bottom 1 Row and found another fix by Keep Top 99 Rows.
I don't have a screen shot, but i recall seeing an error message with a SQL query with missing arguments. My hypothesis is that when querying related tables, it can error when it hits the end of a list/array. As OP mentioned, "As shown on the screenshot below, the remove errors features doesn't work." So my idea in a nutshell was to manuall remove the row that was giving me an error, so to speak.