cancel
Showing results for 
Search instead for 
Did you mean: 

Link External Graphic from within VC

Former Member
0 Kudos

Is there a way to link external image content (in this case, a dynamically generated graphic) into a VC-created page? The graphic is accessible via a URI (ideally the URI could contain embedded values passed from other components on the page).

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use an HTML view that call what ever URL you are interested in. The only input parameter of that HTML view is the URL which you shoudl feed with the correct one.

Regards, Eyal

Former Member
0 Kudos

Thanks for the feedback, Eyal. One question is whether it is possible to dynamically determine the URL (e.g. as a response to a selection event in another page component/eventing) or must it be a "hardcoded" URL? The objective is to dynamically pass some "context" information to the URL.

Former Member
0 Kudos

Hi,

You can do that if you map a calculated field (a field with a CALC dynamic expression) to the url field of the HTML view.

This way you can dynamically create the url and pass it on to the html view.

Lior

Answers (0)