improve the criteria function in view
At present the criteria of view doesn't support Deluge language.
For example,
---------------
((column.contains "Name"))
---------------
works. But I want to generate the content of the string(in this case it is the "Name") dynamicly. Like this
---------------
((column.contains formA[email == zoho.loginuserid].name))
---------------
But it doesn't work. :(
Do I have another method to implement this demand?
Thanks!
xiaoyu.zhang.cn