Forum Discussion
EriksonTsang
5 years agoQrew Cadet
I have my photo attachment in the child tables. One parent record have multiple child record (each child has a photo attachment file).
Is there a way to display a "concatenated" thumbnail from the child records onto the parent record? similar to having like a "combined text" via summary field.
thanks
Erikson Tsang
------------------------------
Erikson Tsang
------------------------------
Is there a way to display a "concatenated" thumbnail from the child records onto the parent record? similar to having like a "combined text" via summary field.
thanks
Erikson Tsang
------------------------------
Erikson Tsang
------------------------------
MarkShnier__You
Qrew Legend
5 years agoI have done this before but I don't have the code handy.
The technique is to get the thumbnail code on the child record. Have a mirror field that changes that field into a regular text field as that is the only field type which can be used in a combined text summary field.
Once you have that string floated up to the parent, hen convert it back to a Rich text field by formula.
You will also then want to use SearchAndReplace on that string to change the semi colon delimiters to a space.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
The technique is to get the thumbnail code on the child record. Have a mirror field that changes that field into a regular text field as that is the only field type which can be used in a combined text summary field.
Once you have that string floated up to the parent, hen convert it back to a Rich text field by formula.
You will also then want to use SearchAndReplace on that string to change the semi colon delimiters to a space.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------