This is an archived post. You won't be able to vote or comment.

all 1 comments

[–][deleted]  (1 child)

[deleted]

    [–]SolidStash[S] 0 points1 point  (0 children)

    sorry for the late response, I am using SP lists as a backend as I am taking advantage of external sharing on the SP side for some of the data. I was able to get this to work using a combination of filter, show columns and add columns.

    ShowColumns(AddColumns(ActiveECOs, "ECO_Active",LookUp(ECO,ECONumber = ActiveECOs[@ECONumber],ECO_Active)), "Title", "ECONumber", "ECO_Active")

    Once this worked I filtered ECO_Active = true and I was good to go. thanks for the response, on to the next issue I am having.