Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to use a state field that contains both state code and a state name?

Hi All,

I am trying to insert a field to the drilldown dimension with a full state name, for example: "NY - New York" and I am getting an error.

Only when I am using a state code or a state name fields it works properly.

Is there any way to use a full state name?

Thanks for the help

2 Replies
jaumecf23
Creator III
Creator III

Hi,

You need to create a new field like this in the script for example:

[state code] & ' - ' & [state name] as [full state name]

sunny_talwar
MVP
MVP

Is this for QlikView or Qlik Sense? Do you get an error message?