Oct 09, 2020 03:48 PM
Hi all,
I’m trying to make it easier for my teammates to create records, and would love it if I could format the text in a formula field so that its items separated by a comma are displayed in vertical list format. This is the formula I’m using right now, trimmed so no one has to wade through ALL the categories and tags:
IF(Category=“Community”,“Art & Music, Books & Literacy, Children & Youth, Community Development, Education, Guns & #NeverAgain, Inclusive Language”)
I’d like everything within the second set of quotation marks to display in list format. Is this possible?
Solved! Go to Solution.
Oct 09, 2020 03:51 PM
Oct 09, 2020 03:51 PM
Try replacing all of the commas in that list with \n
– that may work for you
Oct 09, 2020 03:54 PM
Wow! Perfect! Thank you! I never would have guessed that. :astonished:
Oct 09, 2020 04:06 PM
Most text entry on the internet will interpret \n
as a “newline” character, and replace it with a line-break when it is processed by the server.