Switch Function
Posted: Thu Feb 18, 2016 2:27 am
{Switch(sale_items.sales.received_by == "leader", sale_items.sales.receive.name, sale_items.sales.received_by == "others", sale_items.sales.received_name)}
This is my expression. Why it doesn't work.
This is my expression. Why it doesn't work.