Required Functionality
It must be possible to limit the variations of one field based on the values in the other.
Proposed Solution
Similar to IF condition or CASE in SQL.
Use case
This can help to take into account possible dependencies between fields.
Example: sales data with transactions and revenue (without prices). Revenue can only be above zero if at least one transaction took place.
Required Functionality It must be possible to limit the variations of one field based on the values in the other.
Proposed Solution Similar to IF condition or CASE in SQL.
Use case This can help to take into account possible dependencies between fields. Example: sales data with transactions and revenue (without prices). Revenue can only be above zero if at least one transaction took place.