GLOBAL VARIABLES NOT SEEN IN GRID SEARCH

My grid App starts from search. I placed a [glo_var1] in the header (for the search screen). I also see the value for this variable at the bottom of the screen (menu footer).
When I open the grid search it show the glo_var1 empty! I tried everything but no luck. Could somebody test it for me and confirm if it is working ?

STEPS TO REPRODUCE

  1. Create a grid App and make it start from SEARCH
  2. Create some global variable and assign it a value some way ( ie. [glo_Var1] == 5)
  3. Set you glo_var1 as IN
  4. Place [glo_Var1] in the search screen header OR footer
  5. when you open the search screen you should see nr. 5

I noticed that when I run this simgle App from SC then it asks me for the glo_Var1. If I enter the value manually it works fine. Another words it seems that the Var1 is not red from the App that is calling it (in my case MENU)

Unless I’m doing something terribly wrong THIS IS NOT WORKING for me and should be considered a serious BUG

Arthur