We use grouping to display master-detail report. If there are only nulls in a corresponding part of a report data source flat table, how can I not show empty records?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If I understand correctly, you want to hide records in your report that have NULL values in one of the columns.
Is it an option to update your query to exclude these rows?
If this isn’t an option, you can add a filter to the Dataset in the dataset property pages… you could use this filter to remove rows from the dataset that don’t meet the criteria that you are looking for.