Pivot filter not filtering values with special charecters

Hi,

I have the below pivot code

https://snippet.webix.com/jnoag6ft

now when i click on the name filter drop down is coming up but when i click on any country i am unable to check and the data is coming empty.

This is because of the comma present in the country names.

How can ignore comma (,) in the names while filtering.

Hi,
Can anyone help me out please?

@Listopad

Can you please help me :frowning:

by default multicombo has separator as , (comma)
try to handle onFilterCreate event and set different separator for multicombo
https://snippet.webix.com/fh1h3hlh
https://docs.webix.com/api__ui.pivot_onfiltercreate_event.html
https://docs.webix.com/api__ui.multicombo_separator_config.html