Solved

feasibility to navigate to custom url from a table visual.

  • 13 July 2023
  • 1 reply
  • 21 views

  • New Participant
  • 1 reply

Do we feasibility to navigate to custom url from a table visual.

 

I have a table insighst containing columns

EmployeeId ; EmployeeName ; Department

I would like to navigate when user click on employeeName details on table to custom url, passing employeeid as query string parameter to url

icon

Best answer by Francisco Antunes 13 July 2023, 16:39

View original

1 reply

Hello Yogi,

I assume that you built or embedded this visualization via the GoodData UI SDK, correct? If so, it is indeed feasible to set up Drilling to URL, but it does not work out-of-the-box (i.e., via the UI like in Set Drill into URL for GD Cloud) and needs to be implemented. 

 

When using Drill to URL on an embedded visualization, the appropriate events are still emitted, but no action is taken. You’d need to use the eventHandlers prop documented here to listen to them and apply a custom action (redirect to another dashboard, redirect to another URL).

  • Here's a recently added example in the Component Gallery that describes how to do that

 

I’d also recommend taking a look at the Gooddata.UI SDK article DrillableItems for some additional info.

 

Best,

Francisco Antunes

Reply