I have this working on one site, but trying to mirror on another site and I can't seem to get it to work.
I am using a hyperlink to query an account #, so when someone clicks on the link it opens the list in All Items and shows if that account# already exists by displaying all items with that #.. if the item doesn't exist, it simply shows an empty list.
Here's how I have it setup:
concat("https://TEST/Sites/ArbitrationActionCalendar/Lists/Arbitration%20Action%20Calendar/AllItems.aspx?View={D7A041A5-EA00-4382-9166-AC5CDA7B2261}&FilterField1=LinkTitle&FilterValue1=", CLAIM NUMBER, "&InitialTabId=Ribbon%2EList&VisibilityContext=WSSTabPersistence")
When I try to mirror it on my other site, by replacing the URL and the Claim Number field .. it pulls up the list correctly, but shows All Items instead of only displaying the # entered in the account# field... Any idea why or what I need to change?
I tried changing FilterValue1 to FilterValue8 (which is where it appears in the list order but still not working)
Thanks for any help you can give me since I'm totally stuck on getting this to work..