Skip to main content
January 25, 2024

api.data.calculate

  • January 25, 2024
  • 2 replies
  • 0 views

Im trying to create a formula for one of our Statistical Cal accounts.  Its a derivation of of a calc we already have.  However the line will no compile even when I copy the existing formula completely.

Return api.Data.GetDataCell("(Divide(A#1200:I#None,A#TTM_Net_Sales_wo_IC)) * 365)")

I can compile the existing account without issue, but when I copy this formula into the new account I get an error


jstasinos_0-1706201361182.png

 

2 replies

January 25, 2024

You've not marked your Account Type as DynamicCalc.

jstasinosAuthor
January 25, 2024

Thank you!!!