Today,i came across with a scenario to reverse values in a column
'abc' is one for a column where as in another column have to show 'cba'
for this i used DB REVERSE function using evaluate
Syntax : EVALUATE('REVERSE(%1)', "Dim Customer".Customer_Name)
'abc' is one for a column where as in another column have to show 'cba'
for this i used DB REVERSE function using evaluate
Syntax : EVALUATE('REVERSE(%1)', "Dim Customer".Customer_Name)