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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
CBoardy
Contributor III
Contributor III

Adding calculated row in Table

Hi All,

I have a table with multiple rows including Sales and a Margin row, I want to add a calculated row which will be % of Margin/Sales. Can someone push me in the right direction, I'm not sure if this is possible or how to actually do this

Any help is much appreciated

Labels (1)
1 Reply
rui24
Creator
Creator

Hi @CBoardy 

You can try this expression on the table adding a new measure expression

=(Margin/Sales)*100&'%'

 

The "*100" will transform in percentage and the "&'%' will add the symbol of percentage to the valor, if you don't want you can just use =(Margin/Sales) and in the option format number to percentage