May 28, 2019 10:39 AM
When I sort my editorial calendar by client then by status, I want the view to somehow discard or not display articles tagged as “published”.
May 28, 2019 11:15 AM
You need to set a filter in the view that doesn’t show published articles. How you do that depends on your data; for instance, the filter might be
where {Status} != 'Published'
or
where {Published} != 1
May 28, 2019 11:20 AM
Ack. Full disclosure, I am a neanderthal.
May 28, 2019 11:26 AM
As long as you have opposable thumbs, you’re in good company here…