I have been struggling with this formula and cannot get it to work. I have two databases one has a master list of items and the other has items on hand. What I am trying to do is get the master list to indicate a YES or TRUE value if the items are in the on hand database. The formula i have tried is-
If(thisRowthisRow.[Item Name].[Item Number]Contains([On Hand Log].[Item Name][On Hand Log].[Item Number].“yes”), , )
I have tried it several different ways and always get errors. I’m sure its simple, or there may even be a better formula to use so im hoping someone will know the right way to go.
Hi Terry. Any chance you can share a copy of your doc, or perhaps just a quick mockup that replicates the problem you are trying to solve? Will be easier than us peppering you with questions about the context.
The way they are wanting me to do it is to have all items shown and not filter out the ones that are not checked. The actual doc is much more complex than what I have shown but its specific to my companies operation and so I cant show the actual doc for an example. This is just the easiest way I could explain what I am trying to accomplish.
Gotcha. I would still recommend thinking hard about whether Views is the better solution here (knowing you can filter, and also show/hide columns that are relevant in different circumstances). Speaking from experience, the kind of data duplication you’re describing is a recipe for future sadness. Happy to advise further if you want to share more about the other complexities.
However! If you must, the formula you want on the Available column is