I currently have an expression that uses a max string function, to show the max value for a part on a specific date range, however, this does not take into account different sites. (It only takes the max value for all sites, rather than each site). Obviously, what I need is to calculate the max value for each site and then sum it.
My expressions I currently use, if helpful, are:
if(makeweekdate([BOM Chart - Timescale])-weekstart(today())<=91 AND makeweekdate([BOM Chart - Timescale])-weekstart(today())>0, maxstring([BOM Chart - FCS Sold Qty]))