Hello,
I want to diplay a module (seblod list) with different locations in realtionship with an article.
I have created the following things:
- Form and content type for the locations with a custom table (content object free).
- Form and content type for the article
- Add a dynamic select, which based on the custom table and stored the result in a column of the article
- List and search form for the locations
Now the module will be displayed on the page. But I cannot filter the result by the id, which is stored in the article.
I have tested with the SD Live plugin, but I see always only the whole results. I have also created a dynamic select with a sql select to get all id from the custom table (no storage). After that I have configured the sd live plugin with the field of the article.
Example
- Location (ID, Name):
- Article (id, location_choose, ...)
- 1, "1,2", module should show locations 1 and 2
- 2, "", module should show no locations
What make I wrong?