How to get MAXROW from Related List instead of the Table ?
I tried this but doesn’t work
Maxrow([Related Dies], “_rownumber”)
Solved! Go to Solution.
You can't use MAXROW() for that. This should be equivalent:
ANY(
ORDERBY(
[Related Dies],
[_ROWNUMBER],
true
)
)
User | Count |
---|---|
17 | |
14 | |
10 | |
7 | |
4 |