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
------------------------------

23 Replies

  • 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
    [email protected]
    ------------------------------
    • 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
      ------------------------------