Hi All,
I was trying to replicate a logic represented in this SQL Query to a set expression in charts, but could not get to a working result:
SELECT Revenue, CONCAT([BillTo.Bill To Base], ' ', [BillTo.Bill To Location]) as BillingAccount
FROM QLIK
WHERE BillingAccount = " 22194002"
Can anyone help ?