CountUnique - innoventsolutions/birt-functions-lib GitHub Wiki
Counts how many unique values show up in a given field. The only passed value is the field that holds the unique occurrences you wish to count.
This function has been replaced by the COUNTDISTINCT function in the core product. The function has been left as an example implementation.