Hi,
I write custom query for advance report on module Accounts.
Part of query is:
IFNULL(accounts.billing_address_country, '')
Field is dropdown list.
In a normal report this field shows full country name
But in custom query it only shows country code with 2 characters.
How can I add full country name of an account to custom query?
/and