Question

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?

Était-ce utile?

La solution

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)

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top