fixed band

Hi, I have
defined band
as __item1__fixed10 (tried __item1__fixed as well).

https://casec.cz/screen/1583856645.png

I end with something like this

https://casec.cz/screen/1583856884.png

I have expected that content to the right of fixed band
will stay?

Is there a way to accomplish this?

Hi,

Try naming the band _item1_fixed  with 1 underscore instead of 2. Two underscores mean that the range covers the full row, so the cells at the right are included. With 1 underscore, the band will cover only the range itself, not the full row.

Hi,
you mean like this?

_item1__fixed10

http://bit.ly/338RG76

Not working

Forgot to mention:
the same error for _item1__fixed

Hi, allready works, I need to shorten both underscores.

Thanks for advice