Problem doing a selection on output
-
I’m working on a pods template, but I can’t get something done.
The situation
I have a pods, let’s say ‘profile’
In the profile there is a field with multiple other pods, lets say ‘attachment’ is the name of the pods and ‘attached_files’ the field in profile.
Attachment has a field ‘file_type’.
When I want to display only fields of ‘field_type’ I tried
(current pots is ‘profile)
[pods template=”my_template” where=”attached_files.file_type=’Image’]
The template shows, but the ‘where’ selection is not done, it shows all attached_files and not just ‘Image’.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem doing a selection on output’ is closed to new replies.