Hello,
We have four different environments with about the same reports. The only difference is that the report with a subtemplate is different because of the code. Now we want to build the report so that it does work in any environment. Only the path is different at each environment. This is the code:
<?import:xdoxsl:///environment1/…/…/…/…/…/…/….xsb?>
<?import:xdoxsl:///environment2/…/…/…/…/…/…/….xsb?>
Etc
Does someone know how to solve this problem?