
Yacine Ghalim
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 5
Activity overview
Latest activity by Yacine Ghalim-
Yacine Ghalim created a post,
Fairly basic use of IF/THEN & OR
Hi everyone, I have a field called Status that can take 5 different values: unqualified, qualified, in process, rejected, monitor. I'm trying to create a calculation field called Dummy that would ...
-
Yacine Ghalim commented,
could everyone else please upvote Brian's question? there are 40+ answers but only 12 upvotes..
-
Yacine Ghalim commented,
(although I can change 'Qualified' for anything and I still get a number...so probably not the solution either..)
-
Yacine Ghalim commented,
tried all this and none worked.. I wonder if this is really the issue. I wonder if there's not something wrong with the operator sign ==? I've been playing with it and when I try the below (with =...
-
Yacine Ghalim commented,
(I use chrome on Mac OS)
-
Yacine Ghalim commented,
What a nasty one... If I try to clicl on Done, the red box appears saying "Cannot read property of 'diff' null" and I simply cannot save it. If I double click I leave the modify template mode but ...
-
Yacine Ghalim commented,
There's something weird, I indeed get the "Cannot read property of 'diff' null" but it seems like I cannot ignore and save it anyway. How do you do that? Many thanks - Yacine
-
Yacine Ghalim commented,
Hi Rainer, I tried: var cOn = moment(@Created On); var change = @First Filter == 'Qualified Lead' || @First Filter == 'Rejected' ? moment() : ""; change.diff(cOn, 'm')/(60*24); but I still get ...
-
Yacine Ghalim commented,
Many thanks Rainer - quick question: if I only wanted the duration fields (not the "First filter changed to") ie no need to track the precise history (seeing the category on First Filter might eno...
-
Yacine Ghalim commented,
Hi Rainer - many thanks for that! You got my workflow exactly right. This is spot on! One thing though, when I use the below in Duration First Filter Change: var cOn = moment(@Created On); var c...