Forum Discussion

PaulPeterson1's avatar
PaulPeterson1
Qrew Assistant Captain
5 years ago

Convert Combined Text into a list?

What is the best way to convert a combined text summary field to a list?  Also, is it possible to find the highest value, lowest value and total items in the field?

------------------------------
Paul Peterson
------------------------------
  • To convert a combined text summary field into a vertical list, you can use this syntax in a formula text field.

    SearchAndReplace([My Combined Text Summary field], " ; ", "\n")

    The best way to get the min max and count would be to make new summary fields on the same relationships where the Combined Text Summary field was made.

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • PaulPeterson1's avatar
      PaulPeterson1
      Qrew Assistant Captain
      This method doesn't actually generate a list.  Is there any way that will create an actual list rather than something that looks like one?

      ------------------------------
      Paul Peterson
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        What do you mean by "an actual list".  Can you attach an image of what you want it to look like?

        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------