SharePoint 2007-2010 Filter views problems with AND & OR -
SharePoint 2007-2010 Filter views problems with AND & OR -
heres problem :
whenever seek create view of list different conditions (more 4)
i'm not sure if dont here conditions, on calendar view calendar has custom column named "state of approbation" can have values : "done", "cancelled", "approved", "in approbation". have custom column want filter : "upcoming date" "yes/no" type.
heres want show :
i dont want show events done.
i dont want show canceled events more 14 days.
i dont want show upcoming date events since date not confirmed.
i thought of next :
upcoming date = no
and
state of approbation != done
and
state of approbation = canceled
and
modified >= [today]-14
which not working. have been looking workaround , tought of 1 :
upcoming date = no
and
state of approbation != done
or
state of approbation = canceled
and
modified >= [today]-14
and
upcoming date = no
it not working either.
i gladly welcome help.
-gus
don't utilize yes/no field values not yes , no using. switch field selection column , specify yes or no options filter work.
sharepoint views sharepoint-designer
Comments
Post a Comment