Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
MPS
Contributor III
Contributor III

How to Show certain values in filter pane

Dear all,

Am trying to set certain value under the 'Filter Pane' with the below expression, but for some reason, it shows 'invalid dimension'.  Can you please help.

Dimension in filter pane --- =Only({<[Account Record Type]={'Consultant', 'ISA', 'Stakeholders'}>} [Account Record Type])

 

 

Labels (1)
1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

try this

aggr(Only({<[Account Record Type]={'Consultant', 'ISA', 'Stakeholders'}>} [Account Record Type]),[Account Record Type])

 

View solution in original post

3 Replies
Chanty4u
MVP
MVP

try this

aggr(Only({<[Account Record Type]={'Consultant', 'ISA', 'Stakeholders'}>} [Account Record Type]),[Account Record Type])

 

Qlik1_User1
Specialist
Specialist

@MPS  Try this

AGGR(Only({<[Account Record Type]={'Consultant', 'ISA', 'Stakeholders'}>} [Account Record Type]),[Account Record Type])

MPS
Contributor III
Contributor III
Author

Thank you so much @Chanty4u  and  @Qlik1_User1  . Both worked perfectly 😊