I have quick filter and i wanna set dynamically filters for each quick filter (related Filter). Do you have solutions for my case? try to bind the value but not worked. { "operation": "insert", "name": "QuickFilter_kp8pw59", "values": { "layoutConfig": { "column": 9, "colSpan": 2, "rowSpan": 1, "row": 1 }, "type": "crt.QuickFilter", "config": { "caption": "#ResourceString(QuickFilter_kp8pw59_config_caption)#", "hint": "", "icon": "filter-column-icon", "iconPosition": "left-icon", "defaultValue": [], "entitySchemaName": "BsiArea", "recordsFilter": { "filterType": 6, "items": { "byRegion": { "filterType": 1, "comparisonType": 3, "isEnabled": true, "leftExpression": { "expressionType": 0, "columnPath": "BsiRegion" }, "rightExpression": { "expressionType": 2, "parameter": { "dataValueType": 10, "value": "SelectedRegionId" // bind ke attribute } } } } } },
Like
0 comments