I was curious, about the ādetailsā from the log entry āSee log for details.ā
I checked the knime log and the error message which I found there seems to be the same as in the KNIME console, except that it has a timestamp. I also changed the log level to DEBUG in order to see every message, but I received no more relevant info.
Besides of this, thank you for this awesome extension. I am using it a lot and I really like the concept behind it.
I have another question, though: While it is possible to define cell background colors via XLS Background Colorizer with RGB values or Hex codes, it is not possible to do the same with the font color. Here I have to use the XLS Font Formatter which only accepts single tags. Letās say Iād like to have 5 different combinations of background and font color. Is there any way to do this with less than 5 XLS Font Formatter nodes?
Hi @JLD,
your thought is absolutely right. Iād say thatās something for advanced KNIME users, but it is absolutely possible to add formatting instructions via chaining the ālittle green squareā within loops.
We actually have an example workflow for this:
Iām quite a fan of the Continental nodes, and also appreciate the effort that has gone into providing them.
With their power comes some complexity though, and to make life easier for āfuture meā, I have created a number of components that encapsulate some of the functionality of the Continental nodes.
Having hit a similar problem re loops that you described, I have a couple of components that make use of the functionality that @arbe has mentioned, but hopefully takes away some of the learning curve by hiding (some of) the complexity.
You place the ācollectorā inside the loop to collect the results and the āretrieverā after the loop to give you back the collected results .
Example of their usage can be found in this demo workflow:
I should add a note that my components donāt do really do anything in the demonstrated use case that is different to the way the node and component work in the Continental demo that @arbe posted, and are merely an alternative (and for me are easier to remember ).
They do allow for separate formatting models to be collected and retrieved within the same loop, by configuring a unique name under which the different āmodelsā are stored, but this could also be achieved in the Continental demo by adding additional collection ports on the loop end.