Hi,
I'm using PB 2019 R2 build 2328.
On a TV Datawindow, PB IDE started crashing on simple statement I used to find the last row in the group.
this.describe("evaluate('max(getrow() for group 1)',1)")
I've checked following:
- dw has 6 rows,
- it has 2 levels defined
- it does not fail on any of the following
this.describe("evaluate('max(getrow())',1)")
this.describe("evaluate('max(getrow() for group 2)',1)")
It does NOT fail on build app.
Regards
Chris