Error Messages/42611

Revision as of 23:58, 21 April 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.

Remedy

Omit the «dateUnit» parameter, or specify dates as values for the «start» and «stop» parameters of the Sequence function.

See Also

Comments
Loading comments...