How to create a custom function for column name in Report Definition?
I want to write a customized function for Column Name in Report Definition apart from the functions provided.
Scenario:
I have certain Phases i.e Phase3R, Phase 4 and Phase 6 respectively with a property holding a certain value. I need to write a function where I want to return the Column value as TRUE if the Phase are either of the above three phases and the property value greater than 50K.
How to write a custom function and how can i call that function in the report definition.