Hello, I have a web application with a lot of client numbers. I wish to click on a client number in my web application so it opens a Tableau server workbook and give everything about that customer. To get this done, it needs to fetch the client number from my wen application and post it to the Tableau workbook so the workbook filters out that client and give me the details about that customer.
Is this possible to do so, and so yes, can anyone point me in the right direction? Maybe something to do with an API?
Kind regards,
Richard Sanchez
Are you actually embedding the dashboard into your application or do you just need to open a dashboard with the right client filtered? If the later then you could just use URL parameters to open a pre-filtered dashboard. The URL would look like so: https://yourserver/views/YourWorkbook/YourDashboard?ClientID=10472