Provide link in table visual for indivdual cells

Hi,

I followed this link,
How to add drill down/detail link to the metrics in Grafana.

But, also I have to provide different link to individual cells in table visual, is it possible.

For Example,

Organization Emp_Count
ABC 10
XYZ 20

So when I click on ABC, it should open a link and XYZ should open different link.

Please suggest

Thanks,

Need Further direction

Updating my URL in General tab to get cell value dynamically worked by using below
http://10.XX.XXX.XX:3000/d/R-1AfgpSj/org-dashboard?orgId=1&var-assetid=$__cell

It does generate cell value dynamically as below
http://10.XX.XXX.XX:3000/d/R-1AfgpSj/org-dashboard?orgId=1&var-assetid=ABC
http://10.XX.XXX.XX:3000/d/R-1AfgpSj/org-dashboard?orgId=1&var-assetid=XYZ

Now, I want to know how can I capture these query parameter var-assetid=ABC into my sql query where clause,
so that my graph will change based on these values.