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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
vipingarg23
Creator
Creator

Equivalent of Partition Over concept in qlikview

Hi Team,

Please find the below attachment.

In this attachment, there are a straight table in which two dimensions (A, Week) and one measure (Dup). I am applying concept of partition over of oracle in Qlikview.

In this example, I want Measure(Dup) value for both value of A is 201045 and for B is 201046.

Concept is this....For dimension value A, it should search all value of Week and take maximum of those week value.

Can anyone help me out there?

11 Replies
sunny_talwar

Apply the filter within set analysis in addition to TOTAL?

Max(TOTAL <A> {<FieldName = {'FieldValue'}>} Week)

vipingarg23
Creator
Creator
Author

Brilliant Sunny....It is working fine...

You are really genius. Thanks for your help..