Download My Document

Transcript
Explicitly typing
true or false
Example:
ScheduledconditionOverdue = true
returns all scheduled tasks that are overdue
Hours and Days types
Hours and days are used on columns such as Duration and Work remaining and are specified by a d for
days and h for hours in the end of a number.
If you write no letter after the number Hansoft will auto type to the default type for that column (for example
Duration will auto type to days if you write Duration > 5).
Days and hours can be converted between each other so you can search for example Duration > 16h and it
will automatically convert the duration expressed as days to hours. The conversion always assumes 8 hour
days.
Operators for use with Hours or Days type:
Since the Hours and Days are a number, the Number type operators apply.
Example
Duration > 5d returns all scheduled tasks that have a duration longer than 5 days
Explicit typing
Xd for days
Xh for hours
Example:
Work remaining <= 3.5d
returns all items that has work remaining less than or equal to three and a half days
Points type
The following operators can be used on points:
Since points are expressed as a number, the Number type operators apply.
Example