The SAS Visual Analytics Apps (formerly SAS Mobile BI) enable you to view reports without a connection to the server. However, there are special considerations and requirements for designing reports that can be successfully viewed in offline mode. If the SAS Visual Analytics App cannot open a report in offline mode, you see an error that is similar to this one:
Connection Failed. The data interaction between report objects failed.
The server was unavailable for the data query. Verify your network connection.
This SAS KB article provides tips to determine whether a particular object has exceeded the maximum cell limit (250,000) for a single data query.
Note: For a more comprehensive list of requirements for offline mode, see SAS Mobile BI and Offline Mode.
Suppose that you need to know the cell count for the list table on the left. The table has three filters and an interaction with the pie chart.
There are six categories contributing to the list table. Three categories are from the drop-down list controls (Region, Product, Plant). One category is from the pie chart interaction (Weekday). Two categories are displayed in the list table (State, Product Grade).
Here are the steps to calculate the total number of cells used in the list table:
The total number of cells used in the list table is 27,146. You can use the results of this calculation to determine how much to increase the limit.