Jaspersoft Community 'Read-Only' as of July 8, 2022
Transition to New TIBCO Community Just Weeks Away
You can still search, review wiki content, and review discussions in read-only mode. Please email community@tibco.com with questions or issues requiring TIBCO review or response.
Category: | Bug report |
Priority: | Normal |
Status: | New |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
I have attached a test report made on a CSV data adapter.
Steps to reproduce:
1. define a group in the report
2. drag some fields to be printed in the group (tried both with header or footer)
3. define a sort field in the report
4. define a filterExpression which should result in no data being printed (in my case, I filtered for the field $F{name} when it's equal to a string that is not found in the csv file - $F{name}.equals("no_existing_name"))
5. set when no data - All sections no detail
Expected output should be an enpty page, which does not contain any record, since there's no record where the field $F{name} has the value "no_existing_name".
But the output provides one record.
I believe it has a similar behavior for queries.
1 Comment:
Tested on various versions of the library, seems to be an old bug.