enricofer / refFunctions

6 stars 10 forks source link

dbquery not working #3

Open enricofer opened 8 years ago

enricofer commented 8 years ago

dejan.dragojevic@seismo.gov.rs Hi, I imported table layer with 2 columns as layer from delimited text files – no geometry (attribute only). I want to access the value in 2nd column when value in 1st column is greater than some value. I used the dbquery function and it is not working. dbquery( ‘mylayer’,’second’,’first > value’) and it returns the value in the 1st row In case when I use dbquery( ‘mylayer’,’second’,’first = value’) it is not working at all. Using QGIS 2.8.8