Forum Discussion
Anonymous
6 years agoNot applicable
Global Variable
I am developing a custom connector , There are various methods which needs to have a same variable as parameter . Is there an way to declare a variable global , whose value keeps on changing afte...
Anonymous
6 years agoNot applicable
The idea of a global variable is not tied to table variables only, although scalar variables can be implemented through measures today. The fundamental difference with a calculated table, obviously, is that a global variable is evaluated at reporting time in a context-dependent way.