I would appreciate if someone can help me with an expression to move selected features from one layer to another. The selection is based upon the values returned to an attribute "planeType" in the layer "Bedding" and move the selected features to a layer called "FaultLine". Is the expression below correct please? The planeType values in this case is "fault"
CASE WHEN "planeType" LIKE 'fault' THEN 'FaultLine' WHEN "planeType" LIKE 'Fold' THEN 'FaultLine' END I woulkd also like to include in the code the ability to take the values from additional attributes from the layer "Bedding" being "x", 'y', "Dip" and "DipAzimuth". Kind Regards Dave -- Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html _______________________________________________ Qgis-user mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
