Make url value as Hyperlink at form level

Hi Expert

Is it possible to make the column PROJECT SLIDE LINK a link where I click it it automatically launch google slide? At the moment i need to copy and paste. At the mean time it's just a virtual column with this ANY(SELECT(Project List[CTBG OFFICIAL PROJECT UPLOADED],[PROJECT ID]=[_THISROW].[PROJECT ID]))

desmond_lee_0-1751903340289.png

 

Solved Solved
0 4 47
2 ACCEPTED SOLUTIONS

Steve
Platinum 5
Platinum 5

Make the PROJECT SLIDE LINK column type ShowCategory of Url, and a Content expression that uses HYPERLINK().

View solution in original post

Thank you. HYPERLINK(ANY(SELECT(Project List[CTBG OFFICIAL PROJECT UPLOADED],[PROJECT ID]=[_THISROW].[PROJECT ID])), [OE_SURVEY ID])

View solution in original post

4 REPLIES 4

Steve
Platinum 5
Platinum 5

Make the PROJECT SLIDE LINK column type ShowCategory of Url, and a Content expression that uses HYPERLINK().

HYPERLINK(). - How are we going to put this link ? Because my link change when OE-SAVE_ID change.

It's an expression, so it can use the value of the OE-SAVE_ID column.

Thank you. HYPERLINK(ANY(SELECT(Project List[CTBG OFFICIAL PROJECT UPLOADED],[PROJECT ID]=[_THISROW].[PROJECT ID])), [OE_SURVEY ID])

Top Labels in this Space