Hi, guys,
I have a sitecatalyst tag which has a report suite defined in that tag. I've also got a variable which is mapped to s_account.
However i tried to add a new report suite through set data values and using the b object .
This is not working. I've tried to add in more than one reportsuite by using my variable b['s_account']+=",testreportsuite".
My reportsuite comes out as undefined. I believe this is because the extensions is proccessed before the tag. So my variable s_account outputs "undefined,testreportsuite".
Why isn't the other report suite defined in the tag template not populating?
Any help will be useful?