Hi !
I’ll explain with an example…
filter accounts: name -> ‘AIX’ ----> Not found
filter accounts: name -> ‘%AIX’ ----> Datas of ‘Company AIX’
I dont want to use the char ‘%’ each time I want to use the filter, how could I fix it?.
Thanks in advance !