I have a Component table with 25 rows of information that is grabbed from the SAMPLE_DESC or ROCK_RUNS_DESC table. Both of these are child tables of SAMPLE. In my log report, I have <<SAMPLE.Depth>> as my depth field and it works great.
Now I have tried to add the following code to my component table (I would like to print it at the end of the description for each sample) as row 26
<<ASTM_Name(_<<SV READINGS.Reading>>,_<<SV READINGS.Percent_Finer>>,_<<ATTERBERG.Plastic_Limit>>,_<<ATTERBERG.Liquid_Limit>>,_<<ATTERBERG.Organic>>_)>>
It does not work. Any ideas?
I tried replacing <<SAMPLE DEPTH>> with the generic <<Depth>> or <<Depth.Depth>> and then nothing prints. I also tried putting the code above right after the place where I call my Component table in the log itself and it does not work.
I know it should put something because I have checked it on a lab index summary graph.
Is there limit on lines in a component table or is something wrong with the above?
Thank you.
I think the ASTM name must be included as part of a Text Expression in a Log Report and not as a field in a table. The function pulls data from various tables to create the ASTM name.
For your problem, it seems like you would include the ASTM name function at the end of your component text expression and as long as you have all the necessary data in the associated lab tables, it will output.
I have tried it both as part of the component table and also in the field that is part of the column text-depth entity on the log. It does not work in either location. However, it does work in the graph that I have for index tests. I think it may be part of my other issue that I have on the forum with regards to what depth to use in the depth field.
That would make sense. If your Lithology description extends from say 1.0 foot to 8 feet and your lab test sample is from 3.5 feet, gINT wont be able to pull the ASTM name from the lab tests.
I'm not pulling from the lithology table - everything is SAMPLE based. I'm pulling descriptions from a table that is a child of the SAMPLE table. Given that LAB SPECIMEN is also a child of SAMPLE, I don't understand why it is not working
Oh I see. My apologies. If you want, you can send me a copy of your gINT library and data template or project file so I can look at it. Just send me a private message and I'll provide my email address.