Hey
I have data where there could be 1 pattern or multiple patterns.
set pattern
1 1
1 2
1 3
2 2
2 4
3 3
Is there a way in a case when, if or some other expression that I can write that would find the minimum pattern for a set and always make it number 1 then change the sequence if necessary so I would get:
set pattern
1 1
1 2
1 3
2 1
2 2
3 1
Thank you!
I have data where there could be 1 pattern or multiple patterns.
set pattern
1 1
1 2
1 3
2 2
2 4
3 3
Is there a way in a case when, if or some other expression that I can write that would find the minimum pattern for a set and always make it number 1 then change the sequence if necessary so I would get:
set pattern
1 1
1 2
1 3
2 1
2 2
3 1
Thank you!