hi
i have 3 nodes with property name education
(node1)["education"] = "school1::uni1"
(node2)["education"] = "school3::uni1"
(node3)["education"] = "school3"
i want to count the unique string after splitting by delimiter "::"
so the final result woul...