Asset Tagging FAQ's

How do I check both Asset.Name and Asset.Type in my Truth Table? You'll need to start by creating two Input columns in your truth table. One will check if AssetName is in a specified list and the other will check if AssetType is in a specified list.

From there, you'll want to add the list of items for each market into the corresponding row. If the criteria checks for AssetName, you'll ignore the condition in the AssetType column for that row; if it checks for AssetType, the AssetName condition will be ignored, as shown below:


Sign In or Register to comment.