Get the following error when I refresh a grid. I'm using ver. V.
"Error reading data. Check the source, filter and sort criteria."
Tried recreating the grid with the same results. Other grids that are using the same data seem to be okay.
Comments
Hi Al.
Not to be too simplistic but that error usually means that you are asking IQ to do something it can't do because the source or filter or sort criteria are wrong.
Repeating the same circumstance will create the same problem
Suggested approach
Create a brand new grid
In source, leave it blank
In Filter, filter for field you are looking for
Don't sort
or
Create a brand new grid
In source, find the field that represents the data you want to see in the grid
In Filter, do nothing
In sort, do nothing.
In either case you should be seeing all the data you are trying to view.
If you need to filter the grid, i.e. dates, alpha numberic
then add that
If that works, then sort
I find most of the situations that you cite come from a conflict between source & filter
Thanks Jan, I've already tried that. The grid that is the problem is a grid that I'll been using as is for months, I haven't made any changes to it, just today I did a refresh and got the error. It seems I've had a few problems ever since I went to ver V.
Comments