finebi中,我的字段是IP地址,我怎么能把这个字段的IP地址转换为地区呢?如果通过函数我该怎么做,我不太清楚。。。求知道的大佬帮忙详细指导下,感谢!
在数据库中增加一个对应表感觉会好一些
https://help.finereport.com/doc-view-698.html 你可以自己写个函数
可以安装“常用函数合集”插件。
通过插件函数JSONPathFinder()获取
这里有两个可用的API
https://blog.csdn.net/u010355502/article/details/79607712
可以返回json格式数据。
通过JSONPathFinder()解析出你想要的值。
常用函数集合插件-https://help.finereport.com/doc-view-1493.html
这里有JSONPathFinder() 函数的用法。
你可以试试上述方法。