ERROR: triggerReExecution on a single selection widget

project_selection.knwf (125.5 KB)

Hello everybody,

Here’s my problem, : I’m currently working on a project management dashboard and i’m trying to build a project selector to put on top of the dashboard.
Because there are a big number of project, i want to add a pre-filter based on a different caracteristic.

1st step : I choose the category on a selection widget. It filters all my projects to reduce the possibilties.
2nd step : Only the projects that match the category are available in the second selection widget.

It was that simple in my head but i can’t get rid of the error message.

I hope that my message is understandable and that someone could help me.

Big thanks in advance,

Have implemented what I think you are after and have nested all components inside a new component:

Top level:

Dashboard includes new “Selection” component:

Selection component - two single selection widgets with re-execution enabled.

First one gets fed with unique categories, once selected projects of that category get identified and passed to second widget.

Here is the workflow:

Dashboards.knwf (155.3 KB)

5 Likes

It’s working perfectly fine, thank you very much

1 Like

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