I had this question after viewing
Page number consecutively only to odd pages.
I found a related question on this topic but when I try the accepted solution: { = ({ PAGE } + 1)/2 }
I get numbering that goes 1, 1.5, 2, 2.5, etc. instead of 1,2,3,4.
Another suggested solution on that page and also on another website suggested this solution: {=MOD({PAGE},2) \# "{=INT({PAGE}/2)+1};;"}
When I tried this and I switch back from field code view it just disappears and I get no numbering, no syntax error, its just blank. Can anyone help with this?
Thanks!
Amy