Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a chart with 5 points values. I want to spread this values in the chart. ´Cause of this y change MIN and MAx. But when i do it, values disappear.
max limit: RangeMAX(MAX({<Month={"$(vMesultimo)"}>}PayingCustomer),MAX({<Month={"$(vMesultimo)"}>}DealerGroup_PayingCustomer),MAX({<Month={"$(vMesultimo)"}>}District_PayingCustomer),MAX({<Month={"$(vMesultimo)"}>}Owner_PayingCustomer),MAX({<Month={"$(vMesultimo)"}>}National_PayingCustomer),MAX(AGGR(sum({<Month={"$(vMesultimo)"}>}top25_cust_pay_Sum_PayingCustomer_12),level)/AGGR(sum({<Month={"$(vMesultimo)"}>}top25_cust_pay_Sum_Active_Customer_total),level)))
Could you help me?