Can someone shade light on how exactly we can use "Filter Expression" property on FormStringControl ? As per property description on bottom of screenshot, it seems property allows complex filter expressions.
I tried few different combinations for example
- "FIN*" -- To show only Itemgroups starting with FIN
- (ItemGroupId like "FIN*")
- = Fin*
None of above seem to be working. I know I could write few lines of code to add Range on column value and achieve the filtration but if possible i would like to configure values here instead of creating another EventHandler for trivial task like this.

Report
All responses (
Answers (