Hello,
So i have two measure objects on a graph ( Initiated Count and Closed Count) and a dimension object ( Months = last 12 months). So basically it showing the closed and created count for the past 12 years (Attached screenshot).I have hyperlinks also on each data points . Now sometimes the data points have same counts and it overlaps and it only lets me click Initiated Count as the Closed count is hidden under Initiated count.
i want to put a check box next to both Initiated and Closed count, which when click show and when unchecked hides the measure.
In the Event > On Click option of the Checkbox , i have created a partial script but don't know how to proceed
var checked ="";
if (CHECKBOX_1.isChecked()){ ???}
I have researched online (Below are the links ) for this but couldn't really get an answer.
1) -This one is talking about showing/hiding crosstab columns with measure ( not a specific measure in a line chart)
SAP Design Studio - Showing/Hiding Crosstab Columns with Measures with CSS and Scripting
2)- This one is talking about showing and hiding differrent components, not different measures within a component ( which in my case is Line Chart)
Dynamic Visibility with SAP Design Studio - EV Technologies, Inc.