Skip to main content
Topic: Issue with Multiselect (Read 2458 times) previous topic - next topic

Issue with Multiselect

I added a Select Drop down for field "Authors" for "Books". The Authors Select drop down is filled in with the values from "authors" table. I've set the Multiselect to True for this select and the Field Data Source is set such that the "value" is "author_id" and "label" is "author_name".

I noticed that the multi-select stores the values in comma separated format. I want to show the Author Names in List of Books. But it shows the comma separated author_id. How to solve this issue? How to make the List to show the Author Names and not the IDs?