Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
**Update**
I have this straight table expression ==count({<Date = {[<>NULL]}>}distinct ID)
I really need to understand what is being counted and how would I write the above expression in the script editor, something like this, IF(date <> 'NULL', 1,0) as DateCount? (Where would I add the distinct ID)
Ok then, your expression if(date <> 'NULL',1,0) as DateCount looks fine for me.
Try the Expression : Sum(Distinct DateCount)