Forum Discussion
- QuickBaseCoachDQrew CaptainWell aren�t you lucky. If you read the release notes from the very recent December 16th release you will see that there is a new type of summary field called combine text. You can now summarize any text field in children up to the Parent to get a list of up to 25 Unique children.
The field will appear in a bubble format, but can be turned into a more text like appearance using a formula field ToText([my summary combine text field])- EOMDeveleporsQrew CaptainThanks for the reply. I did that but it only shows the first record and not 25.
Thanks again - QuickBaseCoachDQrew CaptainThat does not seem possible. I have already used that new feature many times and it works.
Can you confirm that you set up a Summary field on the relationship between Events and Subscribers and that you have not applied any filters to the summary field setup. - EOMDeveleporsQrew CaptainThat is correct. I did that and its not showing all records only the first one.
- EOMDeveleporsQrew CaptainPlease update with the outcome. Thanks
- _anomDiebolt_Qrew EliteThis can be done with one Rich Text Formula Field using the 3Q&S Technique without any limitation on the number of child records and using any adornment of the summarized child records with HTML and CSS. Here is a quick demo of me emulating the the style of the native "combine text" summary fields:
Get My Meds ~ Medications List All
https://haversineconsulting.quickbase.com/db/bn96mgts4?a=td
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=716
Notes:
(1) Concatenating fields from all child records is also a catamorphism (aka fold, reduce, collect, summarize, aggregate etc). Not only can you use this technique to implement any of the numeric catamorphisms listed in the below post, you can apply catamorphisms to text entities.
Catamorphism Fields
https://community.quickbase.com/quickbase/topics/catamorphism-fields- EOMDeveleporsQrew CaptainPlease specify where I need to replace with my field IDs also I see you put in a " after the > which is causing an error.
Thanks - QuickBaseCoachDQrew CaptainHuh? Was that a response to a different thread?
- EOMDeveleporsQrew CaptainNo. Dan put together a formula using the 3Q&S Technique as seen in this thread.
I need to know where to put my field IDs in order to get it to work.