Edeline Parker 24.Jan.17 12:27 PM a Web browser Notes ClientAll ReleasesAll Platforms
I have created a customized view to capture repeating calendar entry only with formula:
SELECT FORM="Appointment" & OrgRepeat="1"
For e.g., I have a repeating entry on 26/01/2017 and 27/01/2017 respectively.
However, when I create a column to show the "startdate", the repeating documents display 26/01/2017 BOTH. When I searc SELECT FORm="Appointment" & Startdate=[27/01/2017] & OrgRepeat="1", it return Nothing.
Back in document, I have double checked the document properties, the values of startdate for both documents are correct, 26/01/2017 and 27/01/2017. Am I missing anything here? I have no idea how to solve this issue.