Sure. Use the Expression builder. You get to it by press the ∑ button to
the righ of the value drop down list. Then enter the fields in double
quotes concatenated with +, for example:
   "Town" + "Date"
If you need a space or other text, enclose it in single quotes. For example:
   "Town" + ' Established: ' + "Date"
and a new line can be added with \n (backslash n):
   "Town" + '\nEstablished: ' + "Date"

On Mon, Aug 23, 2021 at 4:33 PM Pat Brown <[email protected]> wrote:

> Is it possible to use two variables as labels? I have a table with town
> names and another column with dates established. I would like both the name
> and date as labels
>
> Thanks
> _______________________________________________
> 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
>


-- 
Richard W. Greenwood, PLS
www.greenwoodmap.com
_______________________________________________
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

Reply via email to