Is it possible to include samples with zero amounts in the sample statistics in the report?

Is it possible to include samples with zero amounts in the sample statistics in the report? 

Parents Reply
  • Hello,

    In that last image the table is showing missing peaks. Maybe I am not understanding the problem. Are the missing peaks not showing at all in your tables or is there another issue? As I said before there are only 2 reasons for missing peaks to not be displayed. One is that the table itself is not set in peak filters to display missing peaks. The other option is a specific filter is set on the table or surround group that removes missing peaks. If you can get the missing peaks to display, then you can use the other expression to force 0 values. Remember you will need to alter that expression for the value you are trying to display. 

    =If(Compound_Concentration>0,Compound_Concentration,0.0)

    =If(Peak_Area>0,Peak_Area,0.0)

    Marty Adams 

Children
Was this helpful?