Omitted data when it is the same?
Posted on October 18, 2006 at 8:04am
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
Joined: Aug 16 2006 - 7:43pm
Last seen: 17 years 1 month ago
Posted on October 18, 2006 at 8:11am
Do you have isPrintRepeatedValues="false" for the text field used to show the data?
Regards,
Lucian
Joined: Jul 17 2006 - 1:10am
Last seen: 12 hours 49 min ago
Posted on October 18, 2006 at 8:20am
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.
Joined: Aug 16 2006 - 7:43pm
Last seen: 17 years 1 month ago