Discussions
Why does MAX not work within CASE?
Hi All,
I have an 'Item' level search and am also pulling in from its child custom record 'Item Breakdown' to determine items available on hand.
The general idea is that items that come in bulk can be broken down into single items. The 'Item Breakdown' record contains the bulk item code, single item code, and conversion ratio.
The issue is that sometimes there are multiple child Item Breakdown' records that link to one parent 'Item' record. In that scenario I don't need to be exacting and error to the max wth this formula which works:
Formula (Text)Minimum
MAX({custrecord_brkdwn_single.custrecord_bulk_item_available}) * MAX({custrecord_brkdwn_single.custrecord_brkdwn_single_qty})