Hello all,
I want to make an if statement that will say: "if the difference between depth and bottom values is less than 1, reduce the size of the text to 0.08 inches". I think this would go in the "Height Override Expression property of the section…
I have the below IFF statement meant to control the width of the Soil Description column in my boring log.
<<IIf(<<HasData(<<UVOST_SCREENING2.SIGNATURE TYPE>>)>> AND <<HasData(<<PID_SCREENING.Concentration>>)>> AND <<HasData(<<WELL_DETAILS.Well_ID>…
Hi
I am writing an IF statement to extract max and min of the water depth from the monitoring record table.The monitoring table have some other gas monitoring related data however I am interested in filtering it by WDEP (water related monitoring) type…