I am trying to use the dynamic text option [%item_variables('Map
1')['map_scale']%] in my print layout but I get a scale of 100000.000000007
in my title block. How can I apply a format number to get it to display a
whole number like 100000?
I don't know how to do it using dynamic text, but you can get what you want using this _expression_
[% round(map_get( item_variables('Map 1'), 'map_scale'),0)%]
_______________________________________________ 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
