Capping or Fixing a SCORE | Community
Skip to main content
Answered

Capping or Fixing a SCORE


  • Explorer
  • 4 replies

Does anyone know how to cap a score? or just make it a fixed number? 

I have created a request a quoted form in which I have layered several rules to add different component of the service that have different prices. I would like to create a rule that says

IF X AND Y ARE ABOVE 8 MAKE SCORE 8 

or

IF X = SCORE 8 

Any help on how to do this. Im sure there is a simple way and I dont know how to.

Best answer by john.desborough

@ACC - logic rules would be something like this: 

  • if q1 (x) GT 8 then add 8 to v_subtotal_temp
  • f q2 (y) GT 8 then add 8 to v_subtotal_temp
  • etc
  • if v_subtotal_temp gt 8 then add 8 to v_finaltotal

 

you could also use a rule like this, based on your last post:

  • if q1 = A AND  q1 = B AND q1 = C then add 8 to v_??? (pick the variable you want..)

the q1 usage above could be multiple choice selections in the same question or could be 3 different questions identified.. 

 

 

View original

8 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14892 replies
  • June 26, 2023

Hi @ACC Happy Monday! I hope you had a lovely weekend! Are x and y answers to questions? If so, you should be able to set up a calculation using our logic jumps, and this article here has a bit more information on doing so. 

For example, your logic calculations would look a little something like this: 

 


  • Author
  • Explorer
  • 4 replies
  • June 26, 2023

Thanks for the answer @Liz  For some reason I still cant make it work. Please see a screenshot below to my logic. 

Ill try to provide more detail to see if you can help me, Im trying to provide the number of hours a service I am providing will take to be completed. 

i have added several logic based on previous questions. E.g if you need cleaning service then I have added 2 hours to the Score. 

However, after adding all the rules, I want to add a new rule that supersedes all the previous rules and says that if the score is above 8 hours this should be always 8 hours. 

Help please ! 
 

 


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5268 replies
  • June 26, 2023

@ACC - using score as your ‘subtotal variable’ often complicates the whole process.. suggest creating another variable ie v_score that you can use instead of score.. 

 

des


  • Author
  • Explorer
  • 4 replies
  • June 30, 2023

Thanks.

Im not sure if this helps my situation. @john.desborough if I create a new variable, then both variables will be displayed. Unless there is a way to create a rule to show when one or other variable are displayed. 

 

In an ideal world, what I am looking for is something that says if you pick services, a + b + C… this will add = 8 hours but this cant be done. There are only options to +, -, x, and divide.

 

Any further help @Liz  

 


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5268 replies
  • Answer
  • June 30, 2023

@ACC - logic rules would be something like this: 

  • if q1 (x) GT 8 then add 8 to v_subtotal_temp
  • f q2 (y) GT 8 then add 8 to v_subtotal_temp
  • etc
  • if v_subtotal_temp gt 8 then add 8 to v_finaltotal

 

you could also use a rule like this, based on your last post:

  • if q1 = A AND  q1 = B AND q1 = C then add 8 to v_??? (pick the variable you want..)

the q1 usage above could be multiple choice selections in the same question or could be 3 different questions identified.. 

 

 


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14892 replies
  • June 30, 2023

Hi @ACC Hope you’re doing well! Did the solution above work? Let us know if you still need help!


  • Author
  • Explorer
  • 4 replies
  • July 1, 2023

Hi @Liz  If possible I would like additional help. I think I understand what @john.desborough is suggesting but I still dont understand how to display one or the other scores, as per my screen above. Is there a chance to have a call with someone to do a walkthrough. It shouldn't take long. 


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14892 replies
  • July 3, 2023

Hi @ACC While we don’t have phone support, you can contact our support team here for 1-1 help.

As for displaying the scores, are you referencing our recall information feature


Reply