How to calculate relativ values based on a position of a base value?
Hello everybody,I need to calculate percentage share of values of the column Value1 based on the position of the selected value from column Value1. As an example if I want to do that based on the second value in column Value1 (position 2, or value 2), the resulting column Value1_rel with relative values should look like this:Additionally, there can be more data which needs to be grouped by Item an...