What does your feature request improve on? Please describe.
Categorical columns are only allowing colouring based upon a single comparison value. I want to have the possibility to select a single column per value (a palette)
Describe the solution you'd like
Add a possibility to have conditional formatting of categorical columns with a column per value.
Additional context
Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
Should be implementable within CellValueShader with a special condition type (e.g. CT_EQUALS_ARRAY) and a dedicted formatting panel in the dialog. Might be necessary to replicate the feature for strings separately.
DESCRIPTION
What does your feature request improve on? Please describe. Categorical columns are only allowing colouring based upon a single comparison value. I want to have the possibility to select a single column per value (a palette)
Describe the solution you'd like Add a possibility to have conditional formatting of categorical columns with a column per value.
Additional context Add any other context or screenshots about the feature request here.
(Do not write below this line)
DEVS' SECTION
ANALYSIS
Should be implementable within
CellValueShader
with a special condition type (e.g.CT_EQUALS_ARRAY
) and a dedicted formatting panel in the dialog. Might be necessary to replicate the feature for strings separately.IMPLEMENTATION STEPS
(see also our Wiki for implementation guidelines)
DOCUMENTATION STEPS
(see also our Wiki for further information)
*.NHLP
and*.NDB
files, if needed)*.NLNG
files, if needed)PULL REQUEST