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.
There should be a couple extra lines, Software Development and Technology Costs.
the way this is set up is i have a master list of all costs that are then grouped into related costs like telephone as it has 2 additonal lines under it for more specific costs.
i want it so that costs with 0 amounts will still show, but when i click on the fields and hit "show items with no data" it piles all the costs into each other headings even when they are unrelated.
how do i fix this so that the only items that should show when they have no data are items in the 2nd level (the items in bold in the image)
also, is there a way to stop the other headings being bold when you expand a line? its quite an eye sore
Solved! Go to Solution.
Try:
Show 0 = COALESCE([Cost measure], 0)
Proud to be a Super User!
Paul on Linkedin.
Try:
Show 0 = COALESCE([Cost measure], 0)
Proud to be a Super User!
Paul on Linkedin.
User | Count |
---|---|
134 | |
87 | |
64 | |
57 | |
57 |
User | Count |
---|---|
212 | |
109 | |
88 | |
82 | |
76 |