You have configured static cache for your calculation view and run a query against it, but the cache results are not being used.What might be the reason for this?
- You did not define any columns in the cache setting.
- The cache data retention period has expired.
- The query requests only a subset of the cached results.
- You did not define a filter in the cache setting.
Reveal Solution Next Question