Hi Kirk
I'm using this coding as a data expression that is part of a component table, so it can print as part of the material description.
<<ASTM_Name(_<<SV READINGS.Reading>>,_<<SV READINGS.Percent_Finer>>,_<<ATTERBERG.Plastic_Limit>>,_<<ATTERBERG.Liquid_Limit>>,_<<ATTERBERG.Organic>>_)>>
Should work right? It is not. No group name is printing even though I have data in the referenced fields. There's no issue with using this within a library component table, is there?
Monique
Hi Monique,
Should work, but make sure the Text V Depth entity you are pulling it into has just <<Depth>> in the Depth Expression. It needs this to handle data from different tables. You also need both sieve and Atterberg data for the record and at least one record in the sieve Table with 100% passing for it to Classify.
Hi Kirk - when I put <<Depth>> nothing prints, not even the component descriptions.
Correction - the boundary lines print, but not the component descriptions. The clip below shows what doesn't work. If I change the depth field to <<SAMPLE.Depth>> then the component descriptions print but the boundary depth lines do not..
If <<Depth>> isn't working then your database tables you are pulling in must be something other than PointID Depth keysets. For example extended keys etc..If they were just POINTID Depth no extended keys then it should work.