ディスカッション
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.
販売数量と受領数量を表示するための保存検索を作成する
適用
製品: NetSuite 2024.1
シナリオ
特定の期間の販売数量と受領数量を示す保存検索を作成したいが、転送注文からの数量が除外される。
解決策
- レポート>保存検索>すべての保存検索>新規に移動します。
- トランザクションをクリックします。
- 条件をクリック
- 標準をクリック
- フィルタをクリック:
種類を選択
アイテム配送、アイテム受領、現金販売のいずれかを選択
設定をクリック
日付を選択
日付範囲を選択
アイテムフィールド: 種類 を選択
在庫アイテムを選択
作成元フィールド: 種類 を選択
選択項目は転送指示ではありません。 - 結果をクリックします。
- 列をクリック
- フィールド:
- アイテムフィールド:名前 を選択
概要の種類: グループを選択 - アイテムフィールド:概要 を選択
概要の種類 グループの選択 - アイテムフィールド:種類 を選択
概要の種類: グループを選択 - 種類を選択
概要の種類: グループを選択 - 計算式 (数値)を選択
概要の種類 合計を選択
計算式を入力: case when {type} = 'Item Receipt' then {quantity} else 0 end | Custom Label: Quantity Received - 計算式 (数値)を選択
概要の種類 合計を選択
計算式を入力: case when {type} = case when {type} = 'Item Fulfillment' then {quantity} else 0 end | Custom Label: Quantity Sold - 計算式 (数値)を選択
概要の種類 合計を選択
計算式を入力: case when {type} = 'Cash Sale' then {quantity} else 0 end | Custom Label: Quantity Invoiced - 保存して実行をクリックします。
0