Your IF condition won't work because it's not properly formatted. Please see the below substitution tutorial.
www.joomlapolis.com/support/tutorials/107-use-cases/18353-using-substitutions-throughout-cb
Note the formatting is not open to interpretation. Do not add extra spaces if it does not show a space in any of the examples as the REGEXP will not match it. Example as follows.
[cb:if cb_profile_height_inches!=""], [cb_profile_height_inches] inches[/cb:if]
If it's an integer field then you'll likely want to use the below usage.
[cb:if cb_profile_height_inches>"0"], [cb_profile_height_inches] inches[/cb:if]