How to change table query to get computed values?

I'm trying to get "total_clicks" from a computed value on my $table, but it did not apper on $record. Is there another way to change the query and get some calculated values?
image.png
image.png
Solution
You need to override getTableQuery() function on your resource list page
Was this page helpful?