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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
schumi1980
Contributor III
Contributor III

Exchange dimension an calculated field

Hi All

I have calculate the active portfolio of our share of premium according to segments A,B,C,D like this:

sum({<Inception={'<=31.3.2012'},Expiry={'>31.3.2012}>} Premium)/sum(Total{<Inception={'<=31.3.2012'},Expiry={'>31.3.2012}>} Premium)as [April Premium]


sum({<Inception={'<=31.3.2012'},Expiry={'>31.3.2012}>} Premium)/sum({<Inception={'<=30.6.2012'},Expiry={'>30.6.2012}>} Premium) as [June Premium]


and I am able to present them in Qlikview like this:

Ihave.png

However, I would like to present the evolution of our portfolio like this:

Iwouldlike.png

I need like to be able to stack the segments A,B,C,B for each expression.

Is there a way to do that in Qlikview or do I have to load the data completely differently?

Many thanks for your help.

Schumi

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Sample attached? you can implement based on this?

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

Sample attached? you can implement based on this?

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
schumi1980
Contributor III
Contributor III
Author

Hi Anil

Many thanks, it works perfectly, and it is so simple.

Best regards,

Jan