Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
I have a fomula that displays the maximum aggregated value of a certain field. This expression is shown here below:
'*'&num(MAX(TOTAL AGGR(sum({<$(v_CY), $(v_CY_BP), CD_SCENARIO={'ACT'}, [DMD Code] =- {'ND'}>}[AM_NET_SALES]), [Dealer Name]))/1000,'#,###.0')&' k$'
I would like to know which is the formula to display the Deler Name that corresponds to the maximum value, obtained with the formula above.
Thank you very much.