Hi Everyone,
I’m working on construction related App. the main idea in it is to add and manage deficiencies found by the the site’s staff. One of the features enables you to add the name of the relevant sub-constructor, or (And here the tricky part) some of them, in the same deficiency found.
The problem is, I’m trying to add a column to the sub-constructor list which refers any deficiency relevant to that specific sub-constructor, but since row containing that information is of a text type (since sometimes it contains more then one sub-constructor), it can not be compared and referred.
Any idea how to ? I thought of maybe of search expression, but I have no clue how express it.