Count entries in XPages view

后端 未结 2 1736
夕颜
夕颜 2020-12-16 07:01

My XPage has a view data source with a search formula (\"Search in view results\") constructed from URL parameters.

The search results are displayed in a repeat cont

2条回答
  •  既然无缘
    2020-12-16 07:33

    Using the View caption property....

    sample: "Displaying 30 of 30220"

    
    

    NOTE: This counts the categorized row as well.

提交回复
热议问题