Hi guys,
I want to fetch the unique records from a column. Something like this:
$A $B
X X
X Y
X Z
Y
Y
Z
This has to be so simple but somehow I can’t figure out how to achieve this on grist. I believe Python Set function could solve my problem but find no luck.