Yes, I can filter on yes/no type of filters, but it must be done in
boolean context. For example, that same "Newsletter" list has a
yes/no checkbox called "Spotlight" --- this field (normally) allows
content to be spotlighted with a picture and a summary of the
article, whereas all other entries that have Spotlight = no, just
show the title of the article as a link to a display page (no
picture, no summary). Using web service dataviews, I can filter
ows_Spotlight = 0 for "no" and ows_Spotlight = -1 for "yes". This
works, however CALENDAR dependent fields do not... and that's really
the only two types of filters for content manipulation we need.
Other than using Traditional or Web Services DataViews, how are
people surfacing content on the home page that resides in other
areas? Maybe I need to learn a new approach here. I am still very
new to the FrontPage/Sharepoint UI design field. I am a traditional
UI designer for large scale web applications (normally using
ASP.NET, PHP, or JSP), although I am not a programmer.