Forum Discussion
KariLang
2 years agoQrew Member
I am getting an error on the calculation stating expecting text but found a number. Any suggestions on how to fix this?
------------------------------
Kari Lang
------------------------------
ChayceDuncan
2 years agoQrew Captain
Can you confirm if the field [Other Savings Field 1] is a numeric field? It looks like in the scope of the if() statement that it's interpreting that field as text, so if that field type is text then wrap it in a ToNumber field like:
[FTE Reduction Savings2]+[Rework. Final Amount]+[Medical Cost Savings1] + [Automation Savings.1] + if( [Include in Total calculation1], ToNumber([Other Savings Field 1]), 0)
------------------------------
Chayce Duncan
------------------------------