Slava Shinderov 2/25/2013 2:56:59 AM We've found a good workaround that use table view and custom button.
First of all you'll need to create a table view named "Filter" for "User Property Table", select "From" and "To" columns to display and use following filter condition:
[User] = User()
which will display only record related to current user.
After that create custom button "Change Filter" which will modify "From" and "To" columns and associate it with the view above.
Put that view on corresponding dashboard.
|