Hello:
How can I standardize the date from "
to: 387 - Wellington AV, Yorktown, VA, 23693
Thanks
@Kinetic_analytics
Uppercase([street_address] + ',' + [city] + ',' + [state]+ ',' + toString([zip_code]))
It is solving my problem. How could I make it all caps? Appreciate your help in my learning process.