I want to get the value for parameter 'userid' . I tried to get it using the system function QVuser() and not working, so now I want to get the value running a macro after OnOpen trigger is fired:
varUser and userid are already defined as variables in the .qvw document, but after the macro is run the varUser string is still empty. What am I missing?