How to concatenate/append hyperlink within text

Hi Team,

I there any way by which I can add hyperlink with ongoing text.

I am working on Form view -> show type - > text want to achieve something like this

0 4 1,700
4 REPLIES 4

Hi @Amit_Suryawanshi!

Welcome to the community!

Check this out:

This kind of column makes an โ€œactionโ€ that sends the user to the page of the URL. Itโ€™s not exactly the same as an HTML link but quite similar.

Iโ€™ve written a โ€œTipโ€ to augment the documentation:

In this tip, I explain how to change your link so it takes the user completely out of the app, if that is what you want. I also point out that we are quite limited in the length of text we can use in such a link.

If you search this archive with โ€œhyperlinkโ€ youโ€™ll find more information.

Hi Kirk,

Appreciate your prompt reply

I have tried in this way

CONCATENATE("some textโ€ฆ ",
HYPERLINK(โ€œhttp://www.appsheet.com/","Link 1โ€),
โ€œ. Some text 2โ€ฆโ€,
HYPERLINK(โ€œhttp://www.appsheet.com/","Link 2โ€),
โ€œ. Continue with textโ€ฆโ€)

In result what I got is complete text even content within hyperlink function are converted into text.

Eg. some textโ€ฆhttp://www.appsheet.com/.some text 2โ€ฆ

What i want is like this - some textโ€ฆLink 1.some text 2โ€ฆ

Note- I am working on FORM view and using show data type to display text.

Thanks

Steve
Platinum 4
Platinum 4

Iโ€™m not aware of a way to get what you want within the app itself. Itโ€™s possible in reports, but not within the app display.

Right! Perhaps this is something to request.

Actually, there are actions that are somewhat similar to hyperlinked text (though not what @Amit_Suryawanshi is asking for) : Card view.

Top Labels in this Space