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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Beginner
Contributor III
Contributor III

Aggregate Variances for Filter Pane?

Hi,

I was wondering if I could aggregate somehow, possibly with an expression, the data I'm looking at for my filter pane.

For example, my data set looks like the following:

Client A

Client A Inc

Client A 

Client A

Client A Inc.

Client A Incorporated

Client A Services

 

For my dashboard I am using a filter pane by Client but as you can see it may be called something slightly different so all of these options would show up in my filter pane. In order to see them all, I would have to click individually on all the variances. 

 

So my question is, is there some sort of expression I can use in Qlik Sense to do this? Or is the best option to save my data?

 

 

1 Reply
vamsee
Specialist
Specialist

Try creating a new column

SubField(Column,' ',1)&SubField(Column,' ',2) as Aggr_Column

You can do this in the UI too.