I have a plain view inside a list view
[list view]
Display filed date.formatDate(MMM-yyyy) such as Feb 2023
distinct filter = date.formatDate(MMM-yyyy)
[plain view]
Question: how can I display the entries for each month. For example 2 entries if list view item is Feb 2023. One entry if the list view item is Mar 2023.
[/plain view]
[/list view]
[form definition]
[field definition] date
[field definition] activity
[form definition]
Table view sample data:
Date Activity
Feb 01, 2023 Test 1
Feb 02, 2023 Test 2
Mar 01, 2023 Test 3
I would like the end result to be
* Feb 2023
- Test 1
- Test 2
* Mar 2023
- Test 3
Thank you in advance.
Hi @Pat L_
Are you asking on how to filter then inner view based on the values in the outer view?
Is that what you ask?
Have a filter like that (in the PlainView)
date.formatDate(MMM-yyyy):[entry.date.formatDate(MMM-yyyy)]
Alex
Thank you again, Alex. This is exactly what I wanted. And I actually tried it before I posted my question, it didn't show up correctly in the edit mode/preview so I didn't save my page. Once I saw your answer, I tried it again and saved my page and it actually showed what I wanted. Thank you so much!!!
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.