Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Solved multiple tag to call process in query

More
19 Mar 2018 10:20 - 05 Apr 2018 11:40 #1 by odile
odile created the topic: multiple tag to call process in query
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
Thomas BLETON replied the 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')]