Remove/hide comma separator between multiple values in a cell of Enhanced Data Table Visualization

Hi Team,

i have one usecase which i am able to achieve via Enhanced Data Table Visualization in Kibana.
But since we are having multiple values in a single cell, they are coming as comma separated by default.
Is there any way by which we can remove or hide that comma separator between multiple values of a single cell inside the table

Thanks
Preeti

I suspect the only person who can answer this question is the author of the plugin, @fbaligand.

Hi,

In a computed column formula, you can use this function:
join(separator, array)

So in your case: join(' ', array)

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.