Select to view content in your preferred language

Map Title for Custom Layout in Experience Builder

242
3
Jump to solution
a month ago
Labels (1)
MilesKinman
Emerging Contributor

I have a custom layout that I'd like my colleagues to be able to use to print out maps with data they collect using Field Maps from the page I'm building in Experience Builder. I have successfully configured the print widget to print a custom layout but I cannot get the layout to read and pass the map title from the widget onto the printed map. I've tried different dynamic texts but to no avail. I am not using Enterprise. Does anyone have any advice on how I can get this to work?

1 Solution

Accepted Solutions
czahn2
by
Occasional Contributor

Hello! I am on ArcGIS Enterprise 12 but I was able to get this to work where the Title field in the print widget both applies to the file name (title.pdf) and my large bold text at the top of my print layout. The dynamic text we are using is:

<dyn type="layout" property="metadata" attribute="title" emptyStr=""/>

Give this a shot!

View solution in original post

3 Replies
czahn2
by
Occasional Contributor

Hello! I am on ArcGIS Enterprise 12 but I was able to get this to work where the Title field in the print widget both applies to the file name (title.pdf) and my large bold text at the top of my print layout. The dynamic text we are using is:

<dyn type="layout" property="metadata" attribute="title" emptyStr=""/>

Give this a shot!

MilesKinman
Emerging Contributor

That worked! Thank you.

0 Kudos
nate0102
Occasional Contributor

Is anyone else having trouble getting this to work on ArcGIS Online?

I can print in EB using a custom .pagx template made in ArcGIS Pro, but none of the dynamic text variables seem to work to get the custom title on the layout. I've tried every variable that mentions 'Name' or 'Title'

0 Kudos