Hi everyone,
I have follow the topic about "Node grouping with a Tree View" and that works as I want but... with one small problem.
In fact, I want to filter a node list by name and take all node with the name wich contains "fw" (firewall) for example... All our nodes are marked like that :
letters for the land><2-3 letters for node type><...>. But there is an exception. The last of the 3 letters of a land node and the first letter of the node type make a "fw".
Is-it possible to insert some "joker characters" like in SQL ?
For example : SELECT * FROM atab WHERE afield LIKE "???fw#" (I'm not sure of my SQL command ;o) ).
Thanks in advance for your attention.