コミュニティアチーブメントバーを展開する。

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

EXISTS statement for hour entries with no billing records

Avatar

Level 10

Hi WF Community,

I'd like to create a report that uses an EXISTS statement to show me hour entries that aren't associated to a billing record.

I have the following text mode filter so far, but it's not filtering properly and just showing me hour entries without billing records:

EXISTS:A:$$EXISTSMOD=NOTEXISTS

EXISTS:A:$$OBJCODE=BILL

EXISTS:A:ID=ID

project:entryDate=$$TODAYbw

project:entryDate_Mod=between

project:entryDate_Range=$$TODAYew

Does anyone know where I might be off path?

Thanks.

Nick

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Community Advisor
Hi Nick, Since Billing Record ID is on each Hour (that’s what “ties them” together), I think this filter should suffice: billingRecordID_Mod=isblank Regards, Doug

元の投稿で解決策を見る

2 返信

Avatar

正解者
Community Advisor
Hi Nick, Since Billing Record ID is on each Hour (that’s what “ties them” together), I think this filter should suffice: billingRecordID_Mod=isblank Regards, Doug

Avatar

Level 10

Hey Doug!

Funny enough, that was the first thing I tried, and it didn't work. However, I now know what was missing - some test data, in Sandbox where I was testing, that qualified 😉

Thanks for pushing me back in the right direction.