|
|
Browse by Tags
All Tags » SPField » SharePoint
-
Hi all, I wonder if there is a dynamic token like ~site or {ListId} or {ItemId} for the field ''assigned to''I need to pass the value of this field through url like http://server/site/list/PageThatWillPerformSomeAction.aspx?ID={ItemID}&USER={SomeDynamicToken}
If not, there is any other way of achieve this?Thanks for your help.Roger
-
Hi,
You can use two calculated colums to help with this requirement. Each calculated columns, calculate start and end date of this week. Then, in the view just create a view that filter start date ''less than or equal with'' [TODAY] and end date ''greater than or qual with'' [TODAY].
Regards,
Riwut ...
|
|
|