Dec 21, 2022 01:07 AM
Hey friends
I'm trying to create a rating for my leads in the system based on all kinds of parameters - if they watched video 1, if they watched video 2, etc. For some parameters, I want to create 2 stars and some more. As in the example, if the customer is marked V on Facebook, he should receive 4 stars because this indicates a higher rating.
It doesn't work for me when I add the most stars.
I would appreciate the help and understanding of what I am doing wrong here.
Thank you!
Solved! Go to Solution.
Dec 21, 2022 08:20 AM
Well, if your really want to hang on to your formula 😁
Try adding the If(Facebook... like you've added the video's and set "1" (x repeating) to "2" (x repeating).
Dec 21, 2022 01:47 AM
Hi @zerem
Put the IF() statement first. No need to use "repeat".
IF(facebook, "⭐⭐⭐⭐", IF(OR({video 1}, {video 2}, {video 3}), "⭐⭐"))
Dec 21, 2022 01:51 AM
hey cool thanks
but I want it to get 2 stars for each video - so if someone saw video 2+3 he suppose to get 4 stars
how can you do that?
Dec 21, 2022 03:05 AM
Add a formula field that counts the number of checks for the 3 videos:
Dec 21, 2022 03:07 AM
Edit: formula should be
Dec 21, 2022 03:19 AM
it's actually worked really good with the first formula
just when I tried to add also another IF for the facebook it messed up the formula=
Dec 21, 2022 08:12 AM
any chance anybody knows how to fix it?
Dec 21, 2022 08:20 AM
Well, if your really want to hang on to your formula 😁
Try adding the If(Facebook... like you've added the video's and set "1" (x repeating) to "2" (x repeating).
Dec 21, 2022 08:22 AM
haha Apologies, that's just the formula I was able to understand.
If you can tell me in another way your formula I would prefer to use it.
I just couldn't understand from what you wrote how to enter it.
Dec 21, 2022 08:30 AM
it worked! thank you so much!