Home › Forums › QuickApps Forum › qSIListView LinkTo Open in New Window › RE: qSIListView LinkTo Open in New Window
09/01/2011 at 10:30 am #4980

Anonymous
Participant
Hi Matt
You can edit the Display Field in the ezEdit screen and specify the CalculatedValue property as following:
<a href="<%Target Url%>" target="_blank"><%SI Field%></a>
Here you use field expression to specify the URL and the display of the field.
Hope this helps.