使用以编程方式更改的自定义 FetchXML 创建图表

发布于 2024-12-23 12:23:22 字数 558 浏览 0 评论 0原文

我需要创建一个条形图来显示我们在过去 3 个月内创建的帐户数量。我尝试过使用“最后 X 个月”查询/视图,但正如我在 发布它只是没有按照我想要的方式工作。我进行了一些搜索,发现了另一个文章 可以帮助我,因为它解释了如何创建依赖于网络资源的图表。如果我创建了一个 Web 资源 (JScript),可以使用确切的日期以编程方式创建 fetch xml,那么我就很高兴了。我知道如何创建 fetch xml,我不明白的一件事是如何将其注入到图表 xml 中并使其呈现。所以基本上我需要创建一个依赖于 Web 资源的自定义图表,该资源将计算正确的 fetch xml。有什么想法吗?

I need to create a bar graph that shows the # of accounts we've created in the past 3 months. I've tried using the Last X-Months query/view but as I've said in this post it just isn't working the way I want it to. I did some searching and found another article that could help me, in that it explains how to create a chart that relies on a web resource. If I created a web resource (JScript) that could programmatically create a fetch xml using the exact dates then I would be golden. I know how to create the fetch xml, the one thing I do not understand is how to inject it into the chart xml and get it to render. So basically I need to create a custom chart that relies on a web resource that will calculate the correct fetch xml. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

吻安 2024-12-30 12:23:22

您可以使用 Business Intelligence Development Studio (BIDS) 和 fetch 扩展(或本机 SQL,如果您使用的是本地安装)来创建可包含在仪表板或报表中的图表/报告,而不是使用 javascript。 Dynamics 客户端中的表单。然后,您可以使用 VB 包含在三个月前的第一个月或之后创建的任何内容,或任何其他类似的逻辑。

Richard Knudson 有一篇博客文章,致力于在仪表板中包含报告,MSDN 也是如此

Rather than using javascript, you can use Business Intelligence Development Studio (BIDS) and the fetch extension (or native SQL, if you're using an on-premise installation) to create a chart/report that you can include in a dashboard or a form in the Dynamics client. You can then use VB to include anything created on or after the first of the month three months ago, or any other like logic.

Richard Knudson has a blog post dedicated to including reports in dashboards, as does MSDN.

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