Hi support team,
Is it possible to have calculation on table's column of report.view? The purpose is to allow me to have calculation for particular columns from two queries. Example, Total=$variable1+$variable2. Both variables are shown below. Appreciate you.
$variable1 = $this->dataStore("qry1")->data()[0]["sales1"];
$variable2= $this->dataStore("qry2")->data()[0]["sales2"];