Forum Discussion
Rally00
4 years agoFrequent Visitor
Help Max date
Hello everyone, for a table I should group the values by max date. In particular, for each ID I should have the maximum date ID Date 0WO1i000001yEKeGAM 12/03/2022 0WO1i000001yEKeGAM...
- Anonymous4 years ago
- 4 years ago
Remove the extra closing square bracket .[Date]]
Rally00
4 years agoFrequent Visitor
Hi I have inserted the following function, as you indicated
T_Max_Receipdate = SUMMARIZE(gii__receipt__c,gii__receipt__c[gii__transferorder__c],"DATE",LASTDATE(gii__receipt__c[gii__receiptdate__c - Date].[Date]]))
but now the message "the end of the input has been reached" appears .. what is not correct?
Thanks
Dom