Hi,

I should get some data from a specific field of a specific layer but I’m stuck.

I’m using “Data Ploty” plug-in and I’d like to customise the colour of the 
chart using expression. 
As I’m working on layout I can’t see any field into expression menu, so I need 
to call a specific layer and then the field.
I’d like to write something like that but, of course, selecting the correct 
layer:

CASE
WHEN "Civici" = 'Neri' THEN color_rgb(0,0,0)
ELSE color_rgb (255,0,0)
END


Thank you in advance.

Cheers

_
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to