最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Crystal Report for Cityworks: Comments - Stack Overflow

programmeradmin1浏览0评论

I am using Crystal Reports 2016 and Cityworks 15.7.5 (not sure the Cityworks version is relevant)

What I am attempting to do is write a report that traps all of the Cityworks Service Requests initiated by scf, 311 that have never had a "To SCF:" comment.

I can get all comments containing "To SCF:" but I don't need to know when people are doing things correctly. I need to know when nobody has responded back to the citizen reporter in 311. I don't really even need to see the commenst just the service request numbers that have never had a "To SCF:" comment.

I am using Crystal Reports 2016 and Cityworks 15.7.5 (not sure the Cityworks version is relevant)

What I am attempting to do is write a report that traps all of the Cityworks Service Requests initiated by scf, 311 that have never had a "To SCF:" comment.

I can get all comments containing "To SCF:" but I don't need to know when people are doing things correctly. I need to know when nobody has responded back to the citizen reporter in 311. I don't really even need to see the commenst just the service request numbers that have never had a "To SCF:" comment.

Share Improve this question asked Nov 20, 2024 at 16:21 Leah HughesLeah Hughes 31 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

If the "To_SCFcomment" column is in a table that is already in the report, you can simply add

IsNull({TableName.To_SCFcomment})

as a record selection formula.

Otherwise, add the table to the report. If no comment means no record in a related table, use Outer Join.

发布评论

评论列表(0)

  1. 暂无评论