COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: thegiff on 20 Jan 2015 02:58:32 PM

Title: Jquery Expand/Collapse
Post by: thegiff on 20 Jan 2015 02:58:32 PM
I have tried everything I can think of and as of right now I am at a loss and I don't even think that this can be done. So if you know how to do it please let me know

I know how to expand/collapse crosstabs with JavaScript. I was wondering if it is possible to do so in Jquery. I have tried everything I can think of. I can make it look like I want utilizing several crosstabs and surrounding them in DIVS but I don't want to do it that way. I want to be able to use HTML tags and use Jquery that way. If you can help it would be greatly appreciated.
Title: Re: Jquery Expand/Collapse
Post by: navissar on 22 Jan 2015 01:02:09 PM
jQuery assimilation in Cognos is always problematic. You could try to replace $ with a variable set to noConflict() after page is loaded, but for the most part, using pure JavaScript will work better.