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: 
sijojoseph22
Creator II
Creator II

Triangulations

Hi All,


We are doing triangualations in our report. We are having below data (sample given). Please could you advise how to to the traingulations with this. Attached the qvw with the below data. Please let me know if any clarification is required.

Data

   

PolicyNumber MonthClaim Field ReserveT 
P11UC1              50
P12UC2            100
P13UC2            200
P17UC1            100
P17UC2            150
P18UC2            500
P112UC2            250

Output we are looking in Triangulations

   

PolicyNumber MonthClaim ReserveT 
P1150UC1=50
P12150UC2=100 + UC1=50
P13250UC2=200 + UC1=50
P14250UC2=200 + UC1=50
P15250UC2=200 + UC1=50
P16250UC2=200 + UC1=50
P17250UC2=150 + UC1=100
P18600UC2=500 + UC1=100
P19600UC2=500 + UC1=100
P110600UC2=500 + UC1=100
P111600UC2=500 + UC1=100
P112350UC2=250 + UC1=100


Thanks,
Sijo

Labels (1)
2 Replies
satishkurra
Specialist II
Specialist II

Use the expression

RangeSum(Above(Sum(ReverseT),0, RowNo()))

sijojoseph22
Creator II
Creator II
Author

Thanks , But I need the sum based on the new value based on the field (UC1 or UC2). The above formula will not give that.