Crosstab and Datasubset

Hi guys,
I'm using iReport 1.2.5
I try to create a very simple crosstab with datasource is a datasubsets. But it doesn't display anything (no error in loggin screen).
I try to switch crosstab's datasource to report datsource (just the same query). And it works fine!!
What's wrong? Do I misunderstand something or iReport doesn't support such way of data access for crosstab? :unsure:
The problem occurs for JDBC, EJBQL, and others!
I appreciate for any helps!
pupureg's picture
29
Joined: Aug 20 2006 - 5:51pm
Last seen: 17 years 1 month ago

2 Answers:

Try to set the filter expression in the crosstab data tab to:

new Boolean(true)

Giulio
giulio's picture
74275
Joined: Jan 2 2007 - 4:15pm
Last seen: 1 week 2 days ago
Thanks a lot Giulio
I works fine! :lol: But the walkaround looks strange, doesn't it? I'm wondering why is that? :unsure:
Post edited by: pupureg, at: 2006/08/22 06:20
pupureg's picture
29
Joined: Aug 20 2006 - 5:51pm
Last seen: 17 years 1 month ago
Feedback