How to change the PP units?

Hello,

I was wondering where to change the PP units. I noticed that in one page it is in kg/cm2, however in the report page it is in TSF. 

Refer to the file attached

.PDF

Parents
  • The units shown on the Table are just displayed for user reference. You can change them by going to DATA DESIGN, selecting your Data Template, going to the SAMPLE TABLE, and then selecting the Pocket Penetrometer field. At the bottom, you'll see the box for units.

    On the report sheet, you need to go into the REPORT DESIGN and select the report you would like to change. Find the Text vs Depth entity for the PP readings and select it. If the Text to Display expression has something like

    <<Sample.PocketPenetrometer>> tsf

    then gINT is referencing the field in the sample table and no conversion is being performed. If you want to have both units, then change the expression to

    <<Sample.PocketPenentrometer>> tsf (<<Calc(<<Sample.PocketPenetrometer>>/0.095760)>> MPa)

    That expression is based on the assumption that your field is called PocketPenetrometer. You'll have to change it to the actual field name.

  • Allan,

    Thanks a lot for your response. When I try to open my data template, this is the error msg i get. Refer to the file attached.

    please let me know. Thanks.PDF

Reply Children