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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

MAX VAL ISSUE

I have a data which includes Policynum and Module. When the policy renewes it is assigned a new mod .

In the attached sample  Policynum '1701655 '  have 10 modules.  I wanna the data set to always come back with only the latest module entries.

In the attached sample I would like to see only one row

PSL 1701655 10 330

Attached please find the Sample QVW and QVD

Labels (1)
1 Solution

Accepted Solutions
sinanozdemir
Specialist III
Specialist III

Hi,

Please see the attached.

Capture.PNG

View solution in original post

2 Replies
sinanozdemir
Specialist III
Specialist III

Hi,

Please see the attached.

Capture.PNG

maxgro
MVP
MVP

add to your script

Right Keep (Policy)

load POLICY0NUM_CONSOLIDATED, MaxString(MODULE) as MODULE Resident Policy Group by POLICY0NUM_CONSOLIDATED;