任务列表数据视图Web部件xsl修改
我的应用程序是一个审批系统。我正在从任务列表创建数据视图以显示文档的当前状态,并根据标题对它们进行分组,如果我计算每个组标题中的项目数,我可以将其称为当前级别,如果在标题组内没有状态为“未开始”的任务,我需要显示标题/文档已批准。如果我不必在我的数据视图中显示此类批准的文档,那就更好了。如何通过xsl编辑在SPD中实现这一点
My application is an apporval system.I am creating data view from a task list to show the current status of the doc, and grouping them based on title, if i take the count of items in each group title i get to call it as current level, If within a title group there are no task with status as 'Not started' I need to display that the title/doc is approved. It would be even better if i dont have to show such approved doc in my data view. How to achieve this in SPD by xsl editing
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终得到的解决方案很简单...如果特定标题没有处于“未开始”状态的任务,它将显示为“已批准”。对于剩余标题,它只会显示组数...
The solution i ended up with was simple...If there are no task with 'Not Started' status for a particular title it will display as Approved. For remaining title it will just display the group count...