Open Documents with the same name from a view

Hi All,

I have various documents with the same name, but different categories in the same view.

I need to open them using a url and I dont want to create lots of views to split them up.

ie. Salesforce Platform for Application Development | Salesforce US

What would be perfect would be to use the category in the URL

i.e. Salesforce Platform for Application Development | Salesforce US and Salesforce Platform for Application Development | Salesforce US

but everything i have tried has failed. Like Column forumla that says cat2+“//”+home

thanks for reading

Jon.

Subject: Open Documents with the same name from a view

you could use something like cat2 + “~” + home, and get rid of the categorisation (just keep the col. sorted)

That way, your url would be

www.site.com\view\cat~home

admittedly it looks less like a usual URL, but it should work.

HTH

Kiers