Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Mapping

Hi,

How convert below qlickview code to simple SQL

DEPARTMENT_MAP:

MAPPING

LOAD

  ACCOUNT,

  IF(MATCH(UPPER(DEPT), 'RSA', 'NAM', 'ZIM'), Country, 'OTHER')  AS Country

FROM source

0 Replies