Hi everyone,
I am having troubles with variables in Views - both view variables and runtime.
I want to set a target days and on change the value to be written to both ${target_ct_days} and ${{target_ct_days_runtime}} so that when I change target days, the bar chart to change simultaneously together with any KPIs which use the runtime variable.
This is the YAML code for the input box.
-If I have only ${target_ct_days} to be changed, the graphs are being changed accordingly.
-But if I have both variables, graphs do not change, only the runtime variable:
type: input-box
settings:
styles:
position:
horizontal: full
vertical: top
name: ""
value: ""
placeholderText: Enter Target CT days
type: number
onChange:
update:
variables:
- name: target_ct_days
- name: target_ct_days_runtime
I would be thankful if someone advice me what should I do to update both variables so that graphs and KPIs change simultaneously.
Thank you in advance!