收藏Tableau Community Forums Member (Inactive) (Salesforce) 提问于 #Error2021年10月25日 11:23Created bins. But getting only null and #error value as output.Created bins in tableau. All I am getting is null and #error value as output. Please let me know how can I resolve this. Sharing image for the same. 4 个回答排序按日期排序按最有帮助排序按日期排序加载更多评论...已采纳的回答Tim Terry2022年6月3日 21:59I found wrapping the function that is used to calculate the values I am trying to bin in the INT() function resolved this issue for me. Example = INT(datediff('day', birthdate, someDate)/365.25)添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Tim Terry2022年6月3日 21:59I found wrapping the function that is used to calculate the values I am trying to bin in the INT() function resolved this issue for me. Example = INT(datediff('day', birthdate, someDate)/365.25)