Filtering Multiple Related-item
Posted: 19 Mar 2019
Hello,
I have multiple related-item. I want to dynamic filtering both of lists but do only second. How can I filtering multiple related-item?
Best regards.
I have multiple related-item. I want to dynamic filtering both of lists but do only second. How can I filtering multiple related-item?
Code: Select all
if (value == "(None)") {
value = "";
}
value = encodeURIComponent(escape(value)).replace(/\-/g, "%252D");
window.location.hash = "InplviewHash" + $(".ncrTable [webpartid]").attr("webpartid") + '=FilterField=Year-FilterValue=' + value;
window.location.hash = "InplviewHash" + $(".indirectNcrTable [webpartid]").attr("webpartid") + '=FilterField=Year-FilterValue=' + value;
}