I have a feature layer of lines. There is a related table with a 1:M relationship; one line can have multiple records.
Each related record has a drawing number as an attribute; I can build a URL from this attribute. (So, "http://www.domain.com/property=drawingnumber")
What I'm trying to do is create a line in the popup for each record that is a hyperlink. I have been able to create an expression that adds a new line for each record, and I can get those urls in the popup as text... but not as hyperlinks. The only way I can seem to do a hyperlink is by creating individual expressions per record, which isn't feasible.
If I could get the URL paths in the attribute table to be clickable, that would be an acceptable workaround, but so far I can only see it as plaintext. Does anyone have any suggestions??
Thank you!