您能让 Tableau 处理稀疏列吗?
我们正在评估 Tableau,并注意到它似乎无法识别 SQL Server 2008 表中的稀疏列。这可能吗?或者有什么常见的解决方法吗?
We are evaluating Tableau and noticed that it doesn't appear to recognize sparse columns in our SQL Server 2008 tables. Is this possible or are there any common workarounds?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Tableau 显示从 SELECT * 查询中找到的列。
在查看此博客时,我们发现 SELECT * 省略了 SPARSE 列。 https://blogs .msdn.microsoft.com/sreekarm/2009/01/08/sparse-columns-in-sql-server-2008/
您必须在 Tableau 中使用自定义 SQL 连接显式命名要查看的列。
Tableau displays the columns it finds from a SELECT * query.
In reviewing this blog we see that SELECT * omits SPARSE columns. https://blogs.msdn.microsoft.com/sreekarm/2009/01/08/sparse-columns-in-sql-server-2008/
You would have to explicitly name the columns you want to see using a CUSTOM SQL connection in Tableau.
是的,你可以这样使用它,可视化会剪掉空的部分,仅此而已。
Yes you can use it like that, the visualization will cut off the parts that are empty, that's all.