Category: | Bug report |
Priority: | Normal |
Status: | New |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
Hi,
I'm new to JasperReport software. I'm trying to create a report for Excel.
I have added AutoFilter Start and End on header columns.
Excel is generate, I can see "Filter" button enable in Excel but no button on cells.
@see screenshot
4 Comments:
Version used (as it is not listed on version field) : V6.9.0
And with some digging :
This was not working because I were in "Detail" band and I have a SubDataset and then a "queryString" just before my <detail>. So my data was repeated 2 times.
I switch for "Summary" band with same configuration. My data is only showed one time and auto filter is now working.