小编Her*_*oes的帖子

Incorrect Office 365 Date Modified Format when browsing for files

My user has their regional Date Format as Month Day Year, however, when browsing in Office 365 the Date Modified format shows in Day Month Year which is not desired.

Excel浏览窗口

区域设置

When the user browses files outside of Office 365 the date modified is in the same order as the regional settings which is what is desired.

Windows资源管理器浏览

What setting is required to ensure that the date modified, when browsing with Office 365, matches the user's regional settings?

另外,其他用户也遇到同样的问题,并且日期修改格式有时不一致,有时是按年月日顺序。

windows-7 office365

6
推荐指数
1
解决办法
92
查看次数

使用2个不同字段的案例陈述

我有一个称为主题的字段,主题中的数据有时是NOA,我想做的是当主题为NOA时将字段Date更改为空,如果不是,则使用Date字段中的Date。我知道这是不正确的,但类似这样:请参阅代码

Case
 when subject not like 'NOA%' then date
  else ''
end as NOADATE
Run Code Online (Sandbox Code Playgroud)

sql advantage-database-server

1
推荐指数
1
解决办法
47
查看次数