Hello, I am moving a dashboard from Qlikview to Qliksense . The below code works in Qlikview but not in Qliksense. LAST_VALUE(claim_owner_organization_identifier) OVER ( Partition By claim_identifier ORDER BY insight_prediction_request_timestamp RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) as latest_claim_owner, please suggest.