I have a table with some grouping and math in the SQL query that creates the SSRS tablix.
When a number or record is correctly missing from the dataset, the group uses the first value in the result set instead of nothing.
Nothing I do besides joining the table back onto itself to add a null value to every missing entry works. Any ideas?
When a number or record is correctly missing from the dataset, the group uses the first value in the result set instead of nothing.
Nothing I do besides joining the table back onto itself to add a null value to every missing entry works. Any ideas?