【发布时间】:2021-09-17 08:52:34
【问题描述】:
我需要转换一个使用带有逻辑运算符的条件语句创建的 Excel 公式。我是 Tableau 新手,无法使用下面提到的公式创建度量:
IF([p_category]="P Invoice","P Invoice",IF(AND([p_category]="Non-P Invoice",OR([P Required YN]="Y",OR([P Required YN]="Flat Y and N if weighted",[P Required YN]="Y if not intercompany"))),"Non-Accepted Non-P Invoice","Accepted Non-P Invoice"))
【问题讨论】:
标签: tableau-desktop