Download Users in projects
Transcript
find items, tasks, bugs or other things in Hansoft. In the report tool you can model your queries in a visual query builder. Find query language format Parenthesis () (Programmers OR Artists) AND (BugStatus ="New" OR BugStatus ="Assigned") AND (alternatively +). (BugStatus = "New" AND WorkRemaining >= 5) OR BugStatus ="New" OR BugStatus = "Assigned" NOT (alternatively !) NOT BugStatus = "Verified" - (a combination of AND and NOT) BugStatus = "New" AND NOT WorkRemaining >= 5 BugStatus = "New" -WorkRemaining >= 5 Finding data in a column If you write the name of a column before the keyword separated with an operator (such as : which means contains) you can find data only confined within that column. Description:Code