I have a dropdown with years as options and I have 2 datasources which depend on the current year selected in the dropdown. In each datasource I created a parameter currentYear but I'm unable to bind the dropdown value to both parameters of the two separate datasources. Binding it to one datasource like @datasources.HolidayModel.properties.currentYearworks unsurprisingly.
Does anybody know, if it's possible to bind one value to two datasource properties? And if not, what would be a workaround without creating and binding the same dropdown twice?
any suggestions are welcome!