<?count(xdoxslt:distinct_values(current-group()/ACCT_ID) )?>
I've used <?count(xdoxslt:distinct_values(current-group()/ACCT_ID) )?> to count distinct values on grouped data. Works well if there are data to count. Not so well when its an empty report. It faisl to genrate any output document. Any recommendation of what else I can do? I've tried using s decode but it would not work on grouped data, but it does on ungrouped.