Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create an expression to calculate the Vertical Analysis

In this attachment “example.qvw”, what I should do to make the category “B” the reference of the expression “VA” and make the correct calculation in percentage? The result should be exactly as the attachment “example.xlsx”.

1 Solution

Accepted Solutions
Not applicable
Author

Check the uploaded doc

View solution in original post

6 Replies
Not applicable
Author

Check the uploaded doc

fernando_tonial
Partner - Specialist
Partner - Specialist

Hi, you can try this.

Value / Top(Value,2)

OR

Value / Sum({$<category={'B'}>} total<business> value)

Best Regards.

Tonial.

Don't Worry, be Qlik.
Anonymous
Not applicable
Author

This expression works:

(value) / sum({$<category={'B'}>} total<business> value)

Not applicable
Author

Attached with answer.

Thanks

AJ

mehmet_caldak
Partner - Contributor III
Partner - Contributor III

Hi,

Try Below function as i did in the attached example.

Not applicable
Author

It works!!!!

Thanks...

Best Regards.

Permirio.