Hi everyone,
I have definitely tried searching for the problem of this, but I'm failing to find an answer that's appropriate. Currently I have a List of various events that occur sporadically. This list contains the following fields :Date, Incident, Phone Number, License Number. The license number changes every 5-6 months (not consistent) and I have established various views that show the incidents that occured during these licenses, with the columns being sorted in descending order by date.
The problem:
The view that I am using now is based on the new license #. A user submitting the item to the list cannot see the new item unless they go to the "All Items" view. I figured this to be the case because I manually selected events based on their date before (no code) and nothing is telling SharePoint to add it to the new view. How would I best approach this so the new view is functional and the users can't see old events ? There is an established start date for this view but no established end date (or even a rough idea of one) and users will submit these items occasionally.
-- Solved by suravijit, logic problem --