Hoping for some help with how to setup for a formula to calculate the "Stabilized Occupancy" as shown below (% shown is wrong and is a placeholder in my table design).
On a table, I have "Leased" "KV" and "Committed". I need to calculate the following
(Leased - KV + Committed) / 1,000,000
(633470 - 45472 + 290) / 1,000,000
What would be my best solution to pull this formula in the "number" Element in my Interface? Thanks!