Feature request #3623
Implement comparison operators in the field calculator
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | Vectors | ||
Pull Request or Patch supplied: | No | Resolution: | fixed/implemented |
Easy fix?: | No | Copied to github as #: | 13682 |
Description
Seem the field calculator still misses comparision/conditional operators, though they're listed in help.
History
#1 Updated by Werner Macho over 13 years ago
took out the not working functions - jef suggested it to be moved to query builder help file which has to be written .. have only a scratch version here ..
i guess functions have to be implemented .. something for 1.8?
#2 Updated by Giovanni Manghi almost 13 years ago
- Target version changed from Version 1.7.0 to Version 1.7.4
#3 Updated by Giovanni Manghi over 12 years ago
- Target version changed from Version 1.7.4 to Version 2.0.0
#4 Updated by Jürgen Fischer over 12 years ago
- Pull Request or Patch supplied set to No
- Subject changed from Implemet comparison operators in the field calculator to Implement comparison operators in the field calculator
#5 Updated by Pirmin Kalberer about 12 years ago
- Target version changed from Version 2.0.0 to Future Release - Nice to have
#6 Updated by Médéric RIBREUX almost 9 years ago
- % Done changed from 0 to 100
- Status changed from Open to Closed
- Resolution set to fixed/implemented
Hello, bug triage...
in QGIS 2.13 master, there are the following comparison operators in expressions (so in field calculator): IN, LIKE, ILIKE, < , > , <=, >= , =, IS. Those operators can be used with conditionnals functions: CASE/WHEN, if and regexp_match.
I am closing this feature request.