WITH
Member [Measures].[num Last Day of Month] AS
( [时间].[YQMD].CurrentMember.LastChild,[Measures].[门诊人数])
select [Measures].[num Last Day of Month] on AXIS(0),
[时间].[YQMD].[季度]on AXIS(1)
from [B Lue Core]

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2021-10-06
  • 2022-12-23
  • 2021-11-08
  • 2021-08-23
  • 2021-11-12
猜你喜欢
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
相关资源
相似解决方案