Hi All,
I have a problem that has been bothering me for quite some time now. I have a DB table that has a column containing numerical fields which would only be in the range of 1 to 8. In my JAVA program, I have defined strings for each of these values. for eg 1=Value1.. etc.. etc
and this mapping I have in a properties file, "StringMappings.properties"
Now my question is that does the BIRT ReportEngine or the DesignEngine API have the capability to substitute column values with something else based on a properties file given at runtime?? If not, then is there any other way to achieve the same thing?
Thanks in advance.
P.S sorry for the verbose question.. but I wanted to be as thorough as possible..