You don't need a function to do that, just do `{fi...
# suiteanalytics
s
You don't need a function to do that, just do
{fieldId1} / {fieldId2}
m
thank you - that was driving me nuts with such a simple thing. Can I make a formula referencing two other formula fields?
j
I don't think you can
☹️ 1
j
@MaryPeace FYI the formula {fieldId1} / {fieldId2} will error out if let's say the value of the denominator {fieldId2} is zero so the best formula should be {fieldId1} / nullif({fieldId2},0)