Sign In

Welcome Back,

Signup/Login with your account

You must login to ask a question.

You must login to add post.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Lumenore Community Latest Questions

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.

Read less

I want to create a scheduled graph where data is read from a source table containing the columns name, age, and contact.During pipeline execution, the system should validate the data and calculate the percentage of records where age < ...Read more

I want to create a scheduled graph where data is read from a source table containing the columns name, age, and contact.During pipeline execution, the system should validate the data and calculate the percentage of records where age < 18.If more than 30% of the total records match this condition, the pipeline execution should be stopped, and a notification email should be triggered.

Is there any way to achieve this requirement within the existing graph or scheduler framework?
Read less