User Tools

Site Tools


en:handbuch:kapitel_3:3.05_bedienung_der_profi-suche

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:handbuch:kapitel_3:3.05_bedienung_der_profi-suche [2009/12/02 09:45]
admin
en:handbuch:kapitel_3:3.05_bedienung_der_profi-suche [2019/10/25 14:11] (current)
Line 17: Line 17:
 |  2  |  **!=** ​ |  Check field content to inequality ​ |  Status != "​active" ​ | |  2  |  **!=** ​ |  Check field content to inequality ​ |  Status != "​active" ​ |
 |  3  |  **<​** ​ |  Check, whether field content is smaller than the value  |  Date  < "​1.03.2007" ​ | |  3  |  **<​** ​ |  Check, whether field content is smaller than the value  |  Date  < "​1.03.2007" ​ |
-|  4  |  **< =**  |  Check, whether field content is smaller or equal to the value  |  Date  <= "​1.03.2007" ​ |+|  4  |  **< =**  |  Check, whether field content is smaller or equal to the value  |  Date  < = "​1.03.2007" ​ |
 |  5  |  **>​** ​ |  Check, whether field content is larger than the value  |  Date  > "​1.03.2007" ​ | |  5  |  **>​** ​ |  Check, whether field content is larger than the value  |  Date  > "​1.03.2007" ​ |
 |  6  |  **>​=** ​ |  Check, whether field content is larger or equal to the value  |  Date  >= "​1.03.2007" ​ | |  6  |  **>​=** ​ |  Check, whether field content is larger or equal to the value  |  Date  >= "​1.03.2007" ​ |
-|  7  |  **LIKE** ​ |  Check, whether the field content contains the value |  Employee LIKE "​Meier" ​ |+|  7  |  **LIKE** ​ |  Check, whether the field content contains the value  |  Employee LIKE "​Meier" ​ |
 |  8  |  **CONTAINS** ​ |  Check, whether the field content of a multiple choice contains the value  |  Project manager CONTAINS "​Meier" ​ | |  8  |  **CONTAINS** ​ |  Check, whether the field content of a multiple choice contains the value  |  Project manager CONTAINS "​Meier" ​ |
 |  9  |  **STARTS_WITH** ​ |  Check, whether the field content starts with the value  |  Employee STARTS_WITH "​Peter" ​ | |  9  |  **STARTS_WITH** ​ |  Check, whether the field content starts with the value  |  Employee STARTS_WITH "​Peter" ​ |
 |  10  |  **ENDS_WITH** ​ |  Check, whether the field content ends with the value  |  Employee ENDS_WITH "​Meier" ​ | |  10  |  **ENDS_WITH** ​ |  Check, whether the field content ends with the value  |  Employee ENDS_WITH "​Meier" ​ |
-|  11  |  **- >​** ​ |  Field points to the document ​ |  Employee LIKE "​Meier"​ AND Project. Project manager -> Employee ​ |+|  11  |  **- >​** ​ |  Field points to the document ​ |  Employee LIKE "​Meier"​ AND Project.Project manager - > Employee ​ |
  
  
Line 50: Line 50:
 |  5  |  $userfirstname ​ |  First name of the current employee ​ |  Employee.Firstname LIKE $userfirstname; ​ Employee.Firstname = $userfirstname; ​ | |  5  |  $userfirstname ​ |  First name of the current employee ​ |  Employee.Firstname LIKE $userfirstname; ​ Employee.Firstname = $userfirstname; ​ |
 |  6  |  $userlastname ​ |  Last name of the current employee ​ |  Employee.Name LIKE $userlastname;​ Employee.Name = $userlastname; ​ | |  6  |  $userlastname ​ |  Last name of the current employee ​ |  Employee.Name LIKE $userlastname;​ Employee.Name = $userlastname; ​ |
 +|  7  |  $userlogin ​ |  Login of the current employee ​ |  Employee.Login LIKE $userlogin; Employee.Login = $userlogin; ​ |
 +|  8  |  $userlocale ​ |  Locale of the current employee ​ |  Employee.Locale LIKE $userlocale;​ Employee.Locale = $userlocale; ​ |
 +|  9  |  $userlanguage ​ |  Language of the current employee ​ |  Employee.Language LIKE $userlanguage;​ Employee.Language = $userlanguage; ​ |
 +|  10  |  $usercountry ​ |  Country of the current employee ​ |  Employee.Country LIKE $usercountry;​ Employee.Country = $usercountry; ​ |
  
 ===== Using the Advanced-Search ===== ===== Using the Advanced-Search =====
Line 68: Line 72:
 For example, if the search query “main projects (active)” should be invoked, only the relevant entry from the list has to be selected. By clicking on the green check mark, the corresponding query is loaded (if Java Script is not activated). For example, if the search query “main projects (active)” should be invoked, only the relevant entry from the list has to be selected. By clicking on the green check mark, the corresponding query is loaded (if Java Script is not activated).
  
-{{:​en:​handbuch:​kapitel_3:​saved3.gif|}} 
 {{:​en:​handbuch:​kapitel_3:​saved1.gif|}}{{:​en:​handbuch:​kapitel_3:​saved2.gif|}} {{:​en:​handbuch:​kapitel_3:​saved1.gif|}}{{:​en:​handbuch:​kapitel_3:​saved2.gif|}}
  
Line 78: Line 81:
 {{:​handbuch:​kapitel_3:​find-query.gif?​nolink}} performs then the search query ... {{:​handbuch:​kapitel_3:​find-query.gif?​nolink}} performs then the search query ...
  
-{{:​handbuch:​kapitel_3:​3-210.gif?​direct}} 
 {{:​en:​handbuch:​kapitel_3:​saved.gif|}} {{:​en:​handbuch:​kapitel_3:​saved.gif|}}
  
 ... and lists the following search results: ... and lists the following search results:
  
-{{:​handbuch:​kapitel_3:​3-211.gif?direct}} +{{:en:​handbuch:​kapitel_3:​saved4.gif|}}
- +
-[[[[3.05 Bedienung der Profi-Suche (Fortsetzung)|... Continued]] +
- +
- +
- +
- +
- +
  
 +===== Continued 1 ===== 
 +[[3.05 Bedienung der Profi-Suche (Fortsetzung)|... continued 1]] 
en/handbuch/kapitel_3/3.05_bedienung_der_profi-suche.1259743536.txt.gz · Last modified: 2019/10/25 14:09 (external edit)