rf! value in tooltip

I'm trying to use rf! to access a column's value in a record grid.

The idea is to truncate the field in the grid with left() and concatenate with "..." if the value is too long, then set the tooltip to the full field so one can see it when pointing the mouse.

However, I get this error:

Expression evaluation error [evaluation ID = 3Y9NCYSP] at function a!recordListVisualizations: Could not find variable 'rf!description'

Can't I use rf! for tooltips in fields as I do for components?

The SAIL expression editor suggests that rf!description is in the scope when editing the tooltip.


Thanks in advance.

  Discussion posts and replies are publicly visible