Hi Experts,
I use the function 'Case when' to show chinese data in BIEE Analytics, but the information show messy code.
How to solve this issue? Is there other function to change this character?
PS: I can use the 'N' character to show correct data in SQL SERVER Client, but it does not work in BIEE, Maybe it do not have this function.
For example: case when "Address"."Type" ='1' then N'家庭' end
BIEE Version:11.1.1.7.+
DB : SQL SERVER 2012
