Subreport in BIRT binding by string

28 Views Asked by At

Is it possible to bind subreport by string and not by an integer? I'm trying to do it because I have such a data in database and the string (unique code) has signs like "/" and "-", but after many tries I'm not certain if it is possible.

1

There are 1 best solutions below

0
hvb On

Never used this, but probably you have to URL-escape those special characters.