Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
I just got to use two new features for a real client assignment. The goal was to roll up a "Summary" of all child record images up to a Parent record.
So I had code to make a clickable hyperlink which would display a thumbnail and allow a click to display full size on a new tab. I did a Combined Text Summary of that ugly field (which no one will see) and then used this Rich Text formula
SearchAndReplace(ToText([All IP Images (Combined Text Summary format)]),";"," ")
to simply strip out the semi colons. The Combined Text Summary field was December's gift and the SearchAndReplace was February's gift.
I doubt that the developers thought we would we would the Combined Text Summary field type to "Summarize" Images.
So I had code to make a clickable hyperlink which would display a thumbnail and allow a click to display full size on a new tab. I did a Combined Text Summary of that ugly field (which no one will see) and then used this Rich Text formula
SearchAndReplace(ToText([All IP Images (Combined Text Summary format)]),";"," ")
to simply strip out the semi colons. The Combined Text Summary field was December's gift and the SearchAndReplace was February's gift.
I doubt that the developers thought we would we would the Combined Text Summary field type to "Summarize" Images.