This is the kinda strange error i am getting when i enter different formula for equation. One time it is working while other time is it not working. Please look at attached pic and suggest solution if any. Thanks
In this formula there is no error:
CountIf(DoctorInfo, 'Deal Status' = DealStage.'In-progress')
But when i replace Doctorinfo to another formula I am getting strange error of OPTIONSETVALUE
CountIf(Distinct(DoctorInfo,Mobile), 'Deal Status' = DealStage.'In-progress')
Hello @PowerUserIndia,
You are comparing wrong column. You are comparing DEAL STATUS with DEALSTAGE.
So Try comparing like below
CountIf(DoctorInfo, 'Deal Stage' = DealStage.'In-progress')
Please mark as Answer if it is helpful and provide Kudos
Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA
Blog : https://microsoftcrmtechie.blogspot.com
User | Count |
---|---|
26 | |
5 | |
4 | |
4 | |
2 |
User | Count |
---|---|
30 | |
10 | |
10 | |
8 | |
7 |