Hi @Dan3, unfortunately Knack doesnât have a split() function in its text formula field. Iâd suggest logging this as a feature request if no one else has already.
The alternative is that you store your courses in another table with fields for Course Name and Course Number, along with a concatenated âCourse Name, Course Numberâ field. You can then connect it via a Connection field to your other table, and pull in the name and course number fields separately into your views.
Maybe there is a Regex expert who might be able to help you here? To extract the course number youâd probably want to use a positive lookbehind assertion like â(?<=').+â but I canât get it to work in Knack, sorry.
@StephenChapman It does make sense. Thats the way I initially had this setup, but our students need to be able to choose multiple courses from that item and I believe Connection fields only allow one selection at a time. I will definitely add split() to a feature request! Thank you very much!