1. Roland Smith
  2. PowerBuilder
  3. Monday, 1 July 2019 19:18 PM UTC

Is it possible to have a computed field that results in something like this:

Rows 40 to 70 of 168

 

Accepted Answer
mike S Accepted Answer Pending Moderation
  1. Monday, 1 July 2019 22:48 PM UTC
  2. PowerBuilder
  3. # Permalink

i am guessing the range you want is page, but if it is a group then change it to what you need:

 

'rows ' + First(getrow() for page) + ' to ' +  last(getrow() for page)  + ' of ' + rowcount()

 

Comment
  1. Roland Smith
  2. Tuesday, 2 July 2019 13:28 PM UTC
Works great! Thanks.
  1. Helpful
There are no comments made yet.


There are replies in this question but you are not allowed to view the replies from this question.