Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
how to write BMI formula in crystal reports..below my code
Sujit Jha
7y
281
1
Reply
Anyone can help me how to write BMI formula in crystal reports 10. I want to display numeric value like 55.5.
Here is my code...
If {TableName.Weight}<>'' and {TableName.Height}<>'' then
(IF NumericText({TableName.Weight}) and NumericText({TableName.Height}) then
(If ToNumber({TableName.Weight})>0 and ToNumber({TableName.Height})> 0
then ((ToNumber({TableName.Weight})/ToNumber({TableName.Height}))/ToNumber({TableName.Height}))*10000;))
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
Read Value in Dynamic Labels from Database in c#
How to refersh page on button click in mvc