TFS 2010 自定义工作项字段未显示在 OLAP 中
我创建了自定义“Bug”工作项模板,但是当我在 Excel 中拉出 OLAP 多维数据集时,数据透视表字段列表中没有任何新字段。我已经手动刷新了多维数据集,但它们仍然没有显示。想法?
提前致谢...
I've created a custom "Bug" work item template, but when I pull the OLAP cube in Excel, none of my new fields are in the PivotTable field list. I've manually refreshed the cube, but they're still not showing up. Thoughts?
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您定义自定义字段时,如果您希望将它们推送到数据仓库/多维数据集,则必须将它们标记为reportable=“dimension”或reportable=“measure”。
有关详细信息,请参阅此文章:http:// msdn.microsoft.com/en-us/library/ms194942(v=vs.80).aspx
When you define the custom fields you have to mark them as reportable="dimension" or reportable="measure" if you want them to get pushed to the data warehouse/cube.
See this article for more details: http://msdn.microsoft.com/en-us/library/ms194942(v=vs.80).aspx