Filtering Multiple Related-item

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
ksertkaya
Posts: 87
Joined: Wed Nov 18, 2015

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?


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;
}
Best regards.

ksertkaya
Posts: 87
Joined: Wed Nov 18, 2015

19 Mar 2019

It is very emergency topic. Could you help me today?

User avatar
AlexZver
Posts: 232
Joined: Mon Aug 27, 2018

19 Mar 2019

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.

ksertkaya
Posts: 87
Joined: Wed Nov 18, 2015

19 Mar 2019

Thanks a lot :)

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests