Good Afternoon,
I am trying to generate a link to a folder based on two fields in my datasheet.
The current expression I have is:
"=(\\ "& "[TOMCAT SERVER Name] "&" \d$\eClinicalWorks\tomcat6_ "& "[Practice Code] "&" \webapp\mobiledoc\jsp\catalog\xml)
When I go to view it, it looks correct but when I click on it, it does not open my folder. I have made the field hyperlink in my table and checked to make sure the properties was Hyperlink always.
I used the formula that I used in Excel with some slight changes.
=IF(U2<>"",HYPERLINK("\\"&U2&"\d$\eClinicalWorks\tomcat6_"&G2&"\webapps\mobiledoc\jsp\catalog\xml"), "no server")
Is there something I missing? Can someone help me please?
Thanks in advance.
I am trying to generate a link to a folder based on two fields in my datasheet.
The current expression I have is:
"=(\\ "& "[TOMCAT SERVER Name] "&" \d$\eClinicalWorks\tomcat6_ "& "[Practice Code] "&" \webapp\mobiledoc\jsp\catalog\xml)
When I go to view it, it looks correct but when I click on it, it does not open my folder. I have made the field hyperlink in my table and checked to make sure the properties was Hyperlink always.
I used the formula that I used in Excel with some slight changes.
=IF(U2<>"",HYPERLINK("\\"&U2&"\d$\eClinicalWorks\tomcat6_"&G2&"\webapps\mobiledoc\jsp\catalog\xml"), "no server")
Is there something I missing? Can someone help me please?
Thanks in advance.