Forum Discussion
MartinC
Helper I
3 years agoHow to get a column from table B into Table A?
Hi All, I've been trying all day to get this done and it's just not working for me 😞 Please help! I know it should be easy but I'm struggling... So, I have a table called "Milestones" and another...
- 3 years ago
MartinC Not 100% positive I am fully tracking the issue but perhaps this?
Column = VAR __ID = [ID] VAR __Result = MAXX(FILTER('UDFS',[ID] = __ID && [UDFID] = 68),[UDFValue]) RETURN __Result
MartinC
Helper I
3 years agoGreg_Deckler I see my error (but don't know how to fix it) - ID in table UDFS has multiple UDFID values - is there a way to filter for the UDFID value of 68 to give the UDFValue for those only? Thanks 🙂
MartinC
Helper I
3 years ago