Launching a web browser for a cell

Dear All,

I've got a table that contains filenames (e.g. ABC.html) . I would like to be able to click on a filename and have automatically my webbrowser to be launched using that filename. I am operating on Windows environment, and therefore if I simply type a ABC.html on a prompt, then the file is read by the webbrowser. Can you please suggest me how to do this in KNIME ?

It's probably not doable in KNIME itself but in the reporting extension. BIRT supports hyperlinks (see here.)

If you needed hyperlinks in KNIME views you would need to write a custom node that supports hyperlinks.