How to skip htmlEncode when link from the cell ${__cell} in table panel row

Hi, i’m using a table panel to show slow sql.
and i want to link a detail dashboard from the cell
something like this.

now:
[']
htmlEncode ==> [']
urlencode ==> [%26%2339%3b]
and if using %26%2339%3b link to new dashboard, no data found.

right:
[']
urlencode ==> [%27]
if using %27 link to new dashboard, data found, every thing will be ok.

is there any way to skip htmlEncode in ${__cell}?
thank you for help!!!