cancel
Showing results for 
Search instead for 
Did you mean: 

Reading end of string for file path in table column

former_member210563
Participant
0 Kudos

Hi,

I have a table with 3 columns in my WD.

The last field is a full path for instance P:\dkldlfl\dlkfdlkfjkd\FILENAME.EXT

I want the field to show the end of the path left justified in the the column even though it has Little Space. In the example I want to see

FILENAME.EXT left justiftied in the column and not P:\dssdd\ddfddf\.

I have tried to change the parameters hAlign and textdirection but nothing changes ???

Peter

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

I have tried to change the parameters hAlign and textdirection but nothing changes ???

You are trying to control the value with display properties. You need to use string operations to get the desired string and set it to the context attribute.

You can use FM SPLIT_FILENAME or RSDS_SPLIT_PATH_TO_FILENAME to get the file name.

hope this helps,

Regards,

Kiran

Answers (0)