Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
adiarnon
Creator III
Creator III

link to a file

hi,

i have a table that one of the columns has an address of a file (like - 'C:\Users\Adi\hi')

i want that if the user clicks on the address in the cell - the file will open.

how can i do that?

tnx...

1 Solution

Accepted Solutions
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

You can use a expression like :

MyFilePath & '<url>' & MyFilePath

on straight table and turn display options (for this expression to Linking)

Capture.PNG.png

Best,

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

4 Replies
Not applicable

Hi Adi,

In Straight table properties>expression Tab> Display options part  there is an representation selection Called "Link"

You can use it.


Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi,

You can use a expression like :

MyFilePath & '<url>' & MyFilePath

on straight table and turn display options (for this expression to Linking)

Capture.PNG.png

Best,

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!
adiarnon
Creator III
Creator III
Author

tnx!!!!

adiarnon
Creator III
Creator III
Author

tnx!!!!