qgis how to filter multiple layers -


how filter multiple layers has same attribute value? have tried using phyton code :

   layer.setsubsetstring('"alias" = \'janmos\'') 

my problem how reset code different value?

i have looked @ plugin multiple layer selection, unsuccessful in using it. regards


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -