Color Manager

Hi, I’m trying to do the color manager for a range (integer value) but I want to make the maximum range 130,000 rather than 300,000 as KNIME automatically puts it at that. How might I change that?

Thanks

Hi @Erdem_Oruc

Your use case seems a bit odd because there must be a value of 300000 in your dataset. If not, then the domain is off and you could try the Domain Calculator node.

If there is, you’re looking to only apply color to value up to 130k? You could try to use a row splitter then and only pass those below the threshold to the Color Manager.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.