Is it possible to pull an enumlist from a specific record and use that as your data validation? For example, I have a list of buildings that are in a specific change request. The user can then create a change order from this request but I want to give them the ability to select only the buildings if not all buildings were included in the change order.
I tried a lookup command but it seems to be yielding an error.
lookup([_thisrow].[Related_CR],โChange_Requests_PMOโ,โCR_UIDโ,โSitesโ)
Error Message
Column Name โSitesโ in Schema โMasterChange_Orders_PMO_Schemaโ of Column Type โEnumListโ has an invalid data validation constraint โ=lookup([_thisrow].[Related_CR],โChange_Requests_PMOโ,โCR_UIDโ,โSitesโ)โ. MORE INFOGO TO THE PROBLEM
Solved! Go to Solution.
Wrap your LOOKUP(โฆ) expression in SPLIT() function; it should work.
Wrap your LOOKUP(โฆ) expression in SPLIT() function; it should work.
So the โSitesโ column was a text value like โbuildingA,buildingB,buildingCโ, and the split() function turns that into a list value?
Yes, correct.
User | Count |
---|---|
14 | |
11 | |
9 | |
7 | |
4 |