Help!I have a view that’s visible on the web. Each form has a pdf file attached. Here’s the problem I’m having. If I use the formula below, the link doesn’t work, but if I hardcode in the View ID instead, it’s fine.
Illegal characters may be the problem (as Andre suggested). The only good way to troubleshoot is to do a View->Source in the browser and see what the actual HREF for the link looks like. Using @URLEncode(“Domino”;@Subset(@ViewTitle;-1)) should beat all of the monsters and gremlins to death, but it would be helpful to know what the actual problem witht the URL was to begin with.
Yes, actually, I have a Form named Summaries which has the view Summaries embedded in it. Do you think it may be getting confused because I have multiple design elements named the same?
I can guarantee that’s the problem. Unless there’s a query string to disambiguate the call (?OpenForm versus ?OpenView), Domino will grab the document with the lowest NoteID on that particular replica. In this case, that’s likely the form, which makes your full URL invalid. Try typing the URL for the view manually into the browser’s address bar without the ?OpenView and see what happens.