Hi Isomorphic,
retesting this issue I found an other bug with summaryRow, where the client side request uses the wrong criteria (using v12.1p_2023-07-13).
Please see the sample from #1 in the other thread and do the following steps:
Blama
retesting this issue I found an other bug with summaryRow, where the client side request uses the wrong criteria (using v12.1p_2023-07-13).
Please see the sample from #1 in the other thread and do the following steps:
- Check the first three boxes "Group at start?", "Less than 1000 records?", "Aggregate?" and click "Open window"
- You'll see two DSRequests in the Developer Console RPC Tab (OK)
- Change <= Criteria for "Item" from "D" to "F" and hit Enter
- You' ll see four DSRequests in the Developer Console RPC Tab (OK, as you explained in the other thread)
- Change <= Criteria for "Item" from "F" to "B" and hit Enter
- You' ll see two DSRequests in the Developer Console RPC Tab (OK), but the data request has criteria "B" (OK) and the aggregation request has the old criteria "F" (unexpected and wrong). As result, the values in the summaryRow are wrong.
Blama
Comment