Hi
I have below code but i want to append Date variable value to Error message. Suppose Date varable value is '01/01/2018. I want to append it to Error message.
ERROR(Txt0001);
Thanks
*This post is locked for comments
Hi!
Use %1, %2 e t.c. in places where you need to use variable value:
ERROR('My error date is %1', 010118D);
You can use ERROR(Txt0001 + FORMAT(YourDate));
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156