Forum Discussion
silverdale9999
5 years agoHelper I
Maximum Date Custom Column - Compare 2 dates in different tables
Hi everyone! Trying to get my head around this and not getting very far! I have 2 tables - Problem, and Task. The two are related via Problem ID. Each Problem will have multiple tasks. ...
- 5 years ago
silverdale9999 - Should be:
Column = VAR __Other = MAXX(RELATEDTABLE('Table2'),[Task Last Modified Date]) RETURN MAXX( {[Last Modified Date], __Other },[Value])
Greg_Deckler
5 years agoCommunity Champion
silverdale9999 - Should be:
Column =
VAR __Other = MAXX(RELATEDTABLE('Table2'),[Task Last Modified Date])
RETURN
MAXX( {[Last Modified Date], __Other },[Value])- silverdale99995 years agoHelper I
That works perfectly ! Thanks so much for taking the time to reply.