Sample Multiplier

Hello,

I am sorry to ask how can I adjust for Sample multipliers as indicated in the photo with five digits separated by ";". 

Thank you for your help!

Parents Reply Children
  • Hello,

    Any time you are doing a custom calculation with a numeric result and want to format the value as a number or add summary calculations to the column, you may need to enclose the expression in Val(). Even if the calculation result is a number the Val() function lets the editor know the value will be a number. For instance, if I had an expression like =If(Peak_Area > 10,Peak_Area,0.0) in a column, depending on the version it may not let me format the value as a number or add summary calculations. I would use =Val(If(Peak_Area > 10,Peak_Area,0.0)) instead to allow those other setting to work.

    Marty Adams

Was this helpful?