Evening… Please could someone point a newbie in the right direction?
I need to look at [asset_name] and find the most recent [survey_status] in the survey table below which has updates & adds permissions:
And then put it in [survey_status] against [rfdesign_source_asset_name] in the rf_design table below which only has updates permissions:
Thanks in advance…
Solved! Go to Solution.
LOOKUP(
MAXROW(“survey”,“_ROWNUMBER”,
IN([_THISROW].[rfdesign_source_asset_name], [asset_name])
),
“survey”,
“id”,
“survey_status”
)
User | Count |
---|---|
15 | |
9 | |
9 | |
7 | |
3 |