0
Попытка выполнить приведенные ниже инструкции в MicroStrategy безрезультатно.Как условно считать в MicroStrategy?
Count(Distinct case when Insight <> 'Missing' then call_discuss_sk else null end)
и
Count(Distinct case when Quarters_to_this_quarter between 1 and 5 then call_discuss_sk else null end)
текущий код MSTR выглядит, как показано ниже, и может подтвердить, что это не работает ...
Count<Distinct=True, UseLookupForAttributes=False>(ApplySimple("case when #0='Missing' then NULL else #1 END",Insight,[Call Discuss Sk])){~}
Таблица Я запрашивая выглядит как ниже