Select to view content in your preferred language

Identify Widget - Is it possible to combine text with multiple fields to build link?

1731
2
Jump to solution
10-02-2013 03:07 PM
GeorgeHaskett
Deactivated User
I am working with ArcGIS 10.1 and Viewer for Flex 3.4, along with the Identify Widget 3.4.2.

What I am trying to figure out is if it is possible to create a media link to websites by combining multiple strands of text and multiple fields.

For example, I have two fields that when combined with two strings of text will create a hyperlink to a website.  This works in the current esri popup tool for the Viewer for Flex, however I am having difficulties getting it to work in the Identify widget.  Below is an example of what I am trying to do.  Note: I have truncated the URL to make it easier to read, thus the "(truncated)" text.

VB script via Field Calculator
"http://livewire/(truncated).asp?action=" & [DISR_FOLDER] &/"& [IMAGE1]

Python script via Field Calculator
"http://livewire/(truncated).asp?action=" + !DISR_FOLDER! +"/"+ !IMAGE1!

Popup Tool
imagelink="http://livewire/(truncated).asp?action={DISR_FOLDER}/{IMAGE1}"

Is this possible and I am somehow missing it?

I have tried various combos of the LinkPrefix and LinkSuffix options.

Thanks,

Haskett
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus
George,

   No using multiple fields for one link is not supported in the identify widget.

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
George,

   No using multiple fields for one link is not supported in the identify widget.
0 Kudos
GeorgeHaskett
Deactivated User
Okay, that's what I need to hear.

Thanks Rob.
0 Kudos