XPos and YPos

Hi!

Do somebody know if there is a possibility to change XPos/YPos dynamically when running a report.

If I have defined a textbox at XPos = 100 and when running the report change the textbox to XPos=200.

I do not want to have another section.

There is - according to my knowledge - no option to do this.

All you could do is having two textboxes showing different values.

This means that when you have condition 1 you would fill Variable1 with a value and for condition 2 you would fill in Variable2.
Then you create your two text-boxes bound to variable1 and variable2.

As these are on different positions (even in the same section), the report will print out the content on two different places, depending on the condition met.