• Hi,

    Do you want to display page number only with 1 or 2?

    If so, you can specify the expression like that: =IIF(Globals!PageNumber mod 2=1,1,2). With this expression, the third page will display 1 and forth page will display 2.