Laravel Nova Metrics - Use Aggregate Function

后端 未结 0 1951
遥遥无期
遥遥无期 2020-12-31 05:08

If I am trying to display the total number of distinct customers, it would as simple as follows:

return $this->count(
    $request,
    Order::select(\'cus         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题