BIRT Expression to Filter Data Based on Consecutive Instances #1809
Replies: 3 comments 6 replies
-
|
First of all, you should show your data set definitions. Otherwise we can only guess. |
Beta Was this translation helpful? Give feedback.
-
|
That is too much code for someone to grep in one's free time, and furthermore it doesn't show the data types. Besides, this kind of report is definitely not one that a rookie should try. Honestly, I don't think it is possible to get what you want with BIRT 4.5, not even with BIRT 4.16. But maybe others have an idea. |
Beta Was this translation helpful? Give feedback.
-
|
I understand your point. I'm sharing a mega link here that will redirect them to download a zip folder containing the complete project configurations. Project Zip Folder: https://mega.nz/file/LTJE0DiR#AccjW3NUkrLpZ6UwfOYdoHmrNhQjEfmFkw2rdqEE6KY |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As a beginner, I'm working on a Eclipse BIRT 4.5.0 version with JDK8 report and need help refining a data filtering expression.
Problem:
I have an existing BIRT template (.rptdesign) and sample XML data.
I've removed the first two columns from the report.
The goal is to display only rows where a specific value occurs 7 or more consecutive times.
Attempts:
I've created a BIRT expression but it's not producing the desired results.
Computed Column Name is maxConsecutiveDays, data type is Integer
Note: if there is any other way to filter please do mention with explanation it would be a great help for me to solve this issue.
Beta Was this translation helpful? Give feedback.
All reactions