Skip to main content
Question

Max with Round formula

  • August 19, 2025
  • 4 replies
  • 41 views

Forum|alt.badge.img+1

we can use max function and round function togeher in the same fourmula ? 

4 replies

Forum|alt.badge.img+1

Hi,

We can use MAX inside of Math.round, but not the other way around:

Math.round([MAX(expression1,expression2)])


Forum|alt.badge.img+1
  • Author
  • Employee
  • August 20, 2025

Thanks


Forum|alt.badge.img+1
  • Author
  • Employee
  • August 20, 2025

its not working 
 

 


Forum|alt.badge.img+1

You haven’t put the [] between. Have one before MAX and at the end.