Stage field is not filtering on Demand Table List View Issue ProblemThe stage field is not working when trying to filter out or show matching on any of the stages. Additionally, grouping by the stage field is not possible. Steps to reproduce 1. Go to dmn_demand_list.do 2. Try to group by and cannot do it 3. or do a "Show Matching" and observed multiple records with different stages are displayedReleaseGenericCauseRoot CauseThe stage field is a decoration field, which means its displayed values are derived from dmn_stage_config and not the actual record values. This configuration prevents filtering or grouping by the stage field as expected.ResolutionSteps to Resolve Nothing to resolved as that is the expected functionality due to: 1. The stage field is a decoration field. 2. The decoration field uses attributes list_decoration=demand_stage and a default value of demand, meaning displayed values are based on dmn_stage_config and not actual record values. For example, if you "show matching" on any demand record, you will see all the records displayed are stage "something", which is correct because the value for those records on the stage field is "demand" not "Demand Approved" or "Demand Screening". The reason to display different demand values is because the decoration3. Decorations cannot be grouped.