This is my @HtIn formula that displays height in inches:
if {casevisitresultlistwt.label_seq} = 9997 then left({casevisitresultlistwt.result_value},2) else ''
This formula returns values, for example, of 65, 73, 40. I need to display this as feet and inches in two separate columns. Like this:
Ht In
5 5
6 1
3 4
Can you please help with one formula that displays feet, and another formula that displays inches?
if {casevisitresultlistwt.label_seq} = 9997 then left({casevisitresultlistwt.result_value},2) else ''
This formula returns values, for example, of 65, 73, 40. I need to display this as feet and inches in two separate columns. Like this:
Ht In
5 5
6 1
3 4
Can you please help with one formula that displays feet, and another formula that displays inches?