You say domino aint a relational database?
I just found this cute little formula during a code review. A good example on how we bend domino to become something it wasn’t built for.
@Implode(
@Sort(
@Trim(
@Unique(
@Explode(
@ReplaceSubstring(
@ThisValue;
"¤+¤";
"$+$");
"$+$"))));"¤+¤")

Stumble It!
Creative! in what context did you find it?