Hi all,
If have an issue creating a unique column for a range of points. The points are separated (based on calculations) in ranges that run from 3 to 2, all the point within this range have 1 values (for example 3,1,1,1,2). I would like to generate a new column containing for each range an unique id. See my example columns down below, showing the preferred result:
UUIDRangesPreferred ResultA31A11A
21A
-
A
32A
12A
22B33B
13B
13B
23C34C14
Is there a way to calculate this final column?