Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
i want have sum by year and month
i use this espression
=sum({$<AnnoDoc={$(=Max(AE)-2 )},Mesi={<=$(min)}> } ValTot)
wher $(min) is a variabile... but not work..
Thank
=sum({$<AnnoDoc={'$(=Max(AE)-2)'},Mesi={'<=$(min)'}> } ValTot)
=sum({$<AnnoDoc={'$(=Max(AE)-2)'},Mesi={'<=$(min)'}> } ValTot)
Thank for answer Manish , but
espression still ignore Mesi and sum all the month
Can you provide some sample data?
Hi Andrea,
Could you share your $(min) expression?
Thanks!
Thank Manish and all of you , i was type wrong expression
It work perfect.
Thank for help