Is it possible to insert only a part of the project name as a dynamic reference into the map layout?
<dyn type="project" property="name"/> inserts the whole file name, but I need to be able to show only the part of the name e.g. 1st to 10th characters of the name (since the file name may have other important information not relevant for the layout). Any options like mid function etc to retrieve substring of project name would be handy.
Any help please.