Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Solved multiple tag to call process in query

More
19 Mar 2018 10:20 - 05 Apr 2018 11:40 #1 by odile
Hello,

I use a process which take a query in enter.
This query is a datastore, where I would like to flag tables by two tags (or more).
Because I need to call this process by one, or two or more tag.
Is it possible ?

By exemple :

Query : $SOURCE/datastore[tech:tag()='TAG1','TAG2','TAG3']

Regards
Last edit: 05 Apr 2018 11:40 by Thomas BLETON.
More
20 Mar 2018 11:13 #2 by Thomas BLETON
Replied by Thomas BLETON on topic multiple tag to call process in query
You can combine tag detection with and/or keyword, for example :

[tech:tag()='T1' or tech:tag()='T3']

Note: another possible syntax is:
[tech:tag('T1') or tech:tag('T3')]