Total Available Metric
Essential knowledge
Intended Audience:
Business User
Author:
Movyn John
Changed on:
15 Jan 2026
Overview
Learn about the Total Available Metric in Fluent AnalyticsKey points
- Corrections impact inventory accuracy and operational efficiency
- May indicate theft, damage, receiving errors, or system issues
- Patterns can guide improvement focus areas
What it measures
Current total available inventory for active virtual positions for the selected virtual catalog.
When to use this metric
- Monitor inventory accuracy and control processes
- Assess the effectiveness of cycle counting programs
- Identify locations or products with accuracy issues
- Track progress on inventory management improvements
How to interpret
- Good performance: Low correction volumes indicate accurate inventory tracking
- Potential issues: High corrections suggest process, system, or training problems
- Benchmark guidance: Target less than x% of total inventory requiring correction
Technical details
Domain:`virtual_position`Formula: SUM(virtualPosition.quantity) where virtualPosition.status = {STATUS_ACTIVE} as of current timestampReference Filter Parameters:`retailer.ref`: Filters the metric to inventory positions from the selected retailer`virtual_position.product_ref`: Filters the metric to virtual positions for the selected product`virtual_position.group_ref`: Filters the metric to virtual positions for the selected group (AKA Location)`virtual_catalogue.ref`: Filters the metric to virtual positions for the selected virtual catalogue`virtual_position.status`: {STATUS_ACTIVE} - Status definitions for active virtual positions (default: ACTIVE)