I’m building KPI cards where performance needs to be highlighted dynamically based on predefined thresholds (for example: Green for ≥ 95%, Amber for 80–94%, Red for < 80%).I’d like to understand the best way to implement dynamic, data-driven threshold ...Read more
I’m building KPI cards where performance needs to be highlighted dynamically based on predefined thresholds (for example: Green for ≥ 95%, Amber for 80–94%, Red for < 80%).
I’d like to understand the best way to implement dynamic, data-driven threshold logic in Lumenore so that the color formatting adjusts automatically based on selected filters or user roles, without hardcoding values into each visualization.