Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
iDempiere JIRA
Negate option in parameter panel when component is a Chosen Multiple Selection
Description
If a parameter is a Chosen Multiple Selection component, a button is enabled to indicates if a not operator must be used.
To use this in jasperreports, we need to create a boolean parameter named as columnname + “_NOT“. I created a method in ProcessInfoParameter, isNotClause(), to retrieve the button value in java process too.
If a parameter is a Chosen Multiple Selection component, a button is enabled to indicates if a not operator must be used.
To use this in jasperreports, we need to create a boolean parameter named as columnname + “_NOT“.
I created a method in ProcessInfoParameter, isNotClause(), to retrieve the button value in java process too.