ディスカッション
NetSuiteの保存検索やレポートをマスターするための究極のガイドである分析センターを使用して、データの力を最大限に活用しましょう。複雑さを単純化し、組織の真の可能性を解き放ちます。今すぐ分析センターに参加して、新たな高みを目指しましょう!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
累積費用レポートをカスタマイズする
で 会計 / ERP
適用
製品: NetSuite 2022.1
シナリオ
ユーザーは累積費用保存検索を作成したい
解決策
- トランザクション > 管理 > 保存検索 > 新規作成より
- トランザクションを選択してクリック
- 検索タイトル:タイトルを記入
- 条件タブをクリック
- 標準サブタブをクリック
- フィルター
- 勘定科目を選択
- 勘定科目:累積費用の勘定科目を選択
- 設定をクリック
- 金額(貸方)を選択
- 金額(貸方):0.00以上である
- 設定をクリック
- 戻入番号を選択
- 戻入番号:空白である
- 設定をクリック
- 勘定科目を選択
- 結果タブをクリック
- 列サブタブをクリック
- フィールド
注: すべての必須フィールドについて、ドロップダウン メニューを使用して選択し、調整したら、必要に応じて追加をクリックします。- 種類を選択
- 概要の種類:グループを選択
- 勘定科目を選択
- 概要の種類:グループを選択
- 計算式(通貨)
- 概要の種類:合計を選択
- 計算式 = case when trunc({today})-{trandate} between 1 and 30 then {creditamount} end
- カスタムラベル = 1-30Days
- 計算式(通貨)
- 概要の種類:合計を選択
- 計算式 = case when trunc({today})-{trandate} between 31 and 60 then {creditamount} end
- カスタムラベル = 31-60Days
- 計算式(通貨)
- 概要の種類:合計を選択
- 計算式 = case when trunc({today})-{trandate} between 61 and 90 then {creditamount} end
- カスタムラベル = 61-90Days
- 計算式(通貨)
- 概要の種類:合計を選択
- 計算式 = case when trunc({today})-{trandate} between >90 then {creditamount} end
- カスタムラベル = >90Days
- 計算式(通貨)
- 概要の種類:合計を選択
- 計算式 = NVL(case when trunc({today})-{trandate} between 1 and 30 then {creditamount} end,0) + NVL(case when trunc({today})-{trandate} between 31 and 60 then {creditamount} end,0) + NVL( case when trunc({today})-{trandate} between 61 and 90 then {creditamount} end ,0)+ NVL(case when trunc({today})-{trandate} > 90 then {creditamount} end,0)
- カスタムラベル = 未回収残高合計
- 種類を選択
- 保存&実行をクリック
タグ付けされた:
0