Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一份报告,我正试图从画面迁移到观察者。我的报告中确实有如下固定字段。有没有办法在不使用派生表的情况下在查看器上创建此语句?否则,一旦我们迁移所有报告,视图就会变得非常复杂。
{ FIXED [Employee Id]:MAX( IF NOT ISNULL([Taşıyıcı end date]) THEN [Taşıyıcı end date] END)}
有没有办法在不使用派生表的情况下在查看器上创建此语句?
不幸的是,没有 - 唯一的解决方案是派生表(正如你提到的)。