Filtering Multiple Related-item
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;
}
Hi!
Please try the approach described in this topic: viewtopic.php?f=1&t=2235&p=7127&hilit=w ... hash#p7127
The second filter overrides the first filter so you should concatenate them.
Please try the approach described in this topic: viewtopic.php?f=1&t=2235&p=7127&hilit=w ... hash#p7127
The second filter overrides the first filter so you should concatenate them.
-
- Information
-
Who is online
Users browsing this forum: No registered users and 9 guests