DECOMMISSIONING LOG in log title.

I am using the Smart "General BH/TP/Well" Report Design and trying to do a Decommissining Log. How does the template knows is a decommissined well? 

I notice that the template autommatically detects if its a Monitoring well, borehole, CPT or Test Pit given the proper conditions. However, for a decommissining well the criteria is <<POINT.decommissioned well>>. However, I can not find that reference. 

The text criteria that the Template uses is: 

<<Switch(_
<<ReportTag>> = "CPT",CPT,_
<<Val(<<User System Data.Is Test Pit>>)>>,TEST PIT,_
<<POINT.decommissioned well>>,DECOMMISSIONING LOG,_
<<Val(<<Report Var.Has Well>>)>>,MONITORING WELL,_
True,BOREHOLE_
)>> <<POINT.PointID>>

Regards

  • I just looked at the General BH/TP/Well log in the gint std us lab.glb library, and didn't see the decommission line. The expression in the std library is:

    <<Switch(_
    <<ReportTag>> = "CPT",CPT,_
    <<Val(<<User System Data.Is Test Pit>>)>>,TEST PIT,_
    <<Val(<<Report Var.Has Well>>)>>,WELL,_
    True,BORING_
    )>> NUMBER <<POINT.PointID>>

    So it looks like maybe it has been customized to add that by someone in your organization? We don't use that template/library, so I'm not that familiar with it, but one thought is that the Field "Decommissioned Well" in your Point table is hidden. If you don't know how to check that, go to your Point tab, then select the Tables Menu item, then Show or Hide Fields.This will give you a list of the fields in your point table, with check boxes to hide. If the Decommissioned Well shows as a table and the box is checked, uncheck it to unhide it.