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: 
draghici1109
Creator
Creator

Filter Box: how to fill it with a predefined List of values?

Greetings!

I am using a filter box, like in this screen shot:

draghici1109_0-1690263351001.png

 

How can one  set it so that the list of values that can be filtered show for selection only the emphesized values C4.1 and C4.3?

The dimension that is used for the filter values is DIM16_Wert.

Thank you in advance!

Alexandru Draghici, Freiburg, Germany

Alexandru Draghici
BICC at Komm.ONE
Labels (3)
2 Solutions

Accepted Solutions
md_talib
Contributor III
Contributor III

you can use if condition in the filter to show your desired value.

=if (wildmatch(DIM16_Wert,'C4.1','C4.3'),DIM16_Wert)

View solution in original post

draghici1109
Creator
Creator
Author

Thank you for your timely and valueble solution! 

Alexandru Draghici
BICC at Komm.ONE

View solution in original post

2 Replies
md_talib
Contributor III
Contributor III

you can use if condition in the filter to show your desired value.

=if (wildmatch(DIM16_Wert,'C4.1','C4.3'),DIM16_Wert)

draghici1109
Creator
Creator
Author

Thank you for your timely and valueble solution! 

Alexandru Draghici
BICC at Komm.ONE