Hello,
I've a problem with the tMap component. I have this error :
"Exception in thread "main" java.lang.Error: Unresolved compilation problem:
Type mismatch: cannot convert from String to boolean"
Here is the tMap expression I use (everything is String)
row16.E_NOFINESS + StringHandling.LEFT((String) row11.NUMLOT,1) .equals("1") ? row11.NUMLOT : StringHandling.RIGHT((String) row11.NUMLOT,1)
Can someone help me to do it work ?
Thanks a lot
MarieO