6 reputation
2
bio website
location
age
visits member for 7 months
seen Apr 26 at 14:39
stats profile views 1

Oct
18
awarded  Student
Oct
8
comment Sharepoint 2010: List view to always show last friday's data
best solution so far...Not ideal, considering that I have couple more filters to play with, but better than nothing!
Oct
4
comment Sharepoint 2010: List view to always show last friday's data
I also trieed following formula: IF(WEEKNUM([Today])-WEEKNUM([Created])=1,IF(WEEKDAY([Created],2)=6,"Last Friday","hide"),"hide"). It doesn't look like Sharepoint likes WEEKNUM
Oct
4
awarded  Editor
Oct
4
revised Sharepoint 2010: List view to always show last friday's data
added 192 characters in body
Oct
4
comment Sharepoint 2010: List view to always show last friday's data
It doesn't work: when I create a column with the above formula it calculates just fine. But when I add a filter for "Created" column with the formula [New Column]-7 I either get an error about wrong date format OR if i tried to convert the column to date there's no values returned what so ever....Any other suggestions? please?
Oct
3
asked Sharepoint 2010: List view to always show last friday's data