Forum Discussion
RyanStanford1
6 years agoQrew Captain
A possible work around, while not entirely clean... create a formula field which will have [Foreign Key] as the contents... use this new formula field to make the summary field. Same values, but technically not from the parent table to begin with.
BrandonDavey
5 years agoQrew Member
Hi All,
So this was a very helpful discussion thread and I have 99% of this working for me, however, I am unable to pull the most recent data point when its a "user" field. Is there a reason I cannot "summarize" a user field?
------------------------------
Brandon Davey
------------------------------
So this was a very helpful discussion thread and I have 99% of this working for me, however, I am unable to pull the most recent data point when its a "user" field. Is there a reason I cannot "summarize" a user field?
------------------------------
Brandon Davey
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
Only a text type field can be summarized into a Combined Text Summary field.
but np
Create a text formula field called [User in text format]
ToText([my userid field])
Summarize that.
Then convert it back to a User field on the Parent record with a formula user field.
ToUser(ToText([My Combined text summary user field]))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------