Forum Discussion
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__You
Qrew Legend
5 years agoOnly 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
------------------------------
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
------------------------------