Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
pala_jagadeesh
Contributor III
Contributor III

How to Calculate BMI

Hi I have height ( in centimetes)  and Weight  (in kgs)columns, From this How to calculate BMI

Height(cm) Weight(kg)
168 75
180 78
178 85
Labels (3)
1 Solution

Accepted Solutions
EliGohar
Partner - Creator III
Partner - Creator III

@pala_jagadeesh 

If you want to add the BMI calculation to the client, You can add a measure to the straight table with the following formula:

(Weight/[Height(cm)]/[Height(cm)]) * 10000

 

Result:

EliGohar_0-1672659989943.png

 

Eli.

 

View solution in original post

1 Reply
EliGohar
Partner - Creator III
Partner - Creator III

@pala_jagadeesh 

If you want to add the BMI calculation to the client, You can add a measure to the straight table with the following formula:

(Weight/[Height(cm)]/[Height(cm)]) * 10000

 

Result:

EliGohar_0-1672659989943.png

 

Eli.