質問

私のリストに動的ビューを作成したいです。このリストは、外部データベースから来る現在のユーザーの情報に基づいてフィルタリングされます。

どうすればこれを行うことができます。私はSharePointの初心者です。あらゆる助けは本当に素晴らしいでしょう。

ありがとう

役に立ちましたか?

解決

If you can use C# to find out what username to filter for you could try to use the Filter Web Part to filter a standard XSLTListViewWebPart. It should accept FilterName and FilterValue. If you can't use the built in Filter Web Part you could write your own.

Another option is to refresh the page with the query string for this, like:

?FilterField1=AssignedTo&FilterValue1=Eirik%20Brandtzæg

Noet that this does not work for wildcards, as far as I know.

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top