Hi Terry,
It would be difficult without the files because some of the things you are describing are custom ways your files are setup.
I will take a random guess. You probably have 2 reports one with an expression that has an end depth based on…
Hi Terry,
Pulling something from a text string is difficult. The best option would be to use the LIKE function
You could have a description entity with an output condition which is found under the entity properties in the configuration tab.
…
I've tried everything I can think of, but the "Max to" item only shows up in one list, even though there's data for every sample. And the "plasticity" and "toughness" items are not appearing in the resulting list at all. Can anyone see my error?
<<ListBuildSepTrim…
Hello,
In one of my test boring templates, I want to put a flag when the BOTTOM OF EXPLORATION in the STRATIGRAPHY table does not equal the <<(POINT.HoleDepth)>>.
I can think of a way to approach it, although I don't know if it is possible:
If I…
Hi Terry,
You will want to to use the <<Val(expression)>> function. If the expression is empty, such as in a blank percentage field, Val will return 0 and prevent the entire calculation from failing.
So, if your calculation is something like:
<…
Hello, I am trying to add a condition in our log report, in the USCS Symbol column, not to print out the data there if the Sediment Type field at the same depth contains the text "Similar to above". I tried the following: <<IIf(<<STRATIGRAPHY.Sediment…