Hi,
There is a slight issue with the List Box Quickform node (and probably related nodes), in that different behaviour is observed in the outputs, depending on whether you use the resultant workflow through a IE Web Interface or Chrome Web Interface. [not ideal to me that the workflow output is dependent on the web interface].
As you can use the \n delimiter for a new line feed character to separate entries from the quickform into separate rows in the KNIME table (for when user enters their values on separate lines), there is a problem later on. This is because Chrome simply uses a \n to denote a new line, whilst windows is using \n\r (or so I am reliably informed by our IT group), this then means that when using through a IE web interface, there is still a dangling \r non-white space character which plays havoc with Joiner nodes if you are using these values for the Join etc.
There may need to be some contingency to account for this to prevent differing behaviour between web interfaces in the workflow execution.
Simon.