I am using pentaho bi 4.5. I created a dashboard in cde (latest version) that uses a good amount of jquery. The cdf version i had to put in place to get it to work in ie8 and ie9 was taken from here: http://ci.analytical-labs.com/view/W...stStableBuild/ (build #157). However, it does not work in ie7.
Anything that uses jquery does not respond, and if jquery needed to be used for a preExection, then the chart will error out completely. It looks like it's setting parameters without quotes. For example, if a user select a multibutton component option 'option1', then the parameter will be set to literally option1, instead of 'option1'. Internet explorer obviously throws an error saying "option1 is undefined"
Please help me to get jquery to work properly in ie7.
Anything that uses jquery does not respond, and if jquery needed to be used for a preExection, then the chart will error out completely. It looks like it's setting parameters without quotes. For example, if a user select a multibutton component option 'option1', then the parameter will be set to literally option1, instead of 'option1'. Internet explorer obviously throws an error saying "option1 is undefined"
Please help me to get jquery to work properly in ie7.