Changes for page IXpathExpression
Last modified by Outhman Moustaghfir on 2024/07/24 12:22
edited by Outhman Moustaghfir
on 2023/03/02 17:20
on 2023/03/02 17:20
edited by Outhman Moustaghfir
on 2023/03/02 17:14
on 2023/03/02 17:14
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -17,26 +17,25 @@ 17 17 |(% style="width:343px" %)<=|(% style="width:412px" %)less or equal|(% style="width:448px" %) 18 18 |(% style="width:343px" %)<|(% style="width:412px" %)less|(% style="width:448px" %) 19 19 |(% style="width:343px" %)~!=|(% style="width:412px" %)different|(% style="width:448px" %) 20 -|(% style="width:343px" %)between|(% style="width:412px" %)between two number or date values|(% style="width:448px" %)((( 21 -the two values are stored in a String as : "min;max" 22 - 23 -Example : Product [ ExpirationDate between 2020-02-02;2021-02-02 24 -))) 20 +|(% style="width:343px" %)between|(% style="width:412px" %)between two number or date values|(% style="width:448px" %) 25 25 |(% style="width:343px" %)out|(% style="width:412px" %)not in an array of values |(% style="width:448px" %)((( 26 26 the list is a String of values separated with ';' : 27 27 28 -Example : Game [ Aliasout FIFA;MINECRAFT ]24 +Example : Game [ Name out FIFA;MINECRAFT ] 29 29 ))) 30 30 |(% style="width:343px" %)in|(% style="width:412px" %)in an array of values|(% style="width:448px" %)((( 31 31 |(% style="width:448px" %)((( 32 32 the list is a String of values separated with ';' : 33 33 34 -Example : Planet[ Name inMercury;Earth]30 +Example : Game [ Name in FIFA;MINECRAFT ] 35 35 ))) 32 + 33 + 34 + 36 36 ))) 37 37 38 38 39 39 ))) 40 -* There is the possibility to call values from metadata, such as creationDate , modificationDate, jobID , userID ... by inserting '_' (underscore) at the beginning of the alias needed like : _creationDate , _modificationDate ... 41 41 40 + 42 42