Hey guys!
Long time - no posting....
I have a good one here dealing with calculated fields and a concatenated formula. The field is a simple concatenated formula to give us one answer from several different fields. Easy, right? What is happening is, the field is populating correctly if we only use it once. If we have to make an update or change to a selection that sits within that concat formula, then it displays both selections rather than replacing the old selection. I've tried some IF(ISBLANK) and some REPLACE statements, but with no success. Even if I clear out all of the previous selections, save it, and then open it back up, the original calc stays. Anybody else run into this one before?
CONCAT({field A}, {field B}, {field C})
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Appreciate the suggestions Doug. I tried the second option with the $$NOW qualifier, but that failed as well. I finally found the root cause yesterday, and it was so simple. The calc was retaining the old selections b/c they were technically never cleared. There is some logic here that I failed to disclose. Field 1 drives the options for Field A, B, C etc... We were changing the selection in Field 1, which then hid the Field A or B selection, but it technically never went away. It was just hidden. The fix here was to remove the first selections one by one and save the form. Then, go back in and make the updated selections. This way there is only one selection showing rather than all previous selections. I hope that makes sense. SO SIMPLE... I cannot believe I missed it. This was bugging me for weeks. 😆
Views
Replies
Total Likes
Hi Brandon,
I can offer a couple of thoughts for your consideration on this one:
Regards,
Doug
Appreciate the suggestions Doug. I tried the second option with the $$NOW qualifier, but that failed as well. I finally found the root cause yesterday, and it was so simple. The calc was retaining the old selections b/c they were technically never cleared. There is some logic here that I failed to disclose. Field 1 drives the options for Field A, B, C etc... We were changing the selection in Field 1, which then hid the Field A or B selection, but it technically never went away. It was just hidden. The fix here was to remove the first selections one by one and save the form. Then, go back in and make the updated selections. This way there is only one selection showing rather than all previous selections. I hope that makes sense. SO SIMPLE... I cannot believe I missed it. This was bugging me for weeks. 😆
Views
Replies
Total Likes
Glad you got it Brandon,
Alternatively — as you could verify this in your preview environment if it is in the same state as prod was yesterday — another simple technique I use in such cases is to:
Regards,
Doug
Ahh yes... I like the trickery! There is really only a few of these that need updated every couple of weeks, so one by one is not too bad. But, if I ever have more than 10+, I will definitely use this approach for a bulk update. Thanks again!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies