List View and multiple value in a field April 29, 2021, 03:26:23 PM Dear Sirs,Suppose I've this table called POSTS:POST_ID,POST_TITLE,POST_REGIONAnd this table called REGIONS:REGION_ID,REGION_NAMEI want to put multiple REGION_ID in the POST_REGION field separated by commas.If I put value 1,2,3 in the POST_REGION field I see different results in the LIST PAGE and the VIEW PAGE.In the view page I'm able to see something like this REGION A, REGION B, REGION C, selected.In the list page I only obtain REGION A using JOIN, but I completely lost information abount REGION B, and REGION C.Have you any suggestion about this ?Thank you in advance.Gio Quote Selected
Re: List View and multiple value in a field Reply #1 – May 03, 2021, 08:23:54 AM Someone?Thank you. Quote Selected
Re: List View and multiple value in a field Reply #2 – May 03, 2021, 09:09:57 AM @gioco make to configure multiselect for the field, then use the page event, after view and after list to query the names of the list using the ID stored on the field. Quote Selected
Re: List View and multiple value in a field Reply #3 – May 09, 2021, 09:27:15 PM I was Unable to find this.Can u please send me a screen shot or path? Quote Selected
Re: List View and multiple value in a field Reply #4 – May 13, 2021, 10:52:32 AM Anyone?Thank you in advance.Gio Quote Selected