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 14:35] 192.168.0.76 |
en:handbuch:kapitel_3:3.05_bedienung_der_profi-suche [2019/10/25 14:11] (current) |
||
---|---|---|---|
Line 20: | Line 20: | ||
| 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" | | ||
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]] |