问题描述:我想读取一个域的值得到数据库的文件名(*.nsf)。假定域名为DataBasePath,示例数据为:weboa/adm/tesys.nsf,我希望在视图中得到tesys.nsf。

处理办法:@LowerCase(@RightBack(DataBasePath;"//"))

原理:为什么是//?而不是"/"。由于/在公式语言中作为转义字符。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2021-09-09
猜你喜欢
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-02-17
  • 2021-04-23
相关资源
相似解决方案