-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Currently it is not possible to use "...NOT STARTSWITH...." & "...NOT ENDSWITH...." in IQL.
Example:
If you like to search for everything that is not starting with "extern"
IQL should be:
"Name" NOT STARTSWITH extern
Similarly, for ENDSWITH, We can't use IQL as below
"Name" NOT ENDSWITH ish
It would be great if we have those functions.
- links to
I would love to have this in Assets Cloud as well.