I try to filter my sharepoint list based on some filters. Because the checkbox option "Allow Multiple Selections" does not work I am trying to build some own implementation using the QueryFilter functionality.
*URL?FilterName=Title&FilterMultiValue=Title1;Title2;Title3*
This is quite easy, but no I want to filter on a the additional lookup column which in my case is called Skill:ID but this will not work.
*URL?FilterName=Skill:ID&FilterMultiValue=5;12;23*
Who can help me on this issue?
Best regards,
Francois