Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to apply dataset filter expression while get parameter selection … #2005

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

chille716
Copy link
Contributor

…list? #1993

I added a boolean to enable/disable the normal data engine flow mode to apply filter expressions in datasets.

…list? eclipse-birt#1993

I added a boolean to enable/disable the normal data engine flow mode to apply filter expressions in datasets.
Copy link
Contributor

@merks merks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be more general to have a getting and setting that returns a value of type DataEngineFlowMode?

@chille716
Copy link
Contributor Author

chille716 commented Dec 9, 2024

@merks I was not sure about it... that's why I implemented it microinversively. Can't find any places where the other modes (IV, DATA_EXTRACTION) will be used. But if it is useful to set these modes at this place, then i can change it.

@merks
Copy link
Contributor

merks commented Dec 9, 2024

FYI

@speckyspooky @wimjongman

I don't really know the APIs well. You're right that the other enumerators appear unused. So I'll wait for other folks to comment. Note that adding methods to API breaks the API so whatever we do here, I think it would be better to define default methods in the interface, which means the mock class needs no changes....

Copy link
Contributor

@speckyspooky speckyspooky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add there default-methods to avoid broken API

…list? eclipse-birt#1993

default methods added to IGetParameterDefinitionTask
Copy link
Contributor

@speckyspooky speckyspooky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@speckyspooky speckyspooky added the Enhancement Small change to improve the current supported functionality label Dec 11, 2024
@speckyspooky speckyspooky added this to the 4.19 milestone Dec 11, 2024
@speckyspooky speckyspooky merged commit fade7a5 into eclipse-birt:master Dec 11, 2024
3 checks passed
hvbtup pushed a commit to triestram-partner/birt that referenced this pull request Feb 11, 2025
eclipse-birt#2005)

I added a boolean to enable/disable the normal data engine flow mode to apply filter expressions in datasets. eclipse-birt#1993
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Small change to improve the current supported functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to apply dataset filter expression while get parameter selection list?
4 participants