Open View error from one database to another database

Hi

I have faced error when i try to open one view from another database and in action button i used computed below but it show me error

But if i open this view in any system first time then no error came again

so problem is by this formula view not able to open but if view open manually then have no issue can any one help me

“View”

@ServerName+“!!Dolphin/Live/TumHlpDb.nsf”

“SubmitEmRep”

Subject: Here’s a suggestion, post the error you get

Subject: RE: Here’s a suggestion, post the error you get

Hi

When ever i click action button to open view it show me error “Invalid or nonexitance document”

Subject: RE: Here’s a suggestion, post the error you get

Hi,Maybe check if “SubmitEmRep” view is private.

Subject: RE: Here’s a suggestion, post the error you get

No this is not private view

Subject: Open View error from one database to another database

Have you tried double backslashes (\) instead of forward slashes (/) in the filename path?

-rich