I need the configuration to be available only after selecting the primary configuration.
The example is below in the picture
I need the configuration to be available only after selecting the primary configuration.
The example is below in the picture
What version of KNIME are you using? I’m on 5.4 and can’t find this node. If its part of an extension, which extension?
This is a component that has a configuration node.
Can you share the component? Its impossible to guess what you’re trying to do.
Hey there,
so do I understand it right: In the Configuration Dialogue of a component you have build, which uses Configuration Nodes, you want to at first “only” show the “Periodor” Selection. Once one option was chosen, the DayOfWeek Configuration from the screenshot to the right should appear?
Regards,
Martin
Yes, that’s how I want to implement it.
I did a quick minimal test - tried to use case switch start etc:
Even when component gets executed first so that the second config node is in inactive, it still shows up immediately in the config dialogue:
So this means I think it is not possible to do this via Configuration Nodes.
If it is an option to use Widgets and make the user configure everything in a composite view, it may work something like what is discussed and shared in this topic: