Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Is there a way to use "if" condition inside DDX?

Avatar

Level 2

I need to enable page numbering in result PDF file as per the value of a variable dynamically. Is there a way to use "if" condition inside DDX so that I can check the value of the variable (lets say 'true' or 'false') and include the page number tag

          <p>

            Page

            <_PageNumber/>

            of

            <_LastPageNumber/>

          </p>

0 Replies