I have input field If I enter any value on that it should update the set variable
I am using the below code

weeknumber= ConvertUtils.stringToInteger(InputField_1.getValue());
Chart_2.getDataSource().setVariableValue("ZFVWEEKNUM",weeknumber);
Chart_2.getDataSource().getVariableValues("ZFVWEEKNUM");
Chart_2.getDataSource().refreshData();
It is working but it is updating for set chart variable

I have multiple dashboard is there anyway to update directly in Story variable.

Regards,
Thayu