If you want to use calculation results of a specific SKU in a Live Price Grid (LPG) in another calculation:

  1. Run api.find() with type PGI

  2. A filter on SKU returns all Price Grid Items (lines in a price grid) for a given SKU.

def resultSet = api.find("PGI", Filter.equal("sku", mysku))

Note: