hello,
I have a set of data that should be simple to answer but I just cannot get it right.
DATATABLE
fld1 fld2
1 1
1 1
1 1
2 A
2 A
3 1
3 F
4 A
4 A
I am trying to figure out how many times fld2 is different within fld1. In this case 1 time for key 3.
As my attempts are either in error or produce useless results, I don't want to give anyone a bad start.
Thanks in advance.
I have a set of data that should be simple to answer but I just cannot get it right.
DATATABLE
fld1 fld2
1 1
1 1
1 1
2 A
2 A
3 1
3 F
4 A
4 A
I am trying to figure out how many times fld2 is different within fld1. In this case 1 time for key 3.
As my attempts are either in error or produce useless results, I don't want to give anyone a bad start.
Thanks in advance.