Get ASTM Name into material description column

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.