Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to show hyper link for a field in Qlik Sense Table

Hi Folks,

I have a Table, i need to apply hyper link for one of the field (integer).

Sub2u444

20 Replies
Not applicable
Author

Hi,

i am new to qlik sense. I have no idea how to create extension.

can i use the above code in expr?

Thanks for your reply.

SUb2u444

reddy-s
Master II
Master II

Hi Subba Reddy,

I am sorry if I was not clear. You cannot use this in an expression. This cab be used in an extension object in the Javascript file.

Thanks,

Sangram.

Not applicable
Author

Okay. Sorry to say, I have no idea in java.

Thanks for your time.

Thanks a ton.

Sub2u444

reddy-s
Master II
Master II

No Problem at all!

Not applicable
Author

Hi Sangram,

can you the expr, i am not getting he correct color....

Chanty4u
MVP
MVP

r u getting expression error?   if yes  i think u missed one closing brace at the end.

if not

try with original RGB()  values for Green() and Red()

Not applicable
Author

so can you share the values for Green and Red..?

i have not getting for above expr, but it was showing expected the color ..

Chanty4u
MVP
MVP

based on ur metrics...u can chk RGB values  like below try thiscolur.PNG

Not applicable
Author

I am sorry, i am using QliSense. Here there is no option to select.

reddy-s
Master II
Master II

Hi Subba Reddy,

What Chunty suggested will work even in qliksense. Just make use of the rgb() function like this:

Taking the rgb values from the above screen shot:

use this as the colour code: rgb(255,128,128) this should give you a solid red colour