在 ClearQuest 中,如何在 SQL 编辑器中生成查询以提示用户输入值?
我使用查询向导生成一个 ClearQuest 查询。 在查询编辑器中,我可以为给定字段选择过滤器。 但是,我想使用 SQL 编辑器优化查询,但随后我失去了动态过滤器的能力。 我该如何解决这个问题。
I generate a ClearQuest query using the Query Wizard. In the Query Editor, I am able to select a filter for a given field. However, I want to refine the query using the SQL Editor, but then I loose the ability to have a dynamic filter. How can I resolve this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很确定答案是“你不能”,因为生成的 SQL 包含为构建查询时设置的任何动态过滤器输入的值,并且正如您所说,编辑 SQL 的行为会阻止使用查询编辑器进一步进行操作。变化。
最好的选择是找到一种方法来使用查询编辑器来完成您需要 SQL 编辑器完成的任务。 开始另一个问题。
Pretty sure the answer is "you can't" since the SQL generated includes the value entered for any dynamic filters set up when you built the query, and as you say, the act of editing the SQL prevents using the Query Editor to make further changes.
Your best bet is to figure out a way to use the Query Editor to do what you need the SQL Editor for. Start another question.