Redundant Columns When Downloading Lens Tables #122624
Labels
bug
Fixes for quality problems that affect the customer experience
needs-team
Issues missing a team label
Kibana version: 7.16.2
Elasticsearch version: 7.16.2
Server OS version: centOS 7
Browser version: google Chrome 97.0.4692.71
Browser OS version:
Original install method (e.g. download page, yum, from source, etc.): download page
Describe the bug: I found redundant columns in a table Created by Lens. I guess when producing it, the server side makes some temp columns if the table uses math equation
divide(sum(column1), sum(column2))
of FormulaSteps to reproduce:
divide(sum(column1), sum(column2))
to calculate.Expected behavior:
delete redundant columns in downloaded CSV files.
Screenshots (if relevant):
unsaved.csv
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: