Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
Filters should have the ability to show rows with chosen Colum with nonempty strings.
https://help.hcltechsw.com/domino_volt/1.0.4/ref_data_rest_api_list_filter.html
Strings don't have operator nonequals.
For example:
var filter = [{name : "stringfield", operator: "nonequals", value: ""}]
Now we have to create another (hidden) numberfield and beforesave set it to some value if stringfield is empty and later filter on this new numfield field to show in Datagrid only rows which don't have this stringfield empty.
Any better solution available now?