Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
renjithpl
Specialist
Specialist

Aggregation issue

Hi All,

I have table like below

Name on Top 20Existing Managed SPVsExposure (AUD)Risk WeightRisk Weighted Assets
FP Turbo Trust AUDFP Turbo Trust AUD (Senior)$202,648,646.660.07$14,185,405.27
FP Turbo Trust AUDFP Turbo Trust AUD (Mezz)$9,737,662.240.15$1,460,649.34
FP Turbo Trust AUDFP Turbo Trust AUD (Junior)$7,105,861.640.2$1,421,172.33
TotalTotal$219,492,170.54 $17,067,226.93

I want to calculate the Risk Weighted Assets, the formula = Sum([Exposure (AUD)]) * Risk Weight

Now, I will remove "Exixting Managed SPVs" in my orginal Chart, I get Risk Weighted Assets null, like in below chart,  which is obvious that we have different risk weights. (0.07, 0.15, 0.2)

Name on Top 20Exposure (AUD)Risk WeightRisk Weighted Assets
FP Turbo Trust AUD$219,492,170.54--
Total$219,492,170.54 $0.00

I want the table like below:

Name on Top 20Exposure (AUD)Risk WeightRisk Weighted Assets
FP Turbo Trust AUD$219,492,170.54-$17,067,226.93

Any idea ?

Ren

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Try:

=Sum( [Exposure (AUD)] * Risk Weight )

View solution in original post

1 Reply
tresesco
MVP
MVP

Try:

=Sum( [Exposure (AUD)] * Risk Weight )