Did you ever tried creating an hyperlink on applet list column...Not..then here it is.I have tried it for one of my business requirement and it works fine.
You can try doing this
1. Create a calculated field, calc value --> "[url=http://www.url.com]www.url.com[/url]" + [BC field]
2. In applet for list column corresponding this calc field
1) Set List column attribute --> HTML Type select value as "URL"
2) Set List Column attribute --> HTML Attribute value as target='_blank'
3) Compile and test.
You can try doing this
1. Create a calculated field, calc value --> "[url=http://www.url.com]www.url.com[/url]" + [BC field]
2. In applet for list column corresponding this calc field
1) Set List column attribute --> HTML Type select value as "URL"
2) Set List Column attribute --> HTML Attribute value as target='_blank'
3) Compile and test.