Concept Flow
Product Table +----------+-----------+ | Product | ProductID | +----------+-----------+ | Laptop | 101 | | Tablet | 102 | | Smartphone | 103 | +----------+-----------+ URL Template +-----------------------------------------+ | https://example.com/product?id= | +-----------------------------------------+ URL Action Formula: URL = [URL Template] + STR([ProductID]) This creates a clickable link for each product by combining the base URL with the product's ID.
We start with a product list and a URL template. The URL action formula combines the URL template string with the product ID converted to text. This creates a unique URL for each product that can be used as a clickable link in Tableau dashboards.