@ViewShowThisUnread

Thought I’d try a new 6.5 function. I’ve created a view that has 3 docs in it, 2 ‘unread’ and 1 ‘read’. I’ve added 2 action buttons to the view. First one ‘Show Unread only’ has the code @ViewShowThisUnread(“1”) and second ‘Show all’ has the code @ViewShowThisUnread(“0”).

First one works fine and reduces view to only unread docs, second does nothing. The view tab in the client changes from ‘viewname - Unread’ to ‘viewname’ when clicking the respective buttons, but view contents remain the same (showing unread only). If I close the view and reopen, all docs show.

Bug or implemented wrong?

David

Subject: @ViewShowThisUnread - Solved

Doh! Answered my own question.

The action is working as expected. My ‘read’ doc was at the top of the view. When I clicked the Show action, the doc did reappear, but was ‘hidden’ until I scrolled up to the top of the view.