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”.
Page 1 / 1
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
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} != 1Ack. Full disclosure, I am a neanderthal.
Ack. Full disclosure, I am a neanderthal.
As long as you have opposable thumbs, you’re in good company here…
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
