In a card, the data display is limited to 100,000 rows, but if the DataSet has 1,000,000 rows of data, does anyone know which of the following will happen?
1) If the data after filtering is within 100,000 rows, it can be displayed normally.
2)Regardless of the content of the filter, the error of over 100,000 rows will be displayed.
As far as we have tried, we think it will be the case 2 above. However, one of our engineers uploaded more than 100,000 rows of data from a Web Form and did not see any errors.