문제

When I use below line it works:

{|MultiValuedTaxManagedProperty:{Page.MultiValueTaxField}}

However I would like to do the same with a query string parameter: URL?Param1=Value1;Value2;Value3

{|MultiValuedTaxManagedProperty:{QueryString.Param1}}

Am I using wrong format for Param1?

도움이 되었습니까?

해결책

I ended up rebuilding the query string by using "k" variable. Example:

https://test.sharepoint.com/sites/mySite/myPage.aspx?k=(MultiValuedTaxManagedProperty:value1 OR MultiValuedTaxManagedProperty:value1 OR MultiValuedTaxManagedProperty:value1)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top