Add indirect tag into expression

Is there a way to use an indirect tag into an expression?

1 Like

You can use the tag() function, if that’s what you’re looking for?

1 Like

Let me echo:

1 Like

What I want is to be able to use an indirect tag in the expression of a derived tag.

Let me echo:

1 Like

I search how to use an INDIRECT TAG into the tag() function included in an expression

The tag function simply accepts a text string of the tag path. You can construct the tag path that you pass into it in whatever way you choose, including with an expression to make up the tag path from other variables, thus making it indirect.

What are you actually trying to do? Where are you trying to write this expression? How are you trying to make up your tag path? Screenshots might help

The tag() expression function is how you do indirect tags within expression tags & derived tags. Go read the documentation.

1 Like

Thanks, I was thinking that tag function was the tag link in the expression module.