You can use the label formatting options to wrap on certain characters (so
you could specify that labels wrap at the text <newline> which you can
insert into your label value) or after a specified number of characters,
but it looks to me like you should probably change your data structure.

For example, if you had a field for name (Additional Geophysical), target
(1) and holes (52), then you could change the label value to an expression
which concatenates the values and inserts newline characters. In the
formula below, the single quotes indicate string (text) values, the '\n'
indicates a new line, and the double quotes indicate field names:

"name" || '\n' || 'Target ' || "Target" || '\n' || 'Holes ' || "holes"


On Wed, 3 Feb 2021 at 04:52, kelvin fox <geologyrock...@hotmail.com> wrote:

> Hi Everyone,
>
> I have a field in my attribute table called "Label". I am currently
> displaying "Label" on the map as shown below. I want to display my Label on
> 2 lines in the form of
>
> Target 1
> 84 holes
>
> Target 2
> 18 holes etc
>
> How do I do this please?
>
> Kelvin
>
>
>
>
>
> _______________________________________________
> 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
>
_______________________________________________
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