Hiding lines in the chart or calculate ranks differently
For a while already I am struggling with something apparently simple:
The chart below calculates and plots the ranks of all customer in the available set of data. The individual lines are all correct but I need a chart which shows only the line of a selected customer (because in real life it will be >180 customers).
When I add a listbox and select a customer I get a flat line because the selected customer always ranks 1st.
I see two options to solve it:
1. I hide all but the selected lines
2. I need to change my expression that has as output only the rank of the selected customer.
Can anybody please advise how I can proceed with either option 1 or 2 ?