Forum Discussion
paulfink
Post Patron
4 years agoShow items with no data in a Matrix with multiple rows
Hi all, i have a matrix table that is showing costs over the last 2 years with the costs being split out in the matrix with 3 total levels. Overall Cost Group Cost Individual Cost ...
- 4 years ago
Try:
Show 0 = COALESCE([Cost measure], 0)
PaulDBrown
Community Champion
4 years agoTry:
Show 0 = COALESCE([Cost measure], 0)