This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:handbuch:kapitel_3:3.05_bedienung_der_profi-suche [2009/12/02 09:51] 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 83: | Line 87: | ||
{{:en:handbuch:kapitel_3:saved4.gif|}} | {{: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]] |