How to express this statment in code format:
if ri!service is null, just return ri!serviceelse if ri!service ends with a period,
don't include period part, otherwise do
value for ri!service: "Any days of serious level of working after March,7,2025"
Discussion posts and replies are publicly visible
if( right(ri!text, 1) = ".", left(ri!text, len(ri!text)-1), ri!text )