Seems no matter how I structure this URL, it isn't showing as a clickable icon. I use this functionality frequently and typically don't have any issues with it. I simply want to tag on a search term to gmail.
Copy and paste works, but not a clickable URL + also shows up fine in test under expression assistant. Any tips?
HYPERLINK("https://mail.google.com/mail/u/0/#search/"&[Ticket #],"Open") Is not working either
Nor is this working:
HYPERLINK(
CONCATENATE(
"https://mail.google.com/mail/u/0/#search/",
ENCODEURL([Ticket #]),
),
("Open")
)
Where are you trying to display it? How are you trying to display it?
Table view as type URL. The interesting thing is I have done this is many other areas of the app in table view/detail view without issue.
You are just thinking about the url part of it. Maybe you forgot the Open URL action? I know that the system should create one action for it automatically if the column is of type URL, but check if it actually exists and the condition is true
Open URL action with a button on details is working fine....not sure why I can't get this working on table view.
Maybe you expect the table view to show the column? When an action is configured as Inline to a certain column, that column kind of dissapear on the table view. The header is not shown, just the action
User | Count |
---|---|
18 | |
11 | |
7 | |
3 | |
2 |