Force DAT to text uppercase from lower case

Hi guys,

I’m pulling some text from a DAT into a text TOP but I’m wanting to have the text all be upper case but the data is all lower case. How would I go about setting the expression up? I understand that I can force text uppercase with ‘test’.upper() but how would I do this when pulling the text from a DAT?

To get upper case version of e.g. row 0 and col 0 it should be smth like
op(“some/dat”)[0,0].val.upper()

1 Like