Mouse over with custom text and multiple attributes

463
2
Jump to solution
03-18-2022 03:38 PM
JChristie
New Contributor

Hello,

 

I am wondering how I can add on to the mouse over pop-up to show multiple attributes of a feature class with custom text labels. For example mouse over a city symbology would pop-up a float window with:

City: Memphis

Population: XXXX

# of Sunny days in a year: 115

 

etc.

Thanks for any tips to get me started.

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
KimGarbade
Occasional Contributor III

Hi. 

You can use Arcade with the "+" syntax and the TextFormattting.NewLine constant

KimGarbade_0-1647777301955.png

The above gives you this:

KimGarbade_2-1647777719693.png

Hope this helps

 

View solution in original post

2 Replies
KimGarbade
Occasional Contributor III

Hi. 

You can use Arcade with the "+" syntax and the TextFormattting.NewLine constant

KimGarbade_0-1647777301955.png

The above gives you this:

KimGarbade_2-1647777719693.png

Hope this helps

 

JChristie
New Contributor

Awesome, thanks for that! 🙂 Seems simple in hindsight now, I appreciate your help. 🙂

0 Kudos