You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a small issue when sorting and removing duplicates from datasets.
Although the sorting and the filtering works quite well, there is an issue with these layout functions: position() and last().
For example in the below example:
position goes from 1 to 3 (which is the correct number of unique entries). But last is still 5, which is the unfiltered total.
There is a small issue when sorting and removing duplicates from datasets.
Although the sorting and the filtering works quite well, there is an issue with these layout functions:
position()
andlast()
.For example in the below example:
position goes from 1 to 3 (which is the correct number of unique entries). But last is still 5, which is the unfiltered total.
The text was updated successfully, but these errors were encountered: