03-07-2013 03:42 AM
Hi folks,
I created a basic report template with a Simple Type Parameter (eg. String userName), but I am unable to get value of this parameter in Macro. From what I understand, simple type parameter is treated as a tagged value. I tried getCollection("Tagged value"), but it didnt return a "Tagged Value String Analysis Value" instead of the userName parameter.
Can you please give me an example of vb code to get the value of this parameter? Thanks a lot.
PS: For MEGAObject Type parameter, I can get parameter value by using getCollection("Report Value"), but for Simple Type parameter, this method doesnt return anything.