If you don't mind me asking:
Is it possible to trigger a color filter by having a checkbox of an Extra Column (in my case: Extra Column 3:X) checked (=yes)?
Thank you
Color Filter by Checkbox Value (Extra Column)?
Re: Color Filter by Checkbox Value (Extra Column)?
Indeed, this is possible.
The Extra columns can be referenced within Color Filters the same way they can be used in Visual Filters by using their internal names (ex1: - ex5:) or their caption (checked:)
The checkbox Extra Column type is stored as the value '1' when checked so you can match a pattern of:For example:
The Extra columns can be referenced within Color Filters the same way they can be used in Visual Filters by using their internal names (ex1: - ex5:) or their caption (checked:)
The checkbox Extra Column type is stored as the value '1' when checked so you can match a pattern of:
Code: Select all
ex3:1Re: Color Filter by Checkbox Value (Extra Column)?
NICE. Working perfectly. Thank you! 
XYplorer Beta Club