• CPT plot lines with gaps

    Hi all, I'm trying to create some custom reports where I can include both CPT and lab results, but so far I'm stuck on the CPT plots. The areas marked with an arrow have no data and I would like it to be left blank, however the program displays extrapolated…
  • CPT interpretation in GiNT: Can GiNT interpret properties from raw CPT logs or is there an add-on that can do this task?

    I want to use GiNT to handle data for large sites investigated by CPT. However, I don't know if GiNT can also handle the CPT intepretation.
  • Re: Too much data for fence

    This is how it worked for me: <<avg(<<CPT DATA.qt User Units>>,_ ([CPT DATA].[PointID] = '<<POINT.PointID>>') And _ ([CPT DATA].[Depth] >= <<IncDepthCurr()>>) And _ ([CPT DATA].[Depth] < <<IncDepthCurr()>> + <<IncDepthInc()>>)_ ,0)>>-<<FieldUnits(…