Real Estate App Calculates A Net Offer (Category, Money) - It needs work though. I'm stuck.

Comments

1 comment

  • Randy D

    I failed to include:

     

    Here is what I have in the current "calculation" field:

     

    var type = @Offer Type
    var discount = @Discount
    var cmv = @CMV
    var arv = @ARV
    if (type == "N/A") { 0 }
    else if (type == "Buy and Hold" || type == "Short Sale" || type == "Owner Finance" || type == "Owner Lease Option" || type == "etc....." ){ cmv * discount }
    else if (type == "Wholesale" ||type == "Rehab") { arv * discount }

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk