Cross Tab - blank line
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Cross Tab - blank line
Hello.
I developed a report using the Crosstab component. When generated, appear a blank line. How do I hide?
in attached my example.
Thank you.
Leandro
I developed a report using the Crosstab component. When generated, appear a blank line. How do I hide?
in attached my example.
Thank you.
Leandro
- Attachments
-
- RhAcomAval.pdf
- (118.82 KiB) Downloaded 436 times
Re: Cross Tab - blank line
Hello,
Please send us your report with test data which reproduces the issue for analysis.
Thank you.
Please send us your report with test data which reproduces the issue for analysis.
Thank you.
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Cross Tab - blank line
Hello.
Unfortunately I do not have permission to send the report.
In my tests, i realized that the blank line is because some null, records returned by my select.
Thank you.
Unfortunately I do not have permission to send the report.
In my tests, i realized that the blank line is because some null, records returned by my select.
Thank you.
Re: Cross Tab - blank line
Hello.
Please, try to check your SQL-query or add a filter to remove the empty rows.
Thank you.
Please, try to check your SQL-query or add a filter to remove the empty rows.
Thank you.
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Cross Tab - blank line
Hello.
My SQL query is right. How do I do to add that filter to remove the empty rows?
Thank you.
My SQL query is right. How do I do to add that filter to remove the empty rows?
Thank you.
Re: Cross Tab - blank line
Hello, Leandro.
You could do it different ways.
One of them is to check the column for Null value with next expression:
Thank you.
You could do it different ways.
One of them is to check the column for Null value with next expression:
Code: Select all
DataSourceName["ColumnName"] == DBNull.Value
-
- Posts: 219
- Joined: Tue Oct 27, 2015 4:19 pm
Re: Cross Tab - blank line
Hello.
Got it!
Thank you.
Got it!
Thank you.
Re: Cross Tab - blank line
Hello
We are always glad to help you!
Please let us know if you need any additional help.
Thank you.
We are always glad to help you!
Please let us know if you need any additional help.
Thank you.