Merge command: [strnews-paginationparam ]
Merge variable/item: strXdocPaginationparam

Comments:
This generates the correct `?opendocument`, `start` and `count` parameters for proper navigating to the n-th news document. The value is empty in case no url-parameters are required.

Formula:
@If(strXdocPaginationOn="1";"?opendocument&Start=1&Count="+strXdocPagination;"");