Re: Need some advice about Custom field
Reply #3 –
@willvin Did custom field support sql to other table?
example if I have 2 table
1.customer
2.customer_outcome
If I want sum of customer_outcome,can I coding like this on expression of custom field?
SELECT SUM(outcome_value)
FROM customer_outcome GROUP BY id_cus
PS.Custom field created on list page of customer table.