Forum Discussion

AustinK's avatar
AustinK
Qrew Commander
5 years ago

Re: Formula Change from Decimal to Percentage

Take what is in the field [Total Job Gross Margin F] and use that for the calculation instead. That is where the number comes from, correct?

9 Replies

  • AlexBennett3's avatar
    AlexBennett3
    Qrew Trainee
    Correct, but the styling is taking that field to allow highlighting [Total Job Gross Margin RT]

    ------------------------------
    Alex Bennett
    ------------------------------
    • AlexBennett3's avatar
      AlexBennett3
      Qrew Trainee
      UPDATE: I changed the formula to *100 and it now displays as 28.134877
      is there a way to only show 28.13, as well as adding a percent symbol?


      ------------------------------
      Alex Bennett
      ------------------------------
      • AlexBennett3's avatar
        AlexBennett3
        Qrew Trainee
        Any suggestions on the percent sign? I changed the code to:

        ToNumber(Left(ToText([Total Job Gross Margin F]),6))

        So now my result is 28.13

        ------------------------------
        Alex Bennett
        ------------------------------