I have a type (call it LogFile) that has a data element that is a list of file names (call it LogFileNames) among other data. I have set up a repeating group that lists each data element in each thing in the LogFile type (call it RGLogFile). I want to display the LogFileNames within the RGLogFile repeating group.
I can display the data in the LogFile type without problem in the RGLogFile. But, I can’t figure out how to display the LogFileNames in the row it belongs to. I set up a repeating group called RGLogFileNames. I set the type to text and the source to be Current Cell’s LogFile’s LogFileNames
No data appears in the RGLogFileNames.
I’d appreciate any help.
Thanks
Greg