I need to create an expression tag (or two tags) that return the minimum value from a set of related tags, and the tagname of the particular tag that had the minimum value.
Getting the value is easy using min(Tag1, Tag2...Tagx), but I'm struggling with returning the name of the tag that is associated with the minimum value. Or even just the index in the list being used for the evaluation.
I know I'm missing something, maybe even configuring a dataset or something along those lines, welcome any suggestions on how to get there.