Hi,
I want a message box to print the number of the row I have selected. This is my code that should work.
Test := Rec.GETFILTER("No.");
MESSAGE('The current selected asset is %1.',Test);
However, no value is being passed to Test. Is this something to do with FilterGroup function?
Thanks!
*This post is locked for comments
I have the same question (0)