Hello guys,
I'm working on a report where i have to set data elements stored in a table as global parameters so that i can use them in every script. as long as i know i must use the following method:
reportContext.setPersistentGlobalVariable (name_of_variable,value_of_variable);
what i want to know is where to set this command. for example the data element that i want to set as global is stored as colomun binding in a table and named Max1 and how can i call this global parameter back
and how can i do the same thing when the data element is stored in a dataset?
thanks in advance