Hey there
I got the following setup:
Form "customerform"
Field1 "customer"
...
The form saves information about a customer and creates a subpage based on a space template for each entry
In these subpages I want to display the information about that specific customer.
So I have a multiple listviews in a spacetemplate and in the body of these a lot of valueviews.
I setup the "filter to apply on entries dataset" of the listviews like that: Customer:EmilExample so only the entry of e.g. EmilExample gets displayed. But I somehow have to set this filter up for every valueview within the listview again - is there a possibility to have the filter applied on the listview getting handed to the valueviews withing the body of the listview?
Greetings Max
Hi
The best filter to apply in such cases is by id
id:[entry.id]
This is much more robust
ValueView is an independent and a standalone macro and requires a filter to be applied personally
If you already using the ListViews then use the ConfiForms Field macros instead (inside the ListViews)... not the ValueViews
Alex
Hi Alex,
as always thank you so much for your fast and helpfull response - you solved two issues at once :D
The point with the ID is a very good one I missed to do until now.
Using the Field Macro is working you just have to be careful to enable inline edits in the listview above then.
This really makes it much more easy.
THANKS!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.