Is there a way to stop the group footer on the last page in Bit? I have to print a label on every page, but I do not want to print this label on the previous page.
is a, and that the "page number" and the "total page" variable on the master page There is always 1. So until this bug is fixed, I have no way to get it.
Otherwise, you will work like this: Go to your masterpage, select your item in the footer and select "visibility" in properties, check "hide element" and add the following expression:
if (pageNumber == total page) {true} else {false}
Comments
Post a Comment