Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Group field values in Qlik Sense?

I'm trying to analyze some dirty data and I'd like to create a custom group where I can select the various spellings of one vendor's name into a single value.  What's the easiest way to do this in Qlik Sense?

Thanks,

1 Reply
Not applicable
Author

Hi Kathy,

One way to accomplish that is by using an INLINE table in the Script Editor so you can group many values into your grouping values.

Like this:

// previous LOAD sentences...

MyGroups:

LOAD * INLINE [

Group, DirtyName

Group A, foo1

Group A, foo2

Group B, foo9

];

Then you can use the field "Group" in a sheet to filter your data and also as a Dimension in a chart.