I have a data table consisted of 1 column, for instance:
"Column 1
43
3
0
43
12"
I would like to check if the components from the first 5 rows are different (43, null, 3, 0, null). I dont want to take into account the null values, so in this example the boolean value should be TRUE (they are different).