SYMPTOM:
When running a document using a time slider in Strategy Web 9.x, users receive the following error in Flash mode:

"No data returned for this view. This might be because the applied filter excludes all data."
Or the following error in Interactive mode:

Error in document results
Error when answering the prompt. Please review your answer(s).
STEPS TO REPRODUCE:
Follow the steps below to reproduce the issue in the Strategy Tutorial project against a SQL Server warehouse:






CAUSE:
This issue is caused by a type mismatch between the attribute's warehouse data and the format type chosen for the attribute. In the above example, the warehouse data (after the apply-simple) came out looking like a numeric format "200401". While the attribute's format type was expecting a date-time format.
ACTION:
Ensure that there is no type mismatch between objects serving as a selector source. In the above example, the current attribute format of datetime is invalid. Changing the attribute's format type to a correct value of either Date or Numeric resolves this issue.