如何用函数将字符串转换成指定的数字,例如A代表001,B代表002……当获取到字符串B后,如何转换成对应的001.
switch('B','A','001','B','002')
如果比较多建议设定一个数据集来转换,然后使用VALUE、map等函数进行转换
https://help.fanruan.com/finereport/doc-view-839.html
https://help.fanruan.com/finereport/doc-view-853.html
用replace函数
1111111111