Is there a way to use an indirect tag into an expression?
You can use the tag()
function, if that’s what you’re looking for?
Let me echo:
What I want is to be able to use an indirect tag in the expression of a derived tag.
Let me echo:
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.
Thanks, I was thinking that tag function was the tag link in the expression module.