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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -