Domo external Link to ADP
Hi ,
I am trying to create a link on associate id (Domo) when clicked on it would take to ADP (https://www.adp.com) and I have used this but it seems to be not working(just adding a link but its not opening up in a new window ) .Please if anyone can help ?
CONCAT('<a href="https://www.adp.com/"','"target="_blank">',EmployeeID,'')
Answers
-
Hi Ajita! I think you are really close. I think you are just missing the ending 'a' tag: </a>
This example also simplifies the concat:
CONCAT('<a href="https://www.adp.com/" target="_blank">',
EmployeeID
, '</a>')Good Luck!
brought to you by Arigato Analytics
www.arigatoanalytics.com
**Say "Thanks" by clicking the "heart" in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0 -
Thanks for your help but still it is not opening .
0 -
Try this?
CONCAT('<div><a href="https://www.adp.com/" target="_blank">',`EmployeeID`,'</a></div>')
0 -
Still not working
0 -
Is ADP one of the approved links for you company? You might need to url approved by Domo Support.
**Say "Thanks" by clicking the "heart" in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0 -
Quick question, should the link just take you to the main ADP website or a specific page?
I learned from experience that mixing double and single quotes is often misleading and confusing. The following syntax should work and take you to the ADP homepage on all rows, you might need to update the href to something different if the idea is to take you to different pages based on the row (you should know how the URL will be composed in that case):
CONCAT('<a href=''https://www.adp.com/'' target=''_blank''>',`EmployeeID`,'</a>')
Please note you can use two apostrophes to escape one and keep this working. This should work for Mega Table cards.
0 -
My apologies for updating you so late, the link should take me to ADP .
Its still not working .
CONCAT
('<a href=''https://www.adp.com/'' target=''_blank''>',`EmployeeID`,'</a>')
0 -
I just tested on my end and seems to be working. What kind of card are you trying to use this in? I've done so in a Megatable with no issues. You need to be in the card view mode not the Analyzer for the link to work.
When looking at the card and clicking on the link it opens in a new tab as expected. Keep in mind that html tags do not work the same on all Card Types.
0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.6K Connect
- 1.2K Connectors
- 300 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 2.9K Transform
- 101 SQL DataFlows
- 623 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 748 Beast Mode
- 60 App Studio
- 41 Variables
- 690 Automate
- 177 Apps
- 455 APIs & Domo Developer
- 48 Workflows
- 10 DomoAI
- 36 Predict
- 15 Jupyter Workspaces
- 21 R & Python Tiles
- 397 Distribute
- 114 Domo Everywhere
- 276 Scheduled Reports
- 7 Software Integrations
- 127 Manage
- 124 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 10 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 109 Community Announcements
- 4.8K Archive