Formula - string containing the letters now is returning results of now function??
I have found the most bizarre thing. I have a concatenation that I do in a formula field on a form to build a new string. The original string is a label control (lbl_Task_11) and has the value:
11. Acknowledge Quote Letter Has Been Sent
The formula is:
"Quote Development: " + "${lbl_Task_11}"
So, the expected result would be:
Quote Development: 11. Acknowledge Quote Letter Has Been Sent
But the result is:
Quote Development: 11. AckTue Mar 09 2021ledge Quote Letter Has Been Sent
Why is it reading "now" in the middle of the string as a NOW function? I can work around it by hard coding it. But, I was doing the concatenation, so if the value of label 11 changes, I won't have to remember to also change it in the new field.
サインインしてコメントを残してください。
コメント
1件のコメント