Error Messages/42611
Error Message
The «dateUnit» parameter of Sequence cannot be specified with the «start» and «stop» parameters are text. The «dateUnit» is not relevant to a character sequence.
Cause
Consider:
Sequence('a','z',dateUnit:'Y')
Here a sequence from 'a' to 'z' is being requested, so the dateUnit is meaningless. Hence, this error appears.
See Also
Comments
Enable comment auto-refresher