Omitted data when it is the same?

Hi I have noticed something strange using JasperIntelligence. I've noticed some data is omitted when the same data is fetched.

For instance consider this example.
Name Number of pets
--------------------------
Person A 5
Person B 2
Person C
Person D 0

The number of pets is omitted for Person C (which has 2 pets).
I've tried executing the query in MySQL and my assumption is there verified! Everywhere the same data is fetched, it is omitted.

Do you have a solution or workaround for this? Thank you

Flokky's picture
224
Joined: Aug 16 2006 - 7:43pm
Last seen: 17 years 1 month ago

2 Answers:

Do you have isPrintRepeatedValues="false" for the text field used to show the data?

Regards,
Lucian
lucianc's picture
87361
Joined: Jul 17 2006 - 1:10am
Last seen: 12 hours 49 min ago
Lucian, your a genuise! :woohoo: I was looking for this particular 'problem' for quite a long time now.

That seem to fix it, thank you.
Flokky's picture
224
Joined: Aug 16 2006 - 7:43pm
Last seen: 17 years 1 month ago
Feedback
randomness