Create two blank rows by default if the query return any record
Posted on June 19, 2020 at 5:18pm
Hii,
I have a jasper table i fill it with a query which always return 2 rows
I wanna if the query return 0 record create two blank rows by default
result if query return records

What table show when query return 0 record

I wanna this result if the query return 0 record

Thanks ,
Joined: Dec 12 2019 - 2:30am
Last seen: 2 years 11 months ago
Posted on June 25, 2020 at 7:37am
In a table object, you can't add fake rows. I think you will need to modify your query to be a UNION and add two empty rows to your recordset.
Joined: Jun 10 2010 - 6:39am
Last seen: 9 hours 3 min ago