您能让 Tableau 处理稀疏列吗?

发布于 2024-08-25 08:38:17 字数 76 浏览 5 评论 0原文

我们正在评估 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

深海里的那抹蓝 2024-09-01 08:38:23

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.

躲猫猫 2024-09-01 08:38:22

是的,你可以这样使用它,可视化会剪掉空的部分,仅此而已。

Yes you can use it like that, the visualization will cut off the parts that are empty, that's all.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文