Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
niha
Creator II
Creator II

Codes in Qlikview not working in Qliksense

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.
1 Reply
dplr-rn
Partner - Master III
Partner - Master III

lastvalue and partition are DB functions . shoulnd be any different between qlikview and sense.

share the whole section where this is being used and not working. share the error details too