@SASKiwi, Thank you for the reply. I had already stumbled across that document...and I too thought that the 5,000 records seemed very low. However, your reply did prompt me to start looking at other things...and after more digging, I think that I stumbled across the cause for our issue. As I mentioned, the dataset being returned is very wide...as in 106 columns wide. It appears that in addition to the High-Cardinality thresholds, we are also bound by the properties of the Visual Analytics Transport Service...particularly, the property "viewerservices.default.max.cells.produced". This property dictates the number of data cells that can be delivered to a mobile device for a single data query...and the default value is 250,000. Thus, when our List Table contains 106 columns, the maximum number of rows that can be returned is 2,358...which is exactly the behavior that we are seeing. Thanks again, Ricky
... View more