VisActor / VTable

VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.
https://visactor.io/vtable
MIT License
1.72k stars 148 forks source link

[Bug] 透视分析表指标无法展示原始值 #1897

Closed Huangjiahui2233 closed 4 months ago

Huangjiahui2233 commented 4 months ago

Version

1.2.0

Link to Minimal Reproduction

https://github.com/VisActor/VTable/issues/718

Steps to Reproduce

image

Current Behavior

无法展示原始值,包括format函数和style函数中,也无法获取到原始值,全部都转换为0,部分场景需要原始值. 前面的issue有解决过此问题,目前又重新复现 ISSUE718

Expected Behavior

  1. 能够将无法转为数字的单元格显示原始值。
  2. 在format、style函数中将原始值返回,目前函数式的style参数中的dataValue中也是转换过后的值,前几个版本印象value才是转换后的,dataValue是最原始的值

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

fangsmile commented 4 months ago

https://visactor.io/vtable/option/PivotTable#dataConfig.aggregationRules

image 你需要配置下 不做聚合

https://visactor.io/vtable/guide/data_analysis/pivot_table_dataAnalysis

Huangjiahui2233 commented 4 months ago

https://visactor.io/vtable/option/PivotTable#dataConfig.aggregationRules

image 你需要配置下 不做聚合

https://visactor.io/vtable/guide/data_analysis/pivot_table_dataAnalysis

谢谢,已解决