Merge command: [strcalendar-paginationparam ]
Merge variable/item: strXdocPaginationparam
Comments:
This generates the correct `?opendocument`, `start` and `count` parameters for proper navigating to the n-th calendar document. The value is empty in case no url-parameters are required.
Formula:
@If(strXdocPaginationOn="1";"?opendocument&Start=1&Count="+strXdocPagination;"");
Merge variable/item: strXdocPaginationparam
Comments:
This generates the correct `?opendocument`, `start` and `count` parameters for proper navigating to the n-th calendar document. The value is empty in case no url-parameters are required.
Formula:
@If(strXdocPaginationOn="1";"?opendocument&Start=1&Count="+strXdocPagination;"");