How to manually add a condition to condition builder?

JordyZ
Mega Sage

Hi,

 

I'm configuring an indicator source with table task_sla. The condition, "Task. Closed on Today" is already present in the condition builder. I'd also like to add a condition that shows tasks resolved today (Task. Resolved on Today), but it's not an option.

 

JordyZ_0-1709919554897.png

How do I add this?

 

Thanks in advance!

 

1 ACCEPTED SOLUTION

AndersBGS
Tera Patron
Tera Patron

Hi @JordyZ ,

 

The resolved on today is not on the task table, but instead e.g. on the incident table. You therefor need to dot-walk to the correct table to get the "resolved on today". See example below:

AndersBGS_0-1709968659882.png

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards

Anders

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

View solution in original post

5 REPLIES 5

Hi @AndersBGS ,

 

That did the trick, thanks!