简体   繁体   English

如何使用公式计算在表格中创建新列

[英]How to create new column in tableau with formula calculation

I am really new to the tableau.我对这个画面真的很陌生。 Can someone help out and advise how to create new column inside table with formula calculation.有人可以帮忙并建议如何使用公式计算在表内创建新列。 enter image description here在此处输入图像描述

Formula: (Answered interactions – Interactions that miss service level) / (Answered interactions + Abandoned interactions + Flow-outs)公式:(应答交互 – 错过服务级别的交互)/(应答交互 + 放弃交互 + 流出)

You won't be able to display it on the same sheet if you have [Metric Name] in the view.如果视图中有 [Metric Name],您将无法在同一张工作表上显示它。 But you can do it on another sheet and place them side by side on a dashboard.但是您可以在另一张纸上进行操作,并将它们并排放置在仪表板上。

count(if [Metric Name] = 'Answered interactions' then [Count] end)

This will isolate just the Answered interactions counts.这将仅隔离已回答的交互计数。 Follow this pattern for the rest of the formula.对于公式的 rest,请遵循此模式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM