LINKTOVIEW in the same app and LINKTOAPP to another app

Hello!!
In this table the first three row are different view in the same app but the last one SAL FORNITORI is in another app and the field LINK is the APP-ID

I’using this formula LINKTOVIEW([LINK]) but when i click in the row SAL FORNITORI, link app doesn’t work. How can i use this APP formula correctly?
TKS

You shouldn’t mix Views and Apps.
Make another column called APP for example and change your expression to

LINKTOVIEW([LINK], [APP])

Notice that you will need to have both values now whenever you want to redirect someone using LINKTOVIEW(). The View name first, the App ID second.

3 Likes