Skip to Main Content
HCL Domino Ideas Portal

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

Status Shipped
Workspace Volt
Created by Guest
Created on Jan 28, 2022

Make filtering in data grids easier for citizen developers

Data grids are a valuable and easy way to create ‘views’ for a non-professional developer. Filtering data grids is even more valuable but currently needs some rather complex JavaScript coding.

It would be desirable to provide capabilities for non-professional developers to build dynamic filters for data grids without having to use JavaScript.

  • Attach files
  • Guest
    Reply
    |
    Nov 17, 2022

    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?

  • Guest
    Reply
    |
    Jun 21, 2022
    And please preserve the column properties (width) which currently always get reset whenever we change the filter criteria.