Condition at metric result (Survey question) for a Business Rule?

AdamUMC
Giga Guru

Hi,

I have a survey with a specific question. It a question of type "Likert Scale", with two available answers (as "radio buttons").
The 1st answer is "Yes", the 2nd is "No". "Yes" has value 1, "No" has value 2.

Now I want to trigger a Business Rule when "Yes" is selected and submitted. Ofcourse I want to do this by a Condition.
I have tried several solutions (through "Show Related Fields" for example), but it seems not to work. A part of the Condition is as written here below:

"Metric Type = Survey name"
AND
"State changes to = Complete"

It looks like dot walking is not present within (this) Business Rule. Is it even possible to create a condition for a metric type/result?

Thanks!


Within a Report, a Condition like this one, is very simple to build;
find_real_file.png


 

1 ACCEPTED SOLUTION

AdamUMC
Giga Guru

I solved this problem. Acidentally I had the table of the Business Rule at "asmt_assessment_instance". I had to change this to "asmt_metric_result" to have more (underlaying) options (as seen in the screenshot here above) for the Condition.

View solution in original post

2 REPLIES 2

Prasad Pagar
Mega Sage

Hi @AdamUMC 

Sorry just trying to get my head around your exact issue?

You are not able to build BR condition with above kind of query?

It should work as its Server side BR (Did you go inside Show related fields and tried)

Thank you
Prasad

AdamUMC
Giga Guru

I solved this problem. Acidentally I had the table of the Business Rule at "asmt_assessment_instance". I had to change this to "asmt_metric_result" to have more (underlaying) options (as seen in the screenshot here above) for the Condition.