Hyperlink

I have produced the below Training report where a Certificate is included as a document/field. But I want to make a hyperlink of that Certificate with the "Course Name".

How can I achieve this please?

John_Henry_Jose_0-1671045147153.png

@Aleksi @Steve @Phil 

Thanks in Advance.

John

Solved Solved
0 7 214
1 ACCEPTED SOLUTION

That extra ")" belongs to CONCATENATE. Change this option as OFF and then test it again.. 

Aleksi_0-1671607382880.png

 

View solution in original post

7 REPLIES 7

I used the below expression but system says "Bad request".

<<IFS
(
ISNOTBLANK
(
[Certificate]
),
HYPERLINK
(
CONCATENATE
(
https://www.appsheet.com/template/gettablefileurl?appName=",ENCODEURL("TalentManagementSystemv1-575724”),"&tableName=",ENCODEURL(“Tbl_Training”),"&fileName=",ENCODEURL([Certificate])),“Certificate”)
)>>

@Aleksi @Steve @Phil 

@Aleksi Can you please help me out with the hyperlink expression please!!

Thanks.

John


@John_Henry_Jose wrote:

ENCODEURL([Certificate])),“Certificate”


 

([Certificate)) <- could this extra ) be the problem?

Thank you so much.

That extra ")" belongs to CONCATENATE. Change this option as OFF and then test it again.. 

Aleksi_0-1671607382880.png

 

Thank you so much Mr. Aleksi.

You're welcome!

Top Labels in this Space